1
0
Fork 0
mirror of synced 2024-05-17 10:53:15 +12:00
budibase/packages/server/src/api/controllers
2022-06-23 14:29:19 +01:00
..
deploy Event identification 2022-05-23 22:14:44 +01:00
public Improving performance of load script, can generate thousands of users a second. 2022-05-22 18:29:02 +01:00
query Merge commit 2022-06-23 14:29:19 +01:00
row Add option to customise which columns are exported in export data action 2022-06-20 12:32:13 +01:00
static Merge master 2022-06-16 09:44:37 +01:00
table User context updates and misc fixes 2022-05-24 09:54:36 +01:00
view Failover protection with event cache 2022-05-31 21:04:41 +01:00
analytics.ts Failover protection with event cache 2022-05-31 21:04:41 +01:00
apikeys.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
application.ts Back populate no-op migrations on new app and tenant create 2022-06-13 10:51:29 +01:00
auth.js Link app context with tenancy, remove app tenancy middleware 2022-03-24 13:04:49 +00:00
automation.js Failover protection with event cache 2022-05-31 21:04:41 +01:00
backup.js Merge branch 'release' into merge-release 2022-06-13 11:45:18 +01:00
cloud.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
component.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
datasource.js Failover protection with event cache 2022-05-31 21:04:41 +01:00
dev.js Better handle first time startup + dedicated event 2022-06-15 11:20:13 +01:00
integration.js Re-enable gsheets for verification 2022-05-05 09:59:10 +01:00
layout.js Identity tenant and installation groups, property updates 2022-05-28 21:38:22 +01:00
metadata.js Final pass refactoring - need to test but all code in server converted. 2022-01-28 00:05:39 +00:00
migrations.js Add app db support + app url migration 2022-01-27 10:40:31 +00:00
permission.js Fix for #5103 - some templates are built on an older version that stored permissions differently, we can't migrate these as they will keep being added, easiest to just support the old method (apply the old rule and convert to the new format when retrieving roles). 2022-03-28 16:34:50 +01:00
role.js Event identification 2022-05-23 22:14:44 +01:00
routing.js Tests updating, all now passing, fixed some issues discovered by them. 2022-01-28 15:43:51 +00:00
screen.js Event identification 2022-05-23 22:14:44 +01:00
script.js Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running. 2021-10-12 18:45:13 +01:00
templates.js default value for env variable 2022-05-19 10:56:51 +01:00
user.js Fixing an issue with user syncing on save to app DBs as well as fixing a problem with pretty app URLs not setting the app ID correctly into the context. 2022-02-04 17:37:13 +00:00
webhook.js Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 2022-04-21 14:56:14 +01:00