1
0
Fork 0
mirror of synced 2024-09-10 22:46:09 +12:00
Commit graph

28177 commits

Author SHA1 Message Date
mike12345567
010f160fa5 Cleaning up files after import is finished (with large files this saves on tmp space) as well as fixing an issue where menu would appear next to a restore despite having no options. 2024-01-31 18:22:18 +00:00
mike12345567
85f7d66a99 Handling very large exports/backup downloads. 2024-01-31 17:16:51 +00:00
Andrew Kingston
c0823d7018
Merge pull request #12822 from poirazis/contrib-expose-fetchData-in-SDK
Expose fetchData and LuceneUtils via the client library SDK
2024-01-31 15:54:12 +00:00
Michael Poirazi
e0c1382d3f
Merge branch 'master' into contrib-expose-fetchData-in-SDK 2024-01-31 17:38:42 +02:00
Budibase Staging Release Bot
3c6246e03f Bump version to 2.16.2 2024-01-31 15:16:08 +00:00
Martin McKeaveney
2bf1befd3e
Merge pull request #12920 from Budibase/consoleloglintrule
adding lint rule for console.log
2024-01-31 17:03:23 +02:00
Martin McKeaveney
00fa0dab24
Merge branch 'master' into consoleloglintrule 2024-01-31 17:02:41 +02:00
Sam Rose
2352d9f52b
Merge pull request #12917 from Budibase/update-nano
Update to @budibase/nano 10.1.5
2024-01-31 14:52:10 +00:00
Sam Rose
682c3c6c14
Merge branch 'master' into update-nano 2024-01-31 14:43:44 +00:00
Martin McKeaveney
475070a495 client and frontend core 2024-01-31 10:53:53 -03:00
Martin McKeaveney
63cc5447d5 adding lint rule for console.log 2024-01-31 10:47:27 -03:00
Budibase Staging Release Bot
c5fd92cd94 Bump version to 2.16.1 2024-01-31 13:19:02 +00:00
Martin McKeaveney
212ea6c89b
Merge pull request #12918 from Budibase/infra/update-expiry-time
update expiry time for attachments/images
2024-01-31 14:14:25 +02:00
Martin McKeaveney
a23f76b8c8 update expiry time for attachments/images 2024-01-31 08:57:54 -03:00
Sam Rose
f3e0dfd466
Update to @budibase/nano 10.1.5 2024-01-31 11:55:29 +00:00
Adria Navarro
966654e970
Merge pull request #12916 from Budibase/remove-no-available-js-helpers
Remove no available js helpers
2024-01-31 11:35:03 +01:00
Adria Navarro
b4bc06aa59
Merge branch 'master' into remove-no-available-js-helpers 2024-01-31 10:45:35 +01:00
Adria Navarro
cd4fccbd6e Allow excluding js helpers 2024-01-31 10:34:49 +01:00
Adria Navarro
e5d5dea5e6 Renames 2024-01-31 10:00:41 +01:00
Adria Navarro
70d49bbd6b Renames 2024-01-31 09:59:59 +01:00
Adria Navarro
d1712bda52 Remove helpers not available in js 2024-01-30 17:37:09 +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