1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
budibase/packages/server/src/automations
2022-04-19 19:42:52 +01:00
..
steps configure bash step to use automation query timeout 2022-04-06 10:43:08 +01:00
tests Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 2021-11-11 16:20:30 +00:00
triggerInfo fix app action trigger 2021-10-11 19:38:43 +01:00
actions.js Removing the ability to use the bash scripting action in automations in cloud. 2021-10-13 17:03:19 +01:00
automationUtils.js Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
bullboard.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
index.js merge develop into branch 2021-09-16 22:15:09 +02:00
triggers.js Final pass refactoring - need to test but all code in server converted. 2022-01-28 00:05:39 +00:00
utils.js Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00