1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
budibase/packages/server/src/api/controllers
2021-09-14 11:28:39 +01:00
..
deploy Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled. 2021-09-08 19:29:28 +01:00
row Fixing issue #2412 - making sure full enriched records are passed along to automations. 2021-09-13 16:28:52 +01:00
static Merge standard-components into the client library 2021-09-01 11:41:48 +01:00
table
view
analytics.js
apikeys.js
application.js Fixing issues with search endpoint not handling users fully. 2021-09-02 17:13:00 +01:00
auth.js
automation.js Removing the concept of a logic block. 2021-09-14 11:28:39 +01:00
backup.js
component.js
datasource.js
dev.js
hosting.js
integration.js
layout.js
metadata.js Adding functionality so that when an automation trigger is deleted its test inputs will also be deleted. 2021-09-13 18:03:09 +01:00
permission.js
query.js Saving progress towards re-working CTX usage in automation steps. 2021-09-09 12:23:52 +01:00
role.js
routing.js
screen.js
script.js
templates.js
user.js Fixing issues with search endpoint not handling users fully. 2021-09-02 17:13:00 +01:00
webhook.js