budibase/packages/server/src/api/controllers
mike12345567 bbcb77c738 Fixing an issue where searching on a relationship column which is in a broken state would break in SQS (previously this was allowed and would return empty relationships). 2024-08-20 07:38:23 +01:00
..
deploy Unify newid 2024-07-11 15:27:48 +02:00
plugin Fix plugin.spec.ts's reliance on the node-fetch mock. 2024-08-01 11:43:37 +01:00
public Adding test case to confirm works as expected. 2024-03-08 10:24:48 +00:00
query fix issue where schema wasn't updating types when a query was run (#14004) 2024-06-25 08:51:35 +01:00
row Fixing an issue where searching on a relationship column which is in a broken state would break in SQS (previously this was allowed and would return empty relationships). 2024-08-20 07:38:23 +01:00
rowAction Implement run 2024-07-25 08:38:11 +02:00
static fix AWS datasource when endpoint is unspecified 2024-08-08 11:11:21 +01:00
table Check protected names on validation 2024-07-31 17:14:02 +02:00
view Fix schema parser 2024-08-02 13:02:18 +02:00
analytics.ts
apikeys.ts
application.ts build fixes. 2024-06-06 17:35:35 +01:00
auth.ts Adding a global binding for globalId which is retrieved as part of the self call - making sure this is available as a binding (this is not in the user metadata table, just for bindings). 2024-06-06 11:53:58 +01:00
automation.ts Use 422 instead of 400 trying to delete row action automations 2024-07-23 12:21:52 +02:00
backup.ts
component.ts feedback 2024-05-13 22:42:09 +01:00
datasource.ts Delete query.seq.spec.ts 2024-03-22 12:00:26 +00:00
debug.ts
dev.ts Fix build. 2024-02-15 15:52:06 +00:00
integration.ts Updating datasource controller types, this branched out a little bit to removing as many anys as possible, and allowing RowValue to correctly be returned from the allDocs function of the DB. 2024-02-29 16:28:00 +00:00
layout.ts Respond to PR feedback. 2024-02-28 16:35:15 +00:00
metadata.ts
migrations.ts build fixes. 2024-06-06 17:35:35 +01:00
ops.ts
permission.ts Respond to PR feedback. 2024-03-04 11:06:25 +00:00
role.ts Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
routing.ts Type role controller. 2024-03-04 16:42:41 +00:00
screen.ts More types. 2024-02-28 12:13:13 +00:00
script.ts Add working PoC of snippets for both polyfilled vm and isolated-vm 2024-03-01 15:25:40 +00:00
templates.ts
user.ts Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
webhook.ts