Sam Rose
|
57149b77e1
|
Loop tests passing again.
|
2025-02-13 12:52:03 +00:00 |
Sam Rose
|
3f104cb2ab
|
Big automation refactor. Down to 11 test failures.
|
2025-02-13 12:02:23 +00:00 |
Sam Rose
|
8656e9a5d0
|
Merge branch 'master' into fix-automation-loop-test-output
|
2025-02-12 15:14:44 +00:00 |
Sam Rose
|
e155545060
|
Merge branch 'master' into app-action-tests
|
2025-02-12 14:55:56 +00:00 |
Adria Navarro
|
fe34ae2219
|
Fix jest svelte transformers to accept ts
|
2025-02-12 15:21:36 +01: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
|
26fe37fb17
|
Merge branch 'master' of github.com:budibase/budibase into app-action-tests
|
2025-02-12 12:18:15 +00:00 |
Sam Rose
|
22e761ec76
|
Create appAction.spec.ts
|
2025-02-12 11:37:44 +00:00 |
mike12345567
|
1624538241
|
Removing IDE added zod import.
|
2025-02-12 10:32:05 +00:00 |
mike12345567
|
dd75edc184
|
Fixing everywhere used.
|
2025-02-11 22:42:41 +00:00 |
mike12345567
|
270e1e15ee
|
Updating BudibaseApp to use the new props type instead of parts being passed in individually.
|
2025-02-11 22:38:59 +00:00 |
mike12345567
|
f0a1ea6f7e
|
Some work to fix plugins, attempting to type the server rendered file.
|
2025-02-11 22:20:35 +00:00 |
Sam Rose
|
133a64edd6
|
Fix tests.
|
2025-02-11 14:45:26 +00:00 |
Sam Rose
|
8bfa47b5a3
|
Merge master.
|
2025-02-11 14:40:25 +00:00 |
mike12345567
|
69669a19b8
|
Linting.
|
2025-02-10 22:04:27 +00:00 |
mike12345567
|
5c491a80ad
|
Update test to datasource plus.
|
2025-02-10 18:40:26 +00:00 |
Sam Rose
|
491a71a36f
|
Merge branch 'master' into automation-tests-6
|
2025-02-10 17:16:34 +00:00 |
Sam Rose
|
fd81543e44
|
Remove runStep from the codebase.
|
2025-02-10 17:03:57 +00:00 |
Sam Rose
|
1c13531baf
|
Add tests for the row updated trigger.
|
2025-02-10 16:32:48 +00:00 |
Sam Rose
|
225f5dde59
|
Add tests for the row deleted trigger.
|
2025-02-10 16:27:54 +00:00 |
Sam Rose
|
e16c3fc7a9
|
Rename automation result helper.
|
2025-02-10 16:15:53 +00:00 |
Michael Drury
|
4534c3f83a
|
Merge branch 'master' into revert-15323-revert-15215-chore/aws-v2-to-v3
|
2025-02-10 13:29:33 +00:00 |
Sam Rose
|
af188e1c1a
|
Create tests for the row saved trigger.
|
2025-02-10 13:06:13 +00:00 |
mike12345567
|
7f3a1dca09
|
Merge branch 'master' of github.com:Budibase/budibase into revert-15323-revert-15215-chore/aws-v2-to-v3
|
2025-02-07 16:01:03 +00:00 |
mike12345567
|
6435c9b529
|
Linting.
|
2025-02-07 12:05:45 +00:00 |
mike12345567
|
85b2db1f02
|
Majority of comments.
|
2025-02-07 11:52:31 +00:00 |
mike12345567
|
0750b749c4
|
Merge branch 'feature/pre-empt-data-source-deletion' of github.com:Budibase/budibase into feature/pre-empt-data-source-deletion
|
2025-02-06 17:54:37 +00:00 |
mike12345567
|
f9c75a2135
|
Final comments.
|
2025-02-06 17:53:23 +00:00 |
Michael Drury
|
5be6141dce
|
Merge branch 'master' into feature/pre-empt-data-source-deletion
|
2025-02-06 17:46:58 +00:00 |
mike12345567
|
a5f2a05061
|
Linting.
|
2025-02-06 17:42:06 +00:00 |
mike12345567
|
83fdbccd6b
|
export directly.
|
2025-02-06 17:34:44 +00:00 |
mike12345567
|
c060d46cf3
|
Merge branch 'feature/pre-empt-data-source-deletion' of github.com:Budibase/budibase into feature/pre-empt-data-source-deletion
|
2025-02-06 17:26:07 +00:00 |
mike12345567
|
e8c79bc720
|
Most PR comments.
|
2025-02-06 17:24:04 +00:00 |
Sam Rose
|
28e931bc64
|
Fix types.
|
2025-02-06 17:06:36 +00:00 |
Michael Drury
|
e1f43c44f4
|
Merge branch 'master' into feature/pre-empt-data-source-deletion
|
2025-02-06 17:02:48 +00:00 |
Sam Rose
|
03e4cfe0b4
|
Missed a bunch of spots in the refactor.
|
2025-02-06 16:44:47 +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 |
mike12345567
|
d04ce5c678
|
Merge branch 'master' of github.com:Budibase/budibase into feature/pre-empt-data-source-deletion
|
2025-02-06 15:06:43 +00:00 |
Sam Rose
|
3139fccf2f
|
Refactor automation builder into single class.
|
2025-02-06 11:52:41 +00:00 |
Sam Rose
|
b938181d7f
|
Merge branch 'master' into automation-tests-4
|
2025-02-06 09:34:58 +00:00 |
Sam Rose
|
00b02b1762
|
Make config required.
|
2025-02-05 17:45:35 +00:00 |
Sam Rose
|
56f1ced176
|
Merge branch 'master' into sheets-errors
|
2025-02-05 17:40:28 +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
|
6ad9ebe63c
|
Add failing test.
|
2025-02-05 15:24:54 +00:00 |
Sam Rose
|
5982ca739f
|
Merge branch 'master' into automation-tests-3
|
2025-02-05 14:41:03 +00:00 |
Sam Rose
|
7891e6a007
|
Merge branch 'master' into sheets-errors
|
2025-02-05 14:25:17 +00:00 |