9697 Commits (5e1ffbbdfdaeec1aa5cd18ce69ef291900b375cd)
 

Author SHA1 Message Date
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 b91f41163f Merge branch 'develop' of github.com:Budibase/budibase into fix/app-cache-invalid 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
Joe c0f7426cb5
Added promo images to readme 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
Rory Powell 851850dc03
Merge pull request #3354 from Budibase/rory/fixes-platform-url 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
Peter Clement 63fc3dcc13 refactor wizard into its own file 5 years ago
Budibase Staging Release Bot 4a22570b05 v0.9.185-alpha.4 5 years ago
Andrew Kingston c43927e863 Remove focus style on contenteditable components in chrome 5 years ago
Andrew Kingston 1cfb0f467d Prevent dragging of a component while being edited 5 years ago
Andrew Kingston fe7bc33566 Remove deprecated keydown event being sent by client library 5 years ago
Michael Drury 852f75ac48
Merge pull request #3392 from Budibase/fix/app-list-perf 5 years ago
Andrew Kingston 638972804d Merge develop into editable text lab day 5 years ago
Budibase Staging Release Bot 144452346f v0.9.185-alpha.3 5 years ago
Andrew Kingston 3db13562d6
Merge pull request #3355 from Budibase/repeater-array 5 years ago
Andrew Kingston e1363dff11 Reset app name in deletion confirmation modal when closing modal 5 years ago
mike12345567 35d96f54c8 Adding specific error cases to all app ID checking functions - three cases, is dev/prod, isn't and no app/ID provided. 5 years ago
Michael Drury 0f37562ab6 Fixing issue presented by test, passing Couch instance around for when it is being used in memory. 5 years ago
Andrew Kingston b1a2bb59a6 Rename data block to repeater block 5 years ago
Andrew Kingston 9e94df969d Remove unused prop 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
Michael Drury 14c0dff29c
Merge pull request #3389 from Budibase/fix/sync-issue 5 years ago
Budibase Release Bot bfc9a4157d v0.9.187 5 years ago
Michael Drury 10100bee53
Merge pull request #3388 from Budibase/fix/roles-fix 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
mike12345567 624ab3648c Fixing issue where database wasn't accessible in authorized test. 5 years ago
mike12345567 e0f04abfb1 Updating to allow a list of roles to be retrieved, allowing resources to have multiple levels of role that they can be accessed via. 5 years ago
Budibase Staging Release Bot 38f0e8d665 v0.9.185-alpha.1 5 years ago
Michael Drury 716864b38f
Merge pull request #3356 from Budibase/feature/existing-table-import 5 years ago