budibase/packages/server/src
Peter Clement 66fdf03398
Refactor automation orchestrator to support branching (#14461)
* refactor automation thread

* fix infinite loop in branching

* remove try catch

* remove spacing

* remove unecessary addition of branch outputs

* pr comments

* remove loopstep instance variable

* add test to cover failure scenario

* add tests for other automationf ailure conditions

* update test name

* use private keyword instead of underscore

* parse int / string safely

* fix refs

* add condition support for branching and tests

* create helper function for recursing all search filters

* move helper func

* fix import
2024-09-03 08:33:41 +00:00
..
api Merge branch 'master' into feat/row-action-view-security 2024-09-03 10:13:22 +02:00
appMigrations Fix migration test. 2024-08-27 15:46:16 +01:00
automations Refactor automation orchestrator to support branching (#14461) 2024-09-03 08:33:41 +00:00
constants Merge duplicated code 2024-07-11 14:36:51 +02:00
db Change types 2024-08-28 11:36:57 +02:00
definitions More automation typing in preparation for branching (#14378) 2024-08-14 21:39:39 +01:00
events Expose old row binding in automations (#13931) 2024-06-18 13:45:58 +01:00
integration-test
integrations Fixing test cases. 2024-08-19 16:49:40 +01:00
jsRunner Adding a polyfill bundle for Buffer which can be used in the isolated-vm. 2024-07-23 19:02:39 +01:00
middleware Add tests 2024-08-30 10:30:27 +02:00
migrations
sdk Merge branch 'master' into feat/row-action-view-security 2024-09-03 10:13:22 +02:00
startup Rely on withEnv and setEnv functions in respective environment.ts files. 2024-08-09 10:30:27 +01:00
tests Clean 2024-08-30 10:30:27 +02:00
threads Refactor automation orchestrator to support branching (#14461) 2024-09-03 08:33:41 +00:00
utilities Fix lint. 2024-08-29 15:50:46 +01:00
websockets Merge master. 2024-08-29 12:12:29 +01:00
app.ts
ddApm.ts
environment.ts Rely on withEnv and setEnv functions in respective environment.ts files. 2024-08-09 10:30:27 +01:00
features.ts Support primitives in feature flags, make flag types flow, remove some obsolete feature flag systems. 2024-07-22 17:43:53 +01:00
index.ts
koa.ts
watch.ts