8387 Commits (95fcaeea0609b133eecff0faae3e06bb3d4c4cfa)

Author SHA1 Message Date
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
Andrew Kingston e43d5ba158 Fix default form step context not being a svelte store 5 years ago
Andrew Kingston 661c2abd39 Remove log statement 5 years ago
Andrew Kingston d3407a2444 Fix bug with duplication of fields when re-registering existing fields 5 years ago
Andrew Kingston 6e3044f7c9 Make form step number dynamic 5 years ago
Andrew Kingston c2bf1de547 Fix crash when component definition is not found 5 years ago
Andrew Kingston 4ce25fdf0b Allow dynamic re-registration of form field components 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
dependabot[bot] 01c6e6d60c
Bump sshpk from 1.13.0 to 1.16.1 in /packages/worker 5 years ago
dependabot[bot] 81905bf668
Bump stringstream from 0.0.5 to 0.0.6 in /packages/auth 5 years ago
Michael Drury 97721fe5e5 Updating filter modal to manage invalid schemas when view created. 5 years ago
Michael Drury 0b6eb6b71d Fixing issue discovered by test case. 5 years ago
mike12345567 0bff21f385 Reverting bbui lock, making sure it isn't upgrading again, fixing vite to the best version we can use. 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
Peter Clement ac9f30612c more refactoring of screen wizard 5 years ago
dependabot[bot] 859ce467b3
Bump aws-sdk from 2.811.0 to 2.814.0 in /packages/worker 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
Andrew Kingston c309db623e Replace old usage of 'editable' manifest setting with 'static' 5 years ago
Andrew Kingston 53c7da348b Fix issue with data provider query not updating 5 years ago
Andrew Kingston 9fea436cc2 Remove log statements 5 years ago
Andrew Kingston 69422f374b Refactor some app components to remove dependency on static props 5 years ago
Andrew Kingston cc5e42e933 Update table to handle dynamic data provider prop 5 years ago
Andrew Kingston fa70eb540a Update forms to handle a dynamic schema prop 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
Andrew Kingston 9aa03c39ba Optimise core memoization of client component props to improve performance significantly 5 years ago
Andrew Kingston 1432cbec72 Refactor how client app actions programmatically mutate data provider queries to allow for correctly handling removal of query extensions 5 years ago
mike12345567 a9c6395d72 Fixing issue discovered by cypress test. 5 years ago
Budibase Staging Release Bot 782a0cc175 v0.9.185-alpha.6 5 years ago
mike12345567 960ea66fd7 Quick update to the app caching to improve performance even further, cache when an app doesn't have metadata/is invalid, meaning we don't need to poll the database everytime to see if the metadata doc exists. 5 years ago
Budibase Staging Release Bot 1a9706bbb2 v0.9.185-alpha.5 5 years ago
Andrew Kingston e4eb925a15 Prevent unecessary updates to component settings to improve performance 5 years ago
Andrew Kingston 3acdf56679 Precent unecessary client app builder store updates to improve performance 5 years ago
Andrew Kingston e5f49c87f6 Ensure button is focused when starting to edit text 5 years ago
Andrew Kingston d13170ff57 Disable drag and drop for components in the selected path when edit mode is enabled to fix firefox issue with text selection when draggable attribute is set 5 years ago
Andrew Kingston 78eb7e63f9 Remove unused client event for iframe-loaded 5 years ago
Andrew Kingston 6d59124064 Fix race condition crash on initial builder data page load 5 years ago