1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
Commit graph

28203 commits

Author SHA1 Message Date
Adria Navarro 623b4f5dab
Merge branch 'master' into isolated-vm 2024-01-31 10:47:08 +01:00
Adria Navarro c01518e5d4
Merge pull request #12904 from Budibase/test-helpers-as-js
Test helpers running as javascript
2024-01-30 17:36:17 +01:00
Adria Navarro 82b4af1436 Update handlebars-helpers package 2024-01-30 17:09:41 +01:00
Adria Navarro 43e536e7a6 Test only js helpers 2024-01-30 16:52:25 +01:00
Adria Navarro f5157c4184 Fix other tests 2024-01-30 15:54:00 +01:00
Adria Navarro f94e1e105a Renames 2024-01-30 15:49:48 +01:00
Adria Navarro 710083d9fc Use require.resolve to get the manifest on generation 2024-01-30 15:49:48 +01:00
Adria Navarro f1997fa4a8
Merge branch 'master' into test-helpers-as-js 2024-01-30 15:15:59 +01:00
Michael Drury a008f60a0b
Merge pull request #12911 from Budibase/fix/relationship-modal-size-12909
Fix existing relationship modal size
2024-01-30 13:21:53 +00:00
mike12345567 51aeda26ce Fix for #12909 - the relationship modal was too small, cutting table names and making it hard to use, expanding the modal to be easier to use on normal screens. 2024-01-30 12:53:51 +00:00
Michael Drury d497bda676
Merge pull request #12900 from Budibase/string-split-check
Add a check to stringSplit that gives a nicer error message if a non-string is passed.
2024-01-30 11:43:56 +00:00
Michael Drury b69559566a
Merge branch 'master' into string-split-check 2024-01-30 11:38:03 +00:00
Sam Rose 36bbc11350
Merge pull request #12908 from Budibase/fix-get-loop-iterations-2
Fix automation looping failing when binding returned an integer.
2024-01-30 11:37:17 +00:00
Sam Rose aee86f6a5c
Merge pull request #12906 from Budibase/fix-get-loop-iterations
Typing improvements around automation loop tests.
2024-01-30 11:37:07 +00:00
Sam Rose b3c949b091
Fix case where if a binding returned an int it would throw an error. 2024-01-30 11:06:09 +00:00
Sam Rose 72d63d0c00
Rename executeSynchronously to be a bit less confusing, as it does not execute synchronously. 2024-01-30 10:57:25 +00:00
Sam Rose 6d484ce640
Merge branch 'master' into fix-get-loop-iterations 2024-01-30 10:56:43 +00:00
Budibase Staging Release Bot 9a9ac12ee5 Bump version to 2.16.0 2024-01-30 10:48:36 +00:00
Sam Rose 456817ee7b
More loop step typing improvements. 2024-01-30 10:37:23 +00:00
Sam Rose 67a848bb86
Fix tests. 2024-01-30 10:23:11 +00:00
Sam Rose 669b0743ac
Typing improvements around automation loop tests. 2024-01-30 10:00:44 +00:00
Adria Navarro 061d1589af Run js only for non-block 2024-01-30 10:21:33 +01:00
Adria Navarro eac30aa787 isBlock to manifest 2024-01-30 10:20:52 +01:00
Adria Navarro 2172fabb16
Merge pull request #12903 from Budibase/sync-accountportal
Update account-portal submodule to latest
2024-01-30 10:06:46 +01:00
Adria Navarro 5b5228d8b0 Type params 2024-01-30 09:48:15 +01:00
Adria Navarro db9e4513c2 Update manifest examples 2024-01-30 09:48:15 +01:00
Adria Navarro db14f9afab Inject {} at the end of the helper calls 2024-01-30 09:48:15 +01:00
Adria Navarro a14ff42b14 Fix duration as js 2024-01-30 09:48:15 +01:00
Adria Navarro 5a1d73ff2f Fix avg helper 2024-01-30 09:48:15 +01:00
Adria Navarro ceb7fc04f4 Add js tests (not all working) 2024-01-30 09:48:15 +01:00
Adria Navarro b36c8ad476 Move cleanups out of the actual test 2024-01-30 09:48:15 +01:00
Adria Navarro 4ced91affc Update account-portal submodule 2024-01-30 09:33:39 +01:00
Adria Navarro b15c78371e
Merge pull request #12877 from Budibase/remove_test_flakiness
Refactor test helpers
2024-01-30 09:29:43 +01:00
Adria Navarro 1024bd1dbf Lint 2024-01-30 09:23:28 +01:00
Adria Navarro 9da9935c95 Types 2024-01-29 23:25:12 +01:00
Adria Navarro 7394a7cd64 Smart typing 2024-01-29 23:19:07 +01:00
Adria Navarro ff75fbf99e Convert query.sec.spec.ts to ts 2024-01-29 22:57:20 +01:00
Adria Navarro 782ad7fe8c
Merge branch 'master' into remove_test_flakiness 2024-01-29 19:18:34 +01:00
Adria Navarro 9e4a2542e1 Fix test 2024-01-29 19:17:07 +01:00
Sam Rose 2bfa4c6f91
Mild refactor of stringSplit to make it easier to understand. 2024-01-29 17:43:08 +00:00
Sam Rose b5672d676f
Add a check to stringSplit that gives a nicer error message is a non-string is passed. 2024-01-29 17:38:52 +00:00
Michael Drury 2360df4258
Merge pull request #12899 from Budibase/fix/remove-inaccurate-development-docs
Removing old inaccurate documentation for development
2024-01-29 17:24:51 +00:00
mike12345567 4a6e7e6111 Removing references to old docs. 2024-01-29 17:20:27 +00:00
mike12345567 cf45b8da4f Removing contributing documentation which is out of date, the main CONTRIBUTING document covers everything required. 2024-01-29 17:15:01 +00:00
Michael Drury 2480388123
Merge pull request #12897 from Budibase/fix/remove-account-portal-from-noserver
Fix dev:noserver with account portal checked out
2024-01-29 15:58:51 +00:00
Michael Drury 734527acb5
Merge branch 'master' into fix/remove-account-portal-from-noserver 2024-01-29 15:50:15 +00:00
mike12345567 dcb5f377b9 I was experiencing an issue with running the dev:noserver command, issue was related to having account portal checked out, this solves the problem. 2024-01-29 15:35:16 +00:00
Adria Navarro 51406a80da Fix test 2024-01-29 16:18:34 +01:00
Adria Navarro 1e18ef178d
Merge branch 'master' into remove_test_flakiness 2024-01-29 16:00:19 +01:00
Adria Navarro f3f6e0c41b Fix tests 2024-01-29 15:43:35 +01:00