mike12345567
|
b94498e583
|
Backporting types from v3 to support updating pro submodule.
|
2024-10-18 17:29:22 +01:00 |
mike12345567
|
2ae1836b9a
|
PR comments.
|
2024-10-17 16:58:51 +01:00 |
mike12345567
|
97b1c52f70
|
Protect against old roles with differences when it comes to loops.
|
2024-10-16 22:08:07 +01:00 |
mike12345567
|
c40e4a7288
|
fixing rbac
|
2024-10-16 21:13:35 +01:00 |
mike12345567
|
ca72dffb1f
|
Merge branch 'master' of github.com:Budibase/budibase into feature/role-multi-inheritance
|
2024-10-15 13:34:39 +01:00 |
mike12345567
|
243391d6cb
|
Merge branch 'master' of github.com:Budibase/budibase into feature/role-multi-inheritance
|
2024-10-14 12:57:22 +01:00 |
Sam Rose
|
e9ad3e58be
|
Support default values on multi-user columns.
|
2024-10-14 12:14:41 +01:00 |
Sam Rose
|
c622ef7e90
|
Merge branch 'master' of github.com:budibase/budibase into budi-8722-default-value-on-user-columns
|
2024-10-11 16:22:36 +01:00 |
Adria Navarro
|
64d4aef87d
|
Fix all or property
|
2024-10-11 16:41:51 +02:00 |
Sam Rose
|
1bcd2590d3
|
Allow BB_REFERNCE_SINGLE to have default values.
|
2024-10-11 12:28:20 +01:00 |
mike12345567
|
324616be59
|
Finishing multi-inheritance test case and getting accessibility to be detected correctly.
|
2024-10-10 18:15:23 +01:00 |
mike12345567
|
3a2b22d446
|
Merge branch 'master' of github.com:Budibase/budibase into feature/role-multi-inheritance
|
2024-10-10 11:47:19 +01:00 |
Sam Rose
|
55be64b371
|
Only check visible fields when checking group by view calculations.
|
2024-10-10 09:16:43 +01:00 |
Adria Navarro
|
3cf96c589c
|
Implement logical conditions
|
2024-10-09 10:33:15 +02:00 |
Adria Navarro
|
0e24df2ddf
|
Improve types
|
2024-10-09 10:32:12 +02:00 |
Sam Rose
|
672469526e
|
Mark calculation views explicitly instead of figuring it out implicitly.
|
2024-10-07 16:33:14 +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
|
f2ced5f129
|
Merge branch 'master' into backport-v3-view-updates
|
2024-10-02 17:50:49 +01:00 |
Andrew Kingston
|
c4a98832cb
|
Enable default values for options and array types
|
2024-10-02 15:24:04 +01:00 |
Michael Drury
|
9ed77d6aea
|
Merge branch 'master' into backport-v3-view-updates
|
2024-10-02 09:37:40 +01:00 |
Martin McKeaveney
|
9a6301fd5f
|
Merge branch 'master' into budi-8664-cron-helper-ai-feature
|
2024-10-01 17:06:33 +01:00 |
mike12345567
|
522941abf0
|
PR comments.
|
2024-10-01 11:31:41 +01:00 |
mike12345567
|
6e660151bd
|
backport of V3 backend changes for search filters on view, giving this the correct type to support conditionals.
|
2024-09-30 18:06:47 +01:00 |
Martin McKeaveney
|
bd6ad0ff0e
|
Merge branch 'master' into budi-8664-cron-helper-ai-feature
|
2024-09-30 16:17:27 +01:00 |
Michael Drury
|
efdbe5a238
|
Merge branch 'master' into fix/view-user-columns
|
2024-09-30 16:15:39 +01:00 |
mike12345567
|
01415fb066
|
Quick fix.
|
2024-09-30 15:43:58 +01:00 |
Sam Rose
|
c0cc2a9e3d
|
Move isSupportedUserSearch from backend-core to shared-core.
|
2024-09-30 15:16:24 +01:00 |
Martin McKeaveney
|
e281250569
|
ai cron helper E2E
|
2024-09-30 14:00:12 +01:00 |
mike12345567
|
fa9bb030c9
|
Utility for detecting loops in a list of roles.
|
2024-09-26 18:26:35 +01:00 |
Sam Rose
|
7c6c03c80b
|
Rename ViewUIFieldMetadata -> ViewFieldMetadata to match master.
|
2024-09-26 15:32:21 +01:00 |
Sam Rose
|
fc44b38fc5
|
Fix tests.
|
2024-09-20 11:52:06 +01:00 |
Sam Rose
|
9588192a52
|
Merge master.
|
2024-09-20 11:46:58 +01:00 |
mike12345567
|
4952747ae9
|
Taking working from new-rbac-ui branch and separating it into its own PR, so that other work can be based on this from master.
|
2024-09-12 15:40:37 +01:00 |
Michael Drury
|
5b776d62ad
|
Merge branch 'master' into fix/logical-operators-return-none
|
2024-09-11 10:46:25 +01:00 |
mike12345567
|
43ae48cc82
|
Test cases for return none/all with the logical operators, as well as updates to the hasFilter to support this correctly.
|
2024-09-09 18:14:02 +01:00 |
Sam Rose
|
5cd1b00dad
|
Merge master.
|
2024-09-09 17:07:28 +01:00 |
mike12345567
|
1a27cf9d5b
|
Fix - thanks tests.
|
2024-09-09 16:40:04 +01:00 |
mike12345567
|
ac2416dc0b
|
Lint.
|
2024-09-09 16:30:38 +01:00 |
mike12345567
|
6e10c528d8
|
Getting rid of findInDoc as its not used anymore.
|
2024-09-09 16:25:34 +01:00 |
Sam Rose
|
3c58a593f9
|
Improve typing around in-memory search.
|
2024-09-06 15:03:17 +01:00 |
Sam Rose
|
015ef56110
|
wip
|
2024-09-04 09:29:05 +01:00 |
Peter Clement
|
66fdf03398
|
Refactor automation orchestrator to support branching (#14461)
* refactor automation thread
* fix infinite loop in branching
* remove try catch
* remove spacing
* remove unecessary addition of branch outputs
* pr comments
* remove loopstep instance variable
* add test to cover failure scenario
* add tests for other automationf ailure conditions
* update test name
* use private keyword instead of underscore
* parse int / string safely
* fix refs
* add condition support for branching and tests
* create helper function for recursing all search filters
* move helper func
* fix import
|
2024-09-03 08:33:41 +00:00 |
mike12345567
|
aa1eaa1d3d
|
A few fixes for logical operators, there was a lot of cleanup that was not occurring as it is supposed to be recursive, this wasn't happening.
|
2024-08-15 18:35:30 +01:00 |
Sam Rose
|
700356a1ef
|
Factor out default value check to shared-core.
|
2024-08-12 11:08:58 +01:00 |
Dean
|
5ccbec9668
|
Merge remote-tracking branch 'origin/master' into dean-fixes
|
2024-08-08 12:22:10 +01:00 |
melohagan
|
4c189e1e96
|
Add BpmStatusValue failed (#14334)
|
2024-08-08 08:48:17 +00:00 |
Dean
|
b5485fac0e
|
Merge remote-tracking branch 'origin/master' into dean-fixes
|
2024-08-07 16:34:35 +01:00 |
Adria Navarro
|
c5f504d724
|
Use helper
|
2024-08-07 10:54:19 +02:00 |
Adria Navarro
|
0667449463
|
Types
|
2024-08-06 18:25:35 +02:00 |
Adria Navarro
|
5caf20635a
|
Implement in memory filter
|
2024-08-06 18:15:50 +02:00 |