1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
budibase/packages/server/src/api/controllers
Michael Drury a726d158b8 Merge pull request #3338 from Budibase/feature/query-rbac-timeouts
Query RBAC, query and automation threading/timeouts
2021-11-17 11:39:09 +00:00
..
deploy 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). 2021-11-15 17:40:45 +00:00
row Linting and updating csv parser test case to match new functionality. 2021-11-12 19:39:12 +00:00
static bust cache when app versions are different 2021-11-11 12:21:45 +01:00
table 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. 2021-11-12 19:24:56 +00:00
view
analytics.js
apikeys.js
application.js Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 2021-11-16 20:56:24 +00:00
auth.js
automation.js
backup.js
cloud.js
component.js
datasource.js Fixing issue where deleted datasources wouldn't clear out queries. 2021-11-11 17:13:35 +00:00
dev.js Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 2021-11-16 20:56:24 +00:00
hosting.js
integration.js
layout.js
metadata.js
permission.js
query.js Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 2021-11-11 16:20:30 +00:00
role.js
routing.js
screen.js
script.js
templates.js
user.js Adding role, as it wasn't being set in metadata. 2021-11-15 16:46:56 +00:00
webhook.js