1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00
budibase/packages/server/src
2021-09-14 16:54:42 +01:00
..
api Changing over to using timestamps. 2021-09-14 16:54:42 +01:00
automations Removing the concept of worker-farm and fixing issues raised in review. 2021-09-14 16:43:06 +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 Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 2021-02-03 16:09:48 +00:00
integrations merge with master 2021-09-06 16:13:17 +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