Commit Graph

36392 Commits

Author SHA1 Message Date
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
Andrew Kingston 0f95c8a1c9
Merge branch 'v3-ui' of github.com:Budibase/budibase into view-calculation-ui 2024-10-04 09:27:36 +01:00
Andrew Kingston f2b4ef2ac8
Lint 2024-10-04 09:23:14 +01:00
mike12345567 586dd8fea7 Fixing an issue with newlines between coalesce statements in Postgres - we were escaping newlines even if they were valid when given a list of JSON operations to perform. 2024-10-03 18:10:58 +01:00
mike12345567 bfbc576ed1 Merge branch 'master' of github.com:Budibase/budibase into feature/role-multi-inheritance 2024-10-03 17:22:09 +01:00
Michael Drury d5af9315a5
Merge branch 'master' into fix/related-rows-dont-exist 2024-10-03 17:10:23 +01:00
Martin McKeaveney ddea2d137a don't run AI column functionality if the feature isn't enabled 2024-10-03 16:59:59 +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
mike12345567 6fb844753b Another small fix. 2024-10-03 16:24:54 +01:00
mike12345567 86846eff3f Small fix. 2024-10-03 16:22:32 +01:00
Andrew Kingston bcaff95395
Merge branch 'v3-ui' of github.com:Budibase/budibase into new-rbac-ui 2024-10-03 16:22:12 +01:00
mike12345567 7c88e31074 Merge branch 'master' of github.com:Budibase/budibase into v3-ui 2024-10-03 16:19:57 +01:00
Sam Rose 03c514be4c
Fix tests. 2024-10-03 16:16:42 +01:00
mike12345567 a6f6942288 Fixing an issue with corrupt relationship records referencing rows which don't exist, this is a temporary measure as these relationships should be cleaned up correctly but for now ignore any which reference rows which no longer exist. 2024-10-03 16:10:07 +01:00
Sam Rose 646fc5e6bd
Respond to PR comment. 2024-10-03 15:56:19 +01:00
Andrew Kingston e4900e27bb
Merge branch 'v3-ui' of github.com:Budibase/budibase into new-rbac-ui 2024-10-03 15:50:22 +01:00
Andrew Kingston aa3da2bcf2
Fix z-index 2024-10-03 15:49:44 +01:00
Andrew Kingston c51c7cd2a6
Make role editor full screen 2024-10-03 15:47:05 +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
Michael Drury 97b799f9db
Merge pull request #14694 from Budibase/view-merge-v3-ui
View changes - merge to V3 UI branch
2024-10-03 15:09:33 +01:00
mike12345567 58c7149fc0 Merge branch 'backport-v3-view-updates' of github.com:Budibase/budibase into view-merge-v3-ui 2024-10-03 14:48:35 +01:00
mike12345567 9c70ed92ba Small build fix. 2024-10-03 14:47:31 +01:00
Andrew Kingston 303bb94eec
Fix top nav being off-center 2024-10-03 14:28:43 +01:00
Andrew Kingston 818732250b
Add auto layout and fit when doing any role operation other than updating metadata 2024-10-03 14:13:22 +01:00
Andrew Kingston a4aac8aae0
Deal with power users 2024-10-03 13:59:50 +01:00
mike12345567 176bae2935 Merge branch 'backport-v3-view-updates' of github.com:Budibase/budibase into view-merge-v3-ui 2024-10-03 13:38:58 +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
Andrew Kingston a342aa3c31
Add empty state node to role editor 2024-10-03 13:08:47 +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
Andrew Kingston 303f400139
Prevent selection of basic and admin roles 2024-10-03 11:28:41 +01:00
Andrew Kingston 72f1db8c10
Update spacing 2024-10-03 11:24:22 +01:00
Andrew Kingston f7318b15d4
Merge branch 'v3-ui' of github.com:Budibase/budibase into new-rbac-ui 2024-10-03 11:23:02 +01:00
Andrew Kingston ad2bb7b7c0
Merge branch 'v3-ui' of github.com:Budibase/budibase into v3-ui 2024-10-03 11:22:24 +01:00
Andrew Kingston edbb0b59f7
Merge branch 'master' of github.com:Budibase/budibase into v3-ui 2024-10-03 11:22:05 +01:00