1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00
budibase/packages/shared-core
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
..
src Refactor automation orchestrator to support branching (#14461) 2024-09-03 08:33:41 +00:00
.gitignore Bug - BUDI-6068 filters do not work for google sheets (#9886) 2023-03-09 12:25:12 +00:00
.npmignore Include all dist 2023-08-09 17:06:05 +03:00
jest.config.ts Fix tests 2024-03-19 23:26:04 +01:00
package.json Upgrading to Typescript 5.5.2 2024-06-24 16:41:28 +01:00
tsconfig.build.json Fix tsconfig paths 2024-08-06 09:11:34 +02:00
tsconfig.json Fix tsconfig paths 2024-08-06 09:11:34 +02:00