Commit Graph

606 Commits

Author SHA1 Message Date
Sam Rose 4f936ae2ed
Merge master. 2025-02-20 09:20:07 +00:00
Sam Rose 2a4da79d85
Merge master. 2025-02-18 11:47:18 +00:00
deanhannigan b54f287732
Merge branch 'master' into execute-script-v2 2025-02-18 09:48:49 +00:00
Sam Rose 8c84a715cf
Add tests for cron stopping. 2025-02-17 17:39:38 +00:00
Sam Rose 378cdbe163
Fix type errors. 2025-02-17 11:11:08 +00:00
deanhannigan 5759ef477c
Merge branch 'master' into execute-script-v2 2025-02-11 09:13:57 +00:00
mike12345567 5c491a80ad Update test to datasource plus. 2025-02-10 18:40:26 +00:00
Sam Rose af188e1c1a
Create tests for the row saved trigger. 2025-02-10 13:06:13 +00:00
Sam Rose 33a91cef67
Merge branch 'master' into execute-script-v2 2025-02-10 11:10:54 +00:00
mike12345567 85b2db1f02 Majority of comments. 2025-02-07 11:52:31 +00:00
Dean a200370162 Updated executev2 tests 2025-02-07 09:37:21 +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
Sam Rose 28e931bc64
Fix types. 2025-02-06 17:06:36 +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 6ad9ebe63c
Add failing test. 2025-02-05 15:24:54 +00:00
Sam Rose da32fcc779
Modernise automation step tests. 2025-02-03 17:25:21 +00:00
mike12345567 b214019dbe Frontend usage of API. 2025-02-03 14:14:08 +00:00
mike12345567 5a737ff5c4 Completing test cases for usage endpoint. 2025-01-31 18:39:48 +00:00
mike12345567 d6fb87dce0 Creating structures for testing usage endpoint. 2025-01-31 17:46:43 +00:00
Sam Rose 8ca5cb5599
Do a typing pass on automation.spec.ts 2025-01-28 17:43:03 +00:00
Sam Rose 0e6ad4db93
Remove testStep endpoint and fix types. 2025-01-21 17:06:09 +00:00
Sam Rose 31fc2e45c9
Improve some typing around automation testing. 2025-01-20 18:08:14 +00:00
Sam Rose b9fb4416bb
Allow use of AI fields in view calculations. 2025-01-08 13:18:40 +00:00
Peter Clement ac1b56db6f type errors 2024-12-20 14:54:37 +00:00
Adria Navarro b81e43ed59 Fix tests 2024-12-18 10:55:32 +01:00
mike12345567 eb69bbd3cb Merge branch 'master' of github.com:Budibase/budibase into fix/automation-webhook-improvements 2024-12-13 17:55:32 +00:00
mike12345567 b58aa807bd Another test change. 2024-12-13 17:22:35 +00:00
mike12345567 ba6b0fba6d Correcting issue with test case. 2024-12-13 16:00:40 +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
mike12345567 83448febf4 Merge branch 'master' of github.com:Budibase/budibase into chore/api-typing-3 2024-12-05 11:22:57 +00:00
Sam Rose 0e6b3c258a
Merge branch 'master' of github.com:budibase/budibase into budi-8882-ms-sql-export-schema-feature-creates-and-downloads 2024-12-05 10:47:17 +00:00
Sam Rose 48c106276d
Implement a test that exports an external schema, then reimports it, asserting the tables match. 2024-12-05 10:47:03 +00:00
mike12345567 6494962c1a Screens and some slightly changes to Table API typing. 2024-12-03 18:06:09 +00:00
mike12345567 efb99c6446 Row API typing. 2024-12-03 17:50:51 +00:00
mike12345567 23d9808cb6 Query API typing. 2024-12-03 17:29:41 +00:00
mike12345567 fe9e4d1c5a More typing fixes. 2024-12-02 15:26:12 +00:00
mike12345567 d2f8105e73 Merge branch 'master' of github.com:Budibase/budibase into chore/remove-ds-query-api 2024-11-28 16:40:37 +00:00
mike12345567 d4ec07fa8a Removing the datasource query API for datasource plus, this isn't used and has no real purpose (internal tables aren't supported) removing it as it exposes very internal types to the API, making it harder to adjust these types. 2024-11-28 15:30:10 +00:00
Sam Rose 332505388d
Fix postgres tests. 2024-11-27 13:14:42 +00:00
Sam Rose 98717de61f
Merge upstream. 2024-11-25 17:18:36 +00:00
mike12345567 23f29f9381 Adding relationship helper for defining existing relationships. 2024-11-21 18:41:04 +00:00
mike12345567 f464a80484 Adding helper to create relationship to datasource API in tests. 2024-11-21 18:09:21 +00:00
mike12345567 895d109f41 Merge branch 'master' of github.com:Budibase/budibase into views-openapi 2024-11-18 14:05:55 +00:00
Sam Rose 73f2fa8b34
Merge chore/sqs-always-on 2024-11-18 09:38:58 +00:00
mike12345567 a1c319a5d1 Merge branch 'master' of github.com:Budibase/budibase into views-openapi 2024-11-08 17:16:46 +00:00
mike12345567 ff410c1857 Merge branch 'master' of github.com:Budibase/budibase into views-openapi 2024-11-07 14:18:38 +00:00