Commit Graph

35351 Commits

Author SHA1 Message Date
Andrew Kingston fda5fdc16e
Merge branch 'master' of github.com:Budibase/budibase into v3-ui 2024-10-07 10:46:50 +01:00
Martin McKeaveney a779912ae3
Merge pull request #14708 from Budibase/ops/remove-deploy-boolean
Remove PAYLOAD_DEPLOY to enable invisible license rollouts
2024-10-07 10:24:44 +01:00
Martin McKeaveney a583b824c2
Merge pull request #14700 from Budibase/view-ui-metadata
Add uiMetadata to viewV2
2024-10-07 10:23:02 +01:00
Adria Navarro 821176784a
Merge pull request #14706 from Budibase/row-action/allow-running-from-tables
Run rowAction from table only if allowed
2024-10-04 16:54:43 +02:00
Adria Navarro 6f62b8671d Add comment 2024-10-04 15:54:07 +02:00
Adria Navarro 349637733e Return allowed run from table 2024-10-04 15:52:46 +02:00
Adria Navarro b6aebd67a8 Rename allowedViews to allowedSources 2024-10-04 15:52:36 +02:00
Adria Navarro 6c2c422fa5 Merge branch 'master' into v3-ui 2024-10-04 15:51:40 +02:00
Adria Navarro 0c35345146
Merge pull request #14707 from Budibase/row-action/set-table-permission
Row action/set table permission
2024-10-04 15:50:57 +02:00
Adria Navarro 6954fc6416
Merge branch 'master' into row-action/set-table-permission 2024-10-04 15:39:06 +02:00
Andrew Thompson 7fc658f3a4
Merge pull request #14703 from Budibase/lab-day/app-sorting
persist app sort method selection by saving it against the user
2024-10-04 14:38:54 +01:00
Sam Rose 55008c4bb5
Merge branch 'master' into view-ui-metadata 2024-10-04 14:32:03 +01:00
Adria Navarro 2edc30e7a5
Merge branch 'master' into row-action/set-table-permission 2024-10-04 15:31:59 +02:00
Sam Rose 191be8689a
Merge branch 'master' into lab-day/app-sorting 2024-10-04 14:27: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
Adria Navarro f38180eaaa Add comment 2024-10-04 14:48:50 +02:00
Adria Navarro 9d7fdb1ed7 Fix test 2024-10-04 14:45:28 +02:00
Adria Navarro 3830d6cff7 Clean action between tests 2024-10-04 14:45:11 +02:00
Adria Navarro 01b7f7388f More tests 2024-10-04 14:16:50 +02:00
Christos Alexiou de825defcc Remove PAYLOAD_DEPLOY to enable invisible license rollouts 2024-10-04 15:12:18 +03:00
Adria Navarro bb6bd1711a Add extra tests 2024-10-04 14:03:03 +02:00
Adria Navarro 9063e73f88 Fix tests 2024-10-04 14:02:56 +02:00
Adria Navarro 4c4f766a6a Endpoint to allow/disallow runs from table 2024-10-04 14:02:48 +02:00
Adria Navarro 75b5bbf401 Table run by default 2024-10-04 14:02:42 +02:00
Adria Navarro 8764a8c6e8 Return allowed run from table 2024-10-04 14:02:30 +02:00
Adria Navarro baa5a86ebb Rename allowedViews to allowedSources 2024-10-04 14:01:46 +02: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
Peter Clement 9a634fc697
Merge pull request #14701 from Budibase/fixes/row-action-id-issue
Fixes an issue where id and revision weren't passed to row action automations
2024-10-04 11:26:31 +01:00
Andrew Thompson ec6a5bea13
Merge branch 'master' into lab-day/app-sorting 2024-10-04 11:25:15 +01:00
Sam Rose 2e4607edb6
Ensure processObjectSync does not throw. 2024-10-04 11:13:30 +01:00
andz-bb 696b2c38db persist app sort method selection by saving it against the user 2024-10-04 10:54:14 +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
Peter Clement 9a47db4a13 fix test 2024-10-04 10:39:17 +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
Peter Clement 3cb14d596a fixes an issue where id and revision weren't passed to row action automations 2024-10-04 10:18:27 +01:00
Andrew Kingston afca86cf8f
Merge branch 'master' into view-ui-metadata 2024-10-04 09:45:34 +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
Andrew Kingston a563adc2c0
Update tests 2024-10-04 09:43:23 +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
Andrew Kingston 215e359615
Add uiMetadata to viewV2 2024-10-04 09:29:41 +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