1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/packages/server/src/api/controllers
2022-08-08 19:17:28 +01:00
..
deploy Main body of updates to support disabling the cron, some cleanup of metadata at deployment to make sure they can be re-ran. 2022-07-25 20:45:29 +01:00
public Fixing issue with app DB not being in context for fetch. 2022-07-21 16:39:55 +01:00
query Merge pull request #7018 from Budibase/fix/query-val 2022-08-01 12:35:58 +01:00
row Adding unit tests for internal DB lucene syntax building. 2022-08-08 19:17:28 +01:00
static update builder path 2022-07-11 11:16:31 +01:00
table Fixing test cases. 2022-08-03 18:20:07 +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
application.ts Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 2022-07-14 16:40:23 +01:00
auth.js Link app context with tenancy, remove app tenancy middleware 2022-03-24 13:04:49 +00:00
automation.js Moving majority of automation logging functionality to pro. 2022-07-04 15:44:47 +01:00
backup.js Merge branch 'release' into merge-release 2022-06-13 11:45:18 +01:00
cloud.js
component.js
datasource.js Failover protection with event cache 2022-05-31 21:04:41 +01:00
dev.js remove beta stuff and remove self-host banners 2022-07-11 11:08:56 +01:00
integration.js Re-enable gsheets for verification 2022-05-05 09:59:10 +01:00
layout.js Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-15 15:32:33 +01:00
metadata.js
migrations.js
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
screen.js Event identification 2022-05-23 22:14:44 +01:00
script.js
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