1
0
Fork 0
mirror of synced 2024-09-21 11:53:49 +12:00
Commit graph

12597 commits

Author SHA1 Message Date
Peter Clement
2d4ac7fced remove logs 2024-09-11 11:40:06 +01:00
Peter Clement
abaa40a272 automation steps using names 2024-09-10 17:09:42 +01:00
Peter Clement
4231dafc94 remove uneeded import 2024-09-09 14:26:37 +01:00
Peter Clement
b1b861139d feature flag the branch action definition 2024-09-05 14:25:04 +01:00
Peter Clement
452ff17e1f
Merge branch 'master' into fix/automation-context-bug 2024-09-04 17:54:15 +01:00
Peter Clement
2135dbca67 update automation test builder to support ...building 2024-09-04 16:37:33 +01:00
Peter Clement
9782ddb9ee missing param 2024-09-04 15:29:07 +01:00
Peter Clement
5e4b2fa500 use .call 2024-09-04 15:13:11 +01:00
Peter Clement
3a8a8b1195 fix issue with multiple loops breaking automation context 2024-09-04 14:54:47 +01:00
Peter Clement
d80123bbcb use utilities api 2024-09-04 09:31:18 +01:00
Peter Clement
0716702646 use opts param 2024-09-03 21:31:38 +01:00
Peter Clement
8c7aecfa22
Update packages/server/src/api/routes/utils/validators.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-09-03 21:14:28 +01:00
Peter Clement
f6f6120e70
Update packages/server/src/api/routes/utils/validators.ts
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-09-03 21:14:05 +01:00
Peter Clement
93aba3ed22 Merge remote-tracking branch 'refs/remotes/origin/feat/branching-api-validation' into feat/branching-api-validation 2024-09-03 16:35:02 +01:00
Peter Clement
484b329bc8 ensure branch step is in output 2024-09-03 16:29:52 +01:00
Peter Clement
5c0fd002b4
Merge branch 'master' into feat/branching-api-validation 2024-09-03 16:23:17 +01:00
Peter Clement
839292b84d add validators and tests for automation branching 2024-09-03 16:16:52 +01:00
Adria Navarro
b74efe5340
Merge branch 'master' into BUDI-8609/run-row-action-as-sync 2024-09-03 16:59:56 +02:00
Adria Navarro
c830e2a589 Fix tests 2024-09-03 16:52:27 +02:00
Adria Navarro
5ac5a63dc5 Run row action as sync 2024-09-03 16:51:56 +02:00
Adria Navarro
ff126006ec
Merge pull request #14503 from Budibase/BUDI-8564/support-updating-names
Support updating names
2024-09-03 16:16:27 +02:00
Adria Navarro
52283e07aa Tidying 2024-09-03 16:15:33 +02:00
Adria Navarro
2667238d93 Add undefined check 2024-09-03 14:47:49 +02:00
Adria Navarro
4efb3d6ed6 Unify tests 2024-09-03 14:44:55 +02:00
Adria Navarro
3a3151b59d Add extra test 2024-09-03 14:23:08 +02:00
Adria Navarro
773b4f1050
Merge pull request #14482 from Budibase/BUDI-8561/display-relationship-fields
Display relationship fields
2024-09-03 14:05:27 +02:00
Peter Clement
56641e06c3 re-add branch step to outputs 2024-09-03 11:10:30 +01:00
Adria Navarro
662c6be435
Use optional chaining
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-09-03 11:39:01 +02:00
Adria Navarro
2e4ba9cb3c Remove break 2024-09-03 11:35:31 +02:00
Adria Navarro
3cee97aa02 Merge branch 'master' into feat/pick-relationship-fields 2024-09-03 11:19:18 +02:00
Adria Navarro
e364bf5d65 Don't use sdk.tables.getTables (as it fails randomly) 2024-09-03 11:00:15 +02:00
Adria Navarro
e61b619740 Clean code 2024-09-03 10:43:44 +02:00
Adria Navarro
6d24eba679 Move describes 2024-09-03 10:42:27 +02:00
Adria Navarro
a9669c1c1d Extra tests 2024-09-03 10:40:29 +02:00
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
Adria Navarro
74eb0357a4 Rename link relationship fields 2024-09-03 10:15:26 +02:00
Adria Navarro
1be8289677
Merge branch 'master' into feat/row-action-view-security 2024-09-03 10:13:22 +02:00
Adria Navarro
ae0e3cdb59 Fix test for external 2024-09-02 18:36:44 +02:00
Adria Navarro
2365a6ecd5 Add renaming column tests 2024-09-02 17:32:21 +02:00
Adria Navarro
3d1c861222
Merge branch 'master' into feat/pick-relationship-fields 2024-08-31 20:24:00 +02:00
mike12345567
d5bc5debac Another fix. 2024-08-30 17:57:02 +01:00
mike12345567
70708dc36e Adding back missing tests. 2024-08-30 17:47:08 +01:00
mike12345567
7c1f2522e2 Another test. 2024-08-30 17:42:54 +01:00
mike12345567
6249f41bbb Make sure Lucene correctly sets environment variables in development tests. 2024-08-30 17:34:10 +01:00
mike12345567
bdfd64c98c Fixing view test. 2024-08-30 17:19:04 +01:00
mike12345567
0311e8433b Fixing tests so they can work with SQS. 2024-08-30 17:06:30 +01:00
mike12345567
b622df2683 Defaulting SQS to on in development environments, this removes the need for setting it in the management scripts. 2024-08-30 15:10:55 +01:00
Adria Navarro
64c2a18934
Merge branch 'master' into feat/pick-relationship-fields 2024-08-30 14:45:01 +02:00
Adria Navarro
3f9e6c548d Fix bug 2024-08-30 13:44:39 +02:00
Adria Navarro
a7a5041b91 Remove error message catching 2024-08-30 10:30:27 +02:00