1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00
budibase/packages/server/src/api/controllers
Martin McKeaveney 2855fbea66 turn on gsheets
2022-10-10 09:02:17 +01:00
..
deploy Merge branch 'develop' into feature/day-pass-pricing 2022-09-15 08:55:33 +01:00
plugin Fix incorrect event name being sent down websocket when hot reloading component plugins 2022-09-21 09:11:23 +01:00
public Fixing a regression of CSV table creation - normally if a CSV was used to create a table with an options column all of the options would be filled in but this had been broken. 2022-10-04 17:54:33 +01:00
query Minor fix for #8056 - don't return the raw data for the main query execution - but still return for the builder preview. 2022-09-30 12:30:26 +01:00
row Add unit test and fix 2022-10-04 16:28:29 +01:00
static Lint 2022-10-04 16:43:20 +01:00
table Fixing a regression of CSV table creation - normally if a CSV was used to create a table with an options column all of the options would be filled in but this had been broken. 2022-10-04 17:54:33 +01:00
view Merge branch 'master' into fix/datasource-not-exporting 2022-08-12 14:37:44 +01:00
analytics.ts Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
apikeys.js
application.ts Switching from scan for app locks to mget - which is a fast O(N) operation that only retrieves what we need. 2022-10-07 18:05:18 +01:00
auth.ts Fixing a few issues with roles being correctly reverted. 2022-09-23 17:45:26 +01:00
automation.js Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
backup.js Fixing an issue with deleting large apps with a lot of internal table data and adding back the export modal which allows picking whether an export includes internal table rows - #7583. 2022-09-09 20:06:29 +01:00
cloud.js Move tenancy/utils to db/tenancy to resolve circular imports between tenancy and db package. This should remove all reliance on the tenancy package from the db package 2022-09-20 10:20:36 +01:00
component.ts Some minor fixes, plus typescript conversion to avoid issue in future. 2022-09-15 18:43:07 +01:00
datasource.js Ensure display columns are set 2022-09-21 11:53:18 +01:00
dev.js Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
integration.js turn on gsheets 2022-10-10 09:02:17 +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
role.js Event identification 2022-05-23 22:14:44 +01:00
routing.js
screen.ts Some minor fixes, plus typescript conversion to avoid issue in future. 2022-09-15 18:43:07 +01:00
script.js
templates.js default value for env variable 2022-05-19 10:56:51 +01:00
user.js
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