Commit Graph

36392 Commits

Author SHA1 Message Date
mike12345567 294f8ff882 Merge branch 'fix/all-feature-flag-enum' of github.com:Budibase/budibase into fix/all-feature-flag-enum 2024-10-18 17:07:54 +01:00
mike12345567 87bdd68afa Updating to use enum for feature flags across the board. 2024-10-18 17:07:35 +01:00
Michael Drury b57c934019
Merge branch 'master' into fix/all-feature-flag-enum 2024-10-18 16:52:53 +01:00
Andrew Kingston c6aa83d988
Fix labelling when sorting by calculation columns in tables 2024-10-18 16:52:40 +01:00
mike12345567 94789ff03d Adding all feature flags to enum, just so there is a simple reference to see all feature flags that are available. 2024-10-18 16:51:23 +01:00
Adria Navarro ff659a03ba
Merge branch 'master' into v3-ui 2024-10-18 16:55:04 +02:00
Michael Drury 6bd44d753f
Merge pull request #14827 from Budibase/ci/qa-from-v3
Release v3 to QA
2024-10-18 15:54:44 +01:00
Adria Navarro f119c51730 Change QA branch trigger 2024-10-18 16:52:22 +02:00
Adria Navarro f3ab818a6d
Merge branch 'master' into v3-ui 2024-10-18 16:50:12 +02:00
Adria Navarro f123e388d7
Merge pull request #14826 from Budibase/ci/qa-from-v3
Release v3 to QA
2024-10-18 16:49:15 +02:00
Adria Navarro 0f705763b0 Change QA branch trigger 2024-10-18 16:46:21 +02:00
Peter Clement 4cabc09f8a fix row actions test 2024-10-18 15:35:31 +01:00
Sam Rose 4b6a66627a
More view search tests. 2024-10-18 15:28:03 +01:00
Peter Clement 2b7742d96f pro 2024-10-18 15:12:26 +01:00
Peter Clement a26b64bb03 pass user through to automation context 2024-10-18 15:08:18 +01:00
Sam Rose f53e68f526
Fix allOr test 2024-10-18 14:53:20 +01:00
Sam Rose 0fce17c3c0
Fix allOr for everything except SQS. 2024-10-18 14:50:06 +01:00
Andrew Kingston 2cd86f5667
Merge branch 'v3-ui' of github.com:Budibase/budibase into view-calculation-ui 2024-10-18 14:11:41 +01:00
Adria Navarro 94be45a8a9
Merge branch 'master' into v3-ui 2024-10-18 13:15:53 +02:00
Adria Navarro 2adc666a78
Merge pull request #14822 from Budibase/budi-8747-add-the-ability-to-test-a-row-action-automation
Allow passing test to row action test
2024-10-18 13:15:41 +02:00
Adria Navarro 3cd86d40b1
Merge branch 'master' into budi-8747-add-the-ability-to-test-a-row-action-automation 2024-10-18 13:08:02 +02:00
Andrew Kingston 73999e4f3e
Remove old code 2024-10-18 12:01:37 +01:00
Andrew Kingston 3d1b78623e
Remove frontend role prefixing hacks and fix 409s on role deletion 2024-10-18 11:56:00 +01:00
Andrew Kingston 761c9d3c18
Merge branch 'v3-ui' of github.com:Budibase/budibase into new-rbac-ui 2024-10-18 11:46:18 +01:00
Andrew Kingston eaa0465539
Merge branch 'master' of github.com:Budibase/budibase into v3-ui 2024-10-18 11:45:12 +01:00
Michael Drury ddd7b9f7a9
Merge pull request #14816 from Budibase/feature/role-multi-inheritance
Multi-inheritance RBAC (backend)
2024-10-18 11:43:54 +01:00
Andrew Kingston cd8dcf412c
Merge pull request #14821 from Budibase/number-locale-strings
Display numbers using locale format in tables
2024-10-18 11:33:48 +01:00
Sam Rose 3981cecc30
Remove buildQueryLegacy 2024-10-18 11:32:58 +01:00
Michael Drury 31e406f931
Merge branch 'master' into feature/role-multi-inheritance 2024-10-18 11:29:18 +01:00
Andrew Kingston a337197402
Improve number formatting to handle additional edge cases 2024-10-18 11:01:15 +01:00
Andrew Kingston 1509d7d650
Use single number formatter for more performant locale string conversions 2024-10-18 10:44:36 +01:00
Adria Navarro 5c2f786345
Merge branch 'master' into v3-ui 2024-10-18 11:39:26 +02:00
Adria Navarro 9c707db135
Merge branch 'master' into budi-8747-add-the-ability-to-test-a-row-action-automation 2024-10-18 11:37:43 +02:00
Adria Navarro 7941cb6602 Allow passing test to row action test 2024-10-18 11:36:11 +02:00
Sam Rose b7979f4719
Refactor SearchFilterGroup type to be less verbose and more clearly named. 2024-10-18 10:32:28 +01:00
Andrew Kingston f8b26e7e78
Merge pull request #14817 from saewoohan/fix/automation-error-url
Fix: Updated URL in automation error notification to point to settings
2024-10-18 10:21:26 +01:00
Andrew Kingston 18a207f87a
Merge branch 'v3-ui' of github.com:Budibase/budibase into view-calculation-ui 2024-10-18 10:00:49 +01:00
Andrew Kingston 1109e27b04
Display numbers using the locale format in tables 2024-10-18 09:56:35 +01:00
Andrew Kingston 609bc3fb79
Merge branch 'v3-ui' of github.com:Budibase/budibase into new-rbac-ui 2024-10-18 08:53:05 +01:00
Andrew Kingston 02a60ba55d
Merge branch 'master' of github.com:Budibase/budibase into v3-ui 2024-10-18 08:52:47 +01:00
saewoohan 27f1d049ca
Merge branch 'master' into fix/automation-error-url 2024-10-18 07:15:37 +09:00
Sam Rose 714029b9a0
Making more progress on testing view searching. 2024-10-17 18:06:45 +01:00
mike12345567 d0df75c9e4 Adding back mock clearing. 2024-10-17 17:50:51 +01:00
mike12345567 47de88f42f Destroy test case. 2024-10-17 17:47:55 +01:00
Sam Rose b3b7069deb
Merge branch 'master' of github.com:budibase/budibase into queryui-default 2024-10-17 17:17:09 +01:00
Sam Rose 17e946845e
Get existing tests passing. 2024-10-17 17:16:54 +01:00
mike12345567 a71e101a3c Merge branch 'feature/role-multi-inheritance' of github.com:Budibase/budibase into feature/role-multi-inheritance 2024-10-17 17:16:09 +01:00
mike12345567 c74577c512 Updating accessible utility API. 2024-10-17 17:15:41 +01:00
Michael Drury aaf5debc52
Merge branch 'master' into feature/role-multi-inheritance 2024-10-17 17:01:27 +01:00
mike12345567 bd10a3d831 Missed comment. 2024-10-17 17:00:40 +01:00