1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/packages/server/src
2021-09-15 11:44:01 +01:00
..
api Merge pull request #2598 from Budibase/feature/automation-rework 2021-09-14 17:30:26 +01:00
automations Merge branch 'feature/automation-redesign' of github.com:Budibase/budibase into feature/automation-query 2021-09-15 11:44:01 +01:00
constants 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
db Fixing issue #2412 - making sure full enriched records are passed along to automations. 2021-09-13 16:28:52 +01:00
definitions lint 2021-09-06 16:24:51 +01:00
events
integrations Merge pull request #2551 from mslourens/fix_uppercase_database_name 2021-09-15 09:53:40 +01:00
middleware 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
tests/utilities Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 2021-08-05 09:59:08 +01:00
utilities 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
app.ts Adding the ability to get back the context. 2021-09-07 19:06:20 +01:00
environment.js Fixing test cases, making it possible to still run automations via env variable. 2021-09-14 11:18:02 +01:00
index.ts First attempt and re-writing a portion of the server in typescript. 2021-06-24 18:16:48 +01:00