Dean
|
36f8ae45fe
|
Rejig the filtering behaviour in the builder around empty config. Empty filters wont cause errors on load and will clear when they are saved
|
2024-12-10 14:17:46 +00:00 |
Adria Navarro
|
f6bbbd7b3f
|
Merge branch 'master' into labday/monorepo-setup
|
2024-12-10 10:18:43 +01:00 |
Sam Rose
|
84d9f6816c
|
Enable a variety of useful looking lints.
|
2024-12-09 12:52:21 +00:00 |
Adria Navarro
|
66cd757c27
|
Unify node types
|
2024-12-09 12:44:49 +01:00 |
Adria Navarro
|
fb71568767
|
Merge branch 'master' into labday/monorepo-setup
|
2024-12-09 11:32:13 +01:00 |
Adria Navarro
|
150548461a
|
Fix build
|
2024-12-05 17:41:42 +01:00 |
Adria Navarro
|
7f3dab40bf
|
Run dev without building shared-core
|
2024-12-05 17:41:42 +01:00 |
Adria Navarro
|
9f72e285f7
|
Run dev without building types
|
2024-12-05 17:41:42 +01:00 |
Adria Navarro
|
9272e170be
|
Run dev without building types
|
2024-12-05 17:41:42 +01:00 |
Adria Navarro
|
f4f70220d2
|
Monorepo package versions to *
|
2024-12-05 17:41:42 +01:00 |
Sam Rose
|
18263a1a16
|
Update to TypeScript 5.7.2.
|
2024-12-05 15:06:49 +00:00 |
mike12345567
|
f8e766823c
|
Merge branch 'master' of github.com:Budibase/budibase into chore/refactor-finalizerow
|
2024-11-26 11:21:58 +00:00 |
Adria Navarro
|
2dee07c2bb
|
Merge branch 'master' into chore/sqs-always-on
|
2024-11-18 10:29:09 +01:00 |
mike12345567
|
d713693883
|
Updating cron validator to use a different preset, the node-cron validator we were using did 0-11 months rather than 1-12 which bull utilises.
|
2024-11-15 13:09:47 +00:00 |
Sam Rose
|
915a7b4c1c
|
Merge master.
|
2024-11-06 17:34:51 +00:00 |
Sam Rose
|
9caf001746
|
Merge branch 'master' into sqs-test-fixes
|
2024-11-06 10:16:16 +00:00 |
Sam Rose
|
ff9d59e1ee
|
Log SQS connection errors, and retry connection a few times before giving up.
|
2024-11-05 15:35:38 +00:00 |
mike12345567
|
6edaf5e160
|
Making sure all protected columns are kept during row save/patch operations.
|
2024-11-04 16:43:39 +01:00 |
Adria Navarro
|
7235fd9d5c
|
Merge from master
|
2024-11-04 10:25:38 +01:00 |
Adria Navarro
|
3779c7f6c7
|
Typing
|
2024-10-30 17:13:03 +01:00 |
Adria Navarro
|
7aad0d6e92
|
Type branch filters
|
2024-10-30 17:00:09 +01:00 |
Andrew Kingston
|
721b3ab610
|
Account for logicalOperator inside UISearchFilter groups
|
2024-10-29 12:56:41 +00:00 |
Sam Rose
|
67fea783bb
|
Support boolean and bigint fields having default values.
|
2024-10-29 10:29:41 +00:00 |
Andrew Kingston
|
889b216a93
|
Add theme tests
|
2024-10-24 10:22:43 +01:00 |
Andrew Kingston
|
ab0f81824d
|
Update to use new shared-core location for theme utils
|
2024-10-24 09:35:55 +01:00 |
Andrew Kingston
|
4c112d51e6
|
Move themes to shared core, add enum and type
|
2024-10-24 09:24:11 +01:00 |
Sam Rose
|
685d8cfd20
|
Merge pull request #14852 from Budibase/fix-processSearchFilters
Make sure processSearchFilters handles an undefined input.
|
2024-10-23 15:52:18 +01:00 |
Sam Rose
|
f7b84ca7ea
|
Fix some type skullduggery.
|
2024-10-23 15:32:07 +01:00 |
Sam Rose
|
f2a844c3b5
|
Fix test.
|
2024-10-23 15:24:32 +01:00 |
Sam Rose
|
9ebd890c04
|
Handle empty arrays too.
|
2024-10-23 15:13:58 +01:00 |
Sam Rose
|
ca0dc030ad
|
Make sure processSearchFilters handles an undefined input.
|
2024-10-23 15:08:59 +01:00 |
mike12345567
|
8f21802e6e
|
Refactor, correct to the BuiltinPermissionID rather than PermissionLevel, these are different.
|
2024-10-23 15:08:59 +01:00 |
Sam Rose
|
17c9d9f9e1
|
Merge branch 'v3-ui' into queryui-default
|
2024-10-23 13:59:53 +01:00 |
Sam Rose
|
da2b2e5c85
|
Merge v3-ui.
|
2024-10-23 13:55:57 +01:00 |
Sam Rose
|
6f4e1dd711
|
Respond to PR comment.
|
2024-10-23 11:34:55 +01:00 |
Sam Rose
|
2cd3ab6627
|
Respond to PR comments.
|
2024-10-22 10:35:09 +01:00 |
Sam Rose
|
49477330c2
|
Fix broken frontend test.
|
2024-10-21 16:18:39 +01:00 |
Adria Navarro
|
08a9488194
|
Remove lucene from search tests
|
2024-10-21 15:20:54 +02:00 |
Sam Rose
|
0c6afda606
|
Merge branch 'master' of github.com:budibase/budibase into queryui-default
|
2024-10-21 10:04:32 +01:00 |
Sam Rose
|
80875fd9a0
|
More tests.
|
2024-10-18 17:50:08 +01:00 |
mike12345567
|
b94498e583
|
Backporting types from v3 to support updating pro submodule.
|
2024-10-18 17:29:22 +01:00 |
Sam Rose
|
0fce17c3c0
|
Fix allOr for everything except SQS.
|
2024-10-18 14:50:06 +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 |
Sam Rose
|
3981cecc30
|
Remove buildQueryLegacy
|
2024-10-18 11:32:58 +01:00 |
Sam Rose
|
b7979f4719
|
Refactor SearchFilterGroup type to be less verbose and more clearly named.
|
2024-10-18 10:32:28 +01:00 |
Sam Rose
|
714029b9a0
|
Making more progress on testing view searching.
|
2024-10-17 18:06:45 +01:00 |
Sam Rose
|
17e946845e
|
Get existing tests passing.
|
2024-10-17 17:16:54 +01:00 |
mike12345567
|
2ae1836b9a
|
PR comments.
|
2024-10-17 16:58:51 +01:00 |
Andrew Kingston
|
ac46e27cea
|
Lint
|
2024-10-17 13:48:20 +01:00 |