Commit Graph

32621 Commits

Author SHA1 Message Date
Adria Navarro e33722ff4b
Merge branch 'master' into BUDI-9077/main-relationship-permissions-conflict 2025-03-11 12:16:04 +01:00
Adria Navarro b1300695e5
Merge branch 'master' into types/check-types-in-client 2025-03-11 12:02:58 +01:00
Adria Navarro f84c459214
Merge branch 'master' into BUDI-9077/main-relationship-permissions-conflict 2025-03-10 18:40:14 +01:00
Adria Navarro 1bdcb0986d Lint 2025-03-10 13:20:10 +01:00
Sam Rose 772bf77d68
Merge branch 'master' into master 2025-03-10 11:51:25 +00:00
Adria Navarro b7eb3cac64
Merge branch 'master' into types/check-types-in-client 2025-03-10 12:32:05 +01:00
Adria Navarro 1964aabea8 Configure svelte.config.mjs in frontend-core 2025-03-10 12:29:26 +01:00
Adria Navarro 90102cca63 Fix check errors 2025-03-10 12:28:48 +01:00
Adria Navarro 7483795f67 Fix warn 2025-03-10 12:10:56 +01:00
Adria Navarro 1cb87d8f17 Fix 2025-03-10 12:03:21 +01:00
Adria Navarro dd6320ec0f Fix typings 2025-03-10 12:00:46 +01:00
Adria Navarro 035bb54cb3 Enable verbatimModuleSyntax 2025-03-10 11:33:44 +01:00
Adria Navarro d25baac4a6 check:types on client 2025-03-10 11:00:21 +01:00
Adria Navarro 40c8010859 Fix tests 2025-03-10 09:59:44 +01:00
Adria Navarro 02e54bc248 Fix inMemory test 2025-03-10 09:59:44 +01:00
Adria Navarro 79111e190b Rename test files 2025-03-10 09:59:44 +01:00
Adria Navarro f770ef0940 Fix sorting autoids 2025-03-10 09:59:44 +01:00
Adria Navarro b5d887cafa Remove sort type 2025-03-10 09:59:44 +01:00
Adria Navarro 2776510dc3 Reorder 2025-03-10 09:59:44 +01:00
Adria Navarro 4a9453e444 Fix tests 2025-03-10 09:59:43 +01:00
Adria Navarro d7ff47ff2a Fix types 2025-03-10 09:59:43 +01:00
Adria Navarro a583b1adaa Remove sortType from tests 2025-03-10 09:59:43 +01:00
Adria Navarro e55e73f004 Remove unnecessary sort from api 2025-03-10 09:59:43 +01:00
Michaël St-Georges bb63402ac9 Fix S3 integration custom endpoints usage 2025-03-08 19:00:38 -05:00
mikesealey 6c0aea2651 Merge branch 'BUDI-9104' of https://github.com/budibase/budibase into BUDI-9104 2025-03-07 16:46:21 +00:00
Mike Sealey bdbfeaba5b
Merge branch 'master' into BUDI-9104 2025-03-07 16:40:39 +00:00
mikesealey 1d6c585768 addresses feedback in PR 2025-03-07 16:01:56 +00:00
Michael Drury d13c1e55f0
Merge branch 'master' into fix/import-query 2025-03-07 16:01:03 +00:00
mike12345567 28d3d4462e Linting. 2025-03-07 15:33:18 +00:00
mike12345567 d70313c8e8 Typing all of the components involved in the ImportRestQueriesModal as the issue was related to wrong function being called, would be detected by typing. 2025-03-07 15:31:07 +00:00
Michael Drury ea15094820
Merge branch 'master' into fix/automation-js-editor 2025-03-07 15:03:16 +00:00
mikesealey 991b478287 fixes validation text 2025-03-07 14:46:52 +00:00
mike12345567 a7beaf3117 Linting. 2025-03-07 14:09:35 +00:00
mike12345567 89f31f2b00 A couple of small fixes for automation JS editor experience, making sure that the first use of $ correctly jumps to within the binding and handling template string usage. 2025-03-07 13:52:16 +00:00
andz-bb 363142414b use async/await for copy to clipboard action 2025-03-07 11:41:39 +00:00
andz-bb 8a11fcfd06 fix defaults for copy to clipboard action 2025-03-07 09:08:56 +00:00
andz-bb 77114b8838 copy binding to clipboard button action 2025-03-07 08:58:25 +00:00
Dean e19c27cf41 Merge remote-tracking branch 'origin/master' into execute-script-v2-frontend 2025-03-06 15:28:10 +00:00
Mike Sealey c671b81f5b
Merge branch 'master' into BUDI-9104 2025-03-06 15:18:14 +00:00
Sam Rose 179155b4a3
Merge branch 'master' into budi-9006-allow-automation-test-data-modal-to-select-real-data-to-take-2 2025-03-06 15:12:47 +00:00
deanhannigan c80abdd010
Merge branch 'master' into execute-script-v2-frontend 2025-03-06 15:08:41 +00:00
mikesealey 3484f500e5 standaradises the declaration of empty vars 2025-03-06 15:06:34 +00:00
mikesealey ec382c313c Merge branch 'master' of https://github.com/budibase/budibase into BUDI-9104 2025-03-06 15:05:02 +00:00
mikesealey c6a40869ec removes unused variable 2025-03-06 14:53:02 +00:00
Michael Drury 36571f20b6
Merge branch 'master' into execute-script-v2 2025-03-06 14:40:51 +00:00
mikesealey e900322624 adds documentation link to action 2025-03-06 14:33:05 +00:00
Sam Rose ffcc0fa56f
Merge branch 'master' into budi-9006-allow-automation-test-data-modal-to-select-real-data-to-take-2 2025-03-06 14:27:50 +00:00
Dean 0814724545 Merge remote-tracking branch 'origin/execute-script-v2' into execute-script-v2-frontend 2025-03-06 14:17:32 +00:00
Sam Rose e0c74eede4
Fix tests. 2025-03-06 12:44:36 +00:00
Adria Navarro bb69fffaa1 Fix example tests 2025-03-06 12:24:11 +01:00