Andrew Kingston
4188754bbe
Fix SQL table `_id` filtering ( #9030 )
...
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
2022-12-15 09:22:28 +00:00
Andrew Kingston
fb84674e24
Add proper validation for nesting illegal combinations of components
2022-10-20 16:03:53 +01:00
Andrew Kingston
d166cbb466
Lint and prevent scrolling to selected component when starting dragging
2022-10-14 19:45:47 +01:00
Andrew Kingston
e48bbb451e
Add throttle utility as an improved debounce
2022-10-08 15:03:44 +01:00
Mel O'Hagan
044e9ad90d
Don't cast datetime is checking (not)empty
2022-10-03 16:06:00 +01:00
mike12345567
b98f08f4e7
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
2022-09-16 17:02:08 +01:00
Peter Clement
7f43b40685
Merge pull request #7766 from Budibase/fix/pc-fixes
...
Bug fixes #6836 and #7242
2022-09-14 14:39:10 +01:00
Peter Clement
b78f444654
remove uneeded log
2022-09-14 11:19:09 +01:00
Peter Clement
c521fa1188
fix issue with date range filtering in automations
2022-09-13 17:11:37 +01:00
Andrew Kingston
165c8dd129
Copy backend implementation for removing key numbering to ensure consistent behaviour
2022-09-12 09:07:25 +01:00
Andrew Kingston
88369a57d8
Fix client side searching not working due to field prefixes
2022-09-12 09:01:21 +01:00
Martin McKeaveney
0089a07096
merge
2022-08-30 10:33:37 +01:00
Rory Powell
ec562ccfa3
Merge branch 'master' into develop
2022-08-19 14:15:49 +01:00
Andrew Kingston
77c96b37b3
Fix issue with falsey lucene values being ignored
2022-08-19 14:11:58 +01:00
Mel O'Hagan
e4a1f356b3
Only allow bindings type for Is In Conditional UI
2022-08-16 13:36:48 +01:00
mike12345567
2904b1a5db
Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters
2022-08-15 12:24:41 +01:00
Andrew Kingston
43b6fd3055
Remove leftover code
2022-08-08 14:29:12 +01:00
Andrew Kingston
39dc0afdc9
Add new UserFetch for searching users table and use in users page. Add debounce utility
2022-08-05 15:57:21 +01:00
mike12345567
5eeb2ea600
Updating the filter system to allow adding multiple filter properties of the same name at once, as well as enabling the use of the allOr property from within the UI - resolves an old issue #2585 .
2022-08-02 18:34:58 +01:00
mike12345567
e9143908ab
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-29 16:14:45 +01:00
Mel O'Hagan
2aa7f2b2ff
Add Is in filter for options type
2022-07-29 14:41:41 +01:00
Mel O'Hagan
27fafe546c
Merge branch 'develop' into feature/multiselect-filters
2022-07-29 14:23:12 +01:00
Andrew Kingston
1f9086f639
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-29 13:48:27 +01:00
mike12345567
b763fda27f
Linting.
2022-07-28 13:40:04 +01:00
mike12345567
34432d5862
Fixing some issues with automations + lucene filtering (with string templating on the backend) as well as type coercion in the query rows action.
2022-07-28 13:39:11 +01:00
Mel O'Hagan
3819dd3c4f
Add multiselect contains filters to custom query
2022-07-27 17:54:49 +01:00
Mel O'Hagan
52408a13f8
Support for string bindings as array
2022-07-27 17:34:42 +01:00
Mel O'Hagan
b160af6603
Has any filter InternalDB
2022-07-27 13:02:46 +01:00
Andrew Kingston
d2d028ad9f
Update role colours
2022-07-25 15:23:37 +01:00
Andrew Kingston
c2500aac86
Make block searching on dates useful by using a range of the whole day
2022-07-22 11:10:20 +01:00
Andrew Kingston
84e87aeb1d
Fix bug with sequential helper
2022-07-15 13:09:48 +01:00
Andrew Kingston
c24c5b2861
Update sequential helper to properly queue promises
2022-07-15 13:08:14 +01:00
Martin McKeaveney
2d60f74d91
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-07-01 00:34:50 +01:00
Mel O'Hagan
01e34e353e
Remove console log
2022-06-27 14:37:15 +01:00
Mel O'Hagan
3e1bf29bcf
Handle number 'Is in'
2022-06-27 14:32:20 +01:00
Mel O'Hagan
2db45457d6
Handle number types custom query
2022-06-27 13:54:03 +01:00
Mel O'Hagan
b295ecfeda
Split string by comma if not array
2022-06-27 13:38:43 +01:00
Mel O'Hagan
ee74e724c6
Add 'Is in' filter option to number type
2022-06-27 13:36:03 +01:00
Mel O'Hagan
43885b86b2
Remove NotIn constant
2022-06-24 21:36:38 +01:00
Mel O'Hagan
2925e171aa
Removed notOneOf
2022-06-24 21:29:19 +01:00
Mel O'Hagan
6b880e7f0c
Add (not)oneOf filter methods
2022-06-24 14:41:08 +01:00
Andrew Kingston
cc4b2b159c
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-21 15:10:58 +01:00
Mel O'Hagan
3e9b0a729b
prettier
2022-06-21 09:41:08 +01:00
Mel O'Hagan
b57881960e
Change constant to pascal case
2022-06-21 09:40:37 +01:00
Mel O'Hagan
656ee2fb91
Add constants for sql int max min ranges
2022-06-20 17:26:35 +01:00
Andrew Kingston
070ec8abd4
Improve role colours and ordering
2022-05-10 14:02:00 +01:00
Andrew Kingston
3e8192552d
Move some role logic to frontend core and enable client library to preferentially route to home screens
2022-04-28 15:13:33 +01:00
Andrew Kingston
c8717d83eb
Make component setting updates sequential to prevent 409s
2022-03-01 11:11:56 +00:00
Andrew Kingston
312571314d
Merge branch 'develop' of github.com:Budibase/budibase into frontend-core
2022-02-01 16:46:00 +00:00
Andrew Kingston
c0badb9c2a
Remove static functions from data fetch models
2022-01-20 11:50:18 +00:00