1
0
Fork 0
mirror of synced 2024-10-05 04:25:21 +13:00
Commit graph

35088 commits

Author SHA1 Message Date
Sam Rose
f6c9ff2049
Make new tables require ADMIN permissions to read and write. 2024-10-04 16:12:01 +01:00
Sam Rose
a6d673feb1
Merge pull request #14705 from Budibase/fix-processObjectSync
Make the new throwing behaviour of `processStringSync` opt-in.
2024-10-04 14:24:40 +01:00
Sam Rose
c10cdd3aaf
Fix undefined error. 2024-10-04 11:56:55 +01:00
Sam Rose
c247b194c2
Fix error propagation all the way out of processStringSync. 2024-10-04 11:48:19 +01:00
Sam Rose
4fb870e449
Make processStringSync's throw behaviour opt-in. 2024-10-04 11:30:10 +01:00
Sam Rose
2e4607edb6
Ensure processObjectSync does not throw. 2024-10-04 11:13:30 +01:00
Sam Rose
c2358a6d6d
Merge pull request #14693 from Budibase/js-stack-traces
Pull the error object out of isolated-vm when a user script throws an error.
2024-10-04 10:44:16 +01:00
Sam Rose
0eec9f9146
Merge branch 'js-stack-traces' of github.com:budibase/budibase into js-stack-traces 2024-10-04 10:32:43 +01:00
Sam Rose
28e6a03929
Include syntax errors in processJS 2024-10-04 10:32:33 +01:00
Sam Rose
e39ced99d9
Merge branch 'master' into js-stack-traces 2024-10-04 09:44:59 +01:00
Sam Rose
ca8a827e3d
Merge pull request #14692 from Budibase/view-calculation-sql-5
More view calculation tests, and COUNT(DISTINCT ...) implementation.
2024-10-04 09:44:50 +01:00
Sam Rose
0d046b0257
Merge branch 'master' into view-calculation-sql-5 2024-10-04 09:32:21 +01:00
Sam Rose
831c81a99c
Fix automation tests. 2024-10-04 09:31:42 +01:00
Sam Rose
6170b46513
Merge pull request #14696 from Budibase/ops/fix-type-on-ci-payload
Feature branch deployment job expects boolean as payload
2024-10-03 16:46:15 +01:00
Christos Alexiou
5431becf01 DEPLOY expects boolean on the other end 2024-10-03 18:44:41 +03:00
Sam Rose
82bdf41abb
Merge branch 'view-calculation-sql-5' of github.com:budibase/budibase into view-calculation-sql-5 2024-10-03 16:33:45 +01:00
Sam Rose
725096c9d1
Merge master. 2024-10-03 16:33:35 +01:00
Sam Rose
19f58b62c9
Merge branch 'master' of github.com:budibase/budibase into js-stack-traces 2024-10-03 16:32:43 +01:00
Sam Rose
15a30b1d9e
Fix yet more tests. 2024-10-03 16:32:14 +01:00
Sam Rose
03c514be4c
Fix tests. 2024-10-03 16:16:42 +01:00
Sam Rose
646fc5e6bd
Respond to PR comment. 2024-10-03 15:56:19 +01:00
Michael Drury
f10aa42374
Merge pull request #14673 from Budibase/backport-v3-view-updates
Backport V3 backend view change
2024-10-03 15:23:15 +01:00
Michael Drury
aae5c19927
Merge branch 'master' into backport-v3-view-updates 2024-10-03 15:09:54 +01:00
mike12345567
9c70ed92ba Small build fix. 2024-10-03 14:47:31 +01:00
Sam Rose
795b10c4c9
Fix types in string-templates. 2024-10-03 13:11:35 +01:00
Sam Rose
f9ccbbe081
Fix jsRunner.spec.ts. 2024-10-03 13:11:01 +01:00
Sam Rose
df242cc2ad
Don't break the fact that processStringSync returns a string. 2024-10-03 13:07:22 +01:00
Sam Rose
fdbe633b02
Get errors working on the client side as well. 2024-10-03 12:43:57 +01:00
Sam Rose
9bb6855967
Merge branch 'master' of github.com:budibase/budibase into js-stack-traces 2024-10-03 11:59:14 +01:00
Adria Navarro
dfb991b93e Fix oss yarn.lock 2024-10-03 11:31:14 +02:00
Budibase Staging Release Bot
9440dc98ed Bump version to 2.32.11 2024-10-03 09:15:38 +00:00
Adria Navarro
2a99e6a0ee
Merge pull request #14687 from Budibase/chore/search-tests-from-views
Search tests from views
2024-10-03 11:10:34 +02:00
Adria Navarro
ca88943048
Merge branch 'master' into chore/search-tests-from-views 2024-10-03 10:45:36 +02:00
Adria Navarro
9ba759093e Small rename 2024-10-03 10:44:58 +02:00
Adria Navarro
36e304aaf5 Unify 2024-10-03 10:44:15 +02:00
Sam Rose
b004ef5448
Pull the error object out of isolated-vm when a user script throws an error. 2024-10-03 09:42:08 +01:00
Sam Rose
1f0f38629e
Merge branch 'master' into view-calculation-sql-5 2024-10-03 09:37:07 +01:00
Adria Navarro
1b53bab92e Extract 2024-10-03 10:28:29 +02:00
Sam Rose
3e501b98c6
Merge pull request #14681 from Budibase/view-calculation-sql-4
Make sure calculation views are created and returned correctly from the API.
2024-10-03 09:27:10 +01:00
Sam Rose
6fcc6491bb
Merge branch 'master' into view-calculation-sql-4 2024-10-03 09:18:55 +01:00
Adria Navarro
7c778061e5 Fix sql relationship fetching 2024-10-03 09:50:58 +02:00
Adria Navarro
7e4097476e
Merge branch 'master' into chore/search-tests-from-views 2024-10-03 09:23:02 +02:00
Christos Alexiou
b9a975694f
Merge pull request #14690 from Budibase/ops/add-new-payload-variable-in-fb-deploy
Adapt the payloads for a change in the feature branches deployment pipeline
2024-10-02 22:55:50 +03:00
mike12345567
98ebd8f18c Omitting in tests. 2024-10-02 18:59:20 +01:00
mike12345567
8cb6603a73 Merge branch 'backport-v3-view-updates' of github.com:Budibase/budibase into backport-v3-view-updates 2024-10-02 18:43:21 +01:00
mike12345567
9e7ed04719 Support saving queryUI. 2024-10-02 18:43:07 +01:00
Michael Drury
f2ced5f129
Merge branch 'master' into backport-v3-view-updates 2024-10-02 17:50:49 +01:00
Christos Alexiou
2ccc00bbc8
Merge branch 'master' into ops/add-new-payload-variable-in-fb-deploy 2024-10-02 19:35:54 +03:00
Sam Rose
73613ce8bf
Fix spread operator use. 2024-10-02 16:52:40 +01:00
Sam Rose
7ed28593fb
Add a test for a count distinct column that references a non-existent field. 2024-10-02 16:49:14 +01:00