Commit Graph

44 Commits

Author SHA1 Message Date
Dean 02a2d0d209 Merge remote-tracking branch 'origin/execute-script-v2' into execute-script-v2-frontend 2025-02-13 09:08:11 +00:00
deanhannigan 10263c9857
Merge branch 'master' into execute-script-v2 2025-02-13 09:03:54 +00:00
Dean 4f2474e30a Merge remote-tracking branch 'origin/execute-script-v2' into execute-script-v2-frontend 2025-02-12 15:10:17 +00:00
deanhannigan b4bde69925
Merge branch 'master' into execute-script-v2 2025-02-12 15:08:32 +00:00
Sam Rose 62f38b3202
Cleaning up loop.spec.ts, moved tests from automation.spec.ts to more appropriate places. 2025-02-12 12:50:59 +00:00
Sam Rose 22e761ec76
Create appAction.spec.ts 2025-02-12 11:37:44 +00:00
Dean 50fe27535b Return AutomationResults type from test function 2025-02-07 10:55:59 +00:00
Dean 8b04a56dd6 Merge remote-tracking branch 'origin/execute-script-v2' into execute-script-v2-frontend 2025-02-07 10:47:41 +00:00
Dean a200370162 Updated executev2 tests 2025-02-07 09:37:21 +00:00
Sam Rose 924f400992
Rename run to test to better reflect the API being hit. 2025-02-06 15:58:15 +00:00
Sam Rose 9f28eb00d4
Rename triggers to start with 'on' 2025-02-06 15:47:10 +00:00
Sam Rose ac2f40e955
Move trigger output to the run function so it's easier to understand its purpose. 2025-02-06 15:46:02 +00:00
Sam Rose 3139fccf2f
Refactor automation builder into single class. 2025-02-06 11:52:41 +00:00
Dean eb510e9ff1 Merge remote-tracking branch 'origin/execute-script-v2' into execute-script-v2-frontend 2025-02-06 09:14:05 +00:00
deanhannigan e3ea844b9d
Merge branch 'master' into execute-script-v2 2025-02-06 09:05:55 +00:00
Sam Rose 00b02b1762
Make config required. 2025-02-05 17:45:35 +00:00
Sam Rose d62be2629c
Simplify calls to createAutomationBuilder. 2025-02-05 17:39:38 +00:00
Sam Rose d2902464c0
Remove no longer needed appAction calls. 2025-02-05 17:30:48 +00:00
Sam Rose 74f2ece72b
Refactor automation builder. 2025-02-05 17:19:11 +00:00
Sam Rose da32fcc779
Modernise automation step tests. 2025-02-03 17:25:21 +00:00
Dean ee5d19456e Lint and tidying 2025-01-30 10:46:54 +00:00
Dean ad1a8c52b3 Merge remote-tracking branch 'origin/master' into execute-script-v2 2025-01-28 09:10:44 +00:00
Sam Rose 22c004dfec
Merge master. 2025-01-22 10:00:13 +00:00
Sam Rose 31fc2e45c9
Improve some typing around automation testing. 2025-01-20 18:08:14 +00:00
Sam Rose cd6c3e3945
Extract automation step definitions out into shared-core. 2025-01-16 17:25:13 +00:00
Sam Rose 0e3689548c
Initial work to make a new JS script block in automations. 2025-01-14 14:45:37 +00:00
mike12345567 80bd561bba Some further work on automation webhook testing. 2024-12-13 13:59:29 +00:00
mike12345567 715399b755 Typing improvements for webhooks - fixing issue with parameter change - working on test case. 2024-12-13 13:34:32 +00:00
Sam Rose 84d9f6816c
Enable a variety of useful looking lints. 2024-12-09 12:52:21 +00:00
Peter Clement bb254292d9 migrate bash tests and actually make some useful automations with them 2024-11-28 15:25:27 +00:00
Peter Clement 97b1c41313 update openai automation tests 2024-11-28 11:36:59 +00:00
Peter Clement 08f5df2546 add execute script automation tests 2024-11-25 09:45:42 +00:00
Dean 11d24db255 Merge remote-tracking branch 'origin/v3-ui' into feature/automation-branching-ux 2024-10-28 12:00:33 +00:00
Sam Rose 3fc170c16b
Add settings to automation context. 2024-10-15 17:33:32 +01:00
Peter Clement b304d1d622 changes to support automation conditions on both sides of evaluation 2024-10-14 09:30:05 +01:00
Dean 4928c7f553 Add a default branch id for server tests 2024-10-14 09:06:49 +01:00
Peter Clement f00593ff26 pr comments 2024-10-01 12:25:41 +01:00
Peter Clement 5d31976835 updated automation thread to use ids and test 2024-09-30 13:08:11 +01:00
Peter Clement 6842c392a2 Merge remote-tracking branch 'origin/master' into feat/more-automation-tests 2024-09-24 12:05:54 +01:00
Peter Clement 7e767e4089 some pr comments 2024-09-13 12:25:39 +01:00
Peter Clement a831a4bf07 tests to cover automation naming 2024-09-12 14:58:53 +01:00
Peter Clement 594551e1b5 tests for filter steps 2024-09-12 14:05:32 +01:00
Peter Clement 2135dbca67 update automation test builder to support ...building 2024-09-04 16:37:33 +01:00
Peter Clement 0e229c9b2e
Update automation test builder to support branching (#14387)
* add branch step definition

* update automation test builder to support branching

* rename Automation test builder

* example test

* pr comments
2024-08-15 16:07:42 +00:00