3233 Commits (fd61b191ec2cd1306dc1cdf8cb95cc60e920dbe2)

Author SHA1 Message Date
Peter Clement fd61b191ec remove initial screen creation 5 years ago
Budibase Staging Release Bot 95fcaeea06 v0.9.185-alpha.13 5 years ago
Budibase Staging Release Bot c48ead6f49 v0.9.185-alpha.12 5 years ago
mike12345567 19c096c3e5 Updating inline alert component to handle newlines as different elements, putting out error with new lines. 5 years ago
Budibase Staging Release Bot d6018c2c9c v0.9.185-alpha.11 5 years ago
mike12345567 854cfd243d Fix for #2420 - don't allow columns which are considered invalid/not allowed. 5 years ago
Budibase Staging Release Bot a013c51e2b v0.9.185-alpha.10 5 years ago
mike12345567 31606a8059 Upgrading to Node 14 across the board as recent packages don't support 12 anymore. 5 years ago
dependabot[bot] 8553949fee
Bump sshpk from 1.13.0 to 1.16.1 in /packages/server 5 years ago
Michael Drury 0b6eb6b71d Fixing issue discovered by test case. 5 years ago
mike12345567 e1de339f55 Downgrading typescript to match eslint required version. 5 years ago
mike12345567 4993329ceb Adding audit script and commiting all of the audits that it made, updating all yarn locks. 5 years ago
mike12345567 32f4a87f95 Updating bullboard to use the new koa version (supported). 5 years ago
mike12345567 494e042dd8 Adding a mechanism for disabling cron jobs when an app is unpublished. 5 years ago
Budibase Staging Release Bot 402a16f387 v0.9.185-alpha.9 5 years ago
Budibase Staging Release Bot 8463afab10 v0.9.185-alpha.8 5 years ago
Budibase Staging Release Bot 5f6f2e6ed1 v0.9.185-alpha.7 5 years ago
mike12345567 3b9f3d6690 Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 5 years ago
mike12345567 3fdfc95298 Quick update, just to cover both queue add functions. 5 years ago
mike12345567 ba4c79895f Updating to manage completed events piling up, this will periodically clear out all events - repeats cannot be removed with the removeOnCompleted job option. 5 years ago
mike12345567 8d56fe1339 Adding a script to be able to debug backend like cypress runs, without needing to build everytime - fixing an issue that appears to only occur occasionally in the cypress environment. 5 years ago
Budibase Staging Release Bot 782a0cc175 v0.9.185-alpha.6 5 years ago
Budibase Staging Release Bot 1a9706bbb2 v0.9.185-alpha.5 5 years ago
Budibase Staging Release Bot 4a22570b05 v0.9.185-alpha.4 5 years ago
Budibase Staging Release Bot 144452346f v0.9.185-alpha.3 5 years ago
Budibase Staging Release Bot 5bb8900cdd v0.9.185-alpha.2 5 years ago
mike12345567 7eb29ffc7d Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 5 years ago
mike12345567 9b5909e367 Adding role, as it wasn't being set in metadata. 5 years ago
mike12345567 45af6be6de Fixing issue found by Mitch, with syncing not functioning for singular role updates. 5 years ago
Budibase Staging Release Bot 38f0e8d665 v0.9.185-alpha.1 5 years ago
Michael Drury 8ad44e59af Fixing test case (didn't provide a schema). 5 years ago
mike12345567 0cf612029e Linting and updating csv parser test case to match new functionality. 5 years ago
mike12345567 86eec3bb52 Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns. 5 years ago
mike12345567 a6481d1685 Adding in existing external table import. 5 years ago
mike12345567 6c46c119a6 Adding all required controls for data import to internal tables, just need to implement external table data import. 5 years ago
Rory Powell cf13853f09 Fixes for google sso, cloud email url and cloud logo updates 5 years ago
mike12345567 d7ef5e606c Fixing issue where deleted datasources wouldn't clear out queries. 5 years ago
mike12345567 2dee1d6cff Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 5 years ago
mike12345567 f5e2e2baca Fixing an issue with filtering by dates in SQL, where the lucene dates provided don't convert cleanly to JS dates. 5 years ago
Budibase Staging Release Bot 04cfca8b8e v0.9.185-alpha.0 5 years ago
mike12345567 82dac5c588 Adding worker controls to both automations and queries. 5 years ago
Budibase Release Bot 4db512d87e v0.9.184 5 years ago
Martin McKeaveney 119678b3c4 update clientLibraryPath call in application.js 5 years ago
Martin McKeaveney 3915f3d993 bust cache when app versions are different 5 years ago
Budibase Staging Release Bot f612213122 v0.9.180-alpha.11 5 years ago
Budibase Staging Release Bot ec8fccf4f5 v0.9.180-alpha.10 5 years ago
mike12345567 2e61209291 Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
Budibase Staging Release Bot b2a4418a8b v0.9.180-alpha.9 5 years ago
Budibase Staging Release Bot 542aa92daf v0.9.180-alpha.8 5 years ago
mike12345567 02137f4c08 Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables. 5 years ago