Michael Drury
|
c7c63a7b83
|
Merge branch 'master' into budi-7589/user-column-multi-user-filtering-support
|
2023-10-06 15:54:12 +01:00 |
mike12345567
|
3de8c53166
|
Adding a mapping layer to search queries so that we can map search inputs based on the table schema if desired - primarily for the user column.
|
2023-10-06 11:57:11 +01:00 |
Adria Navarro
|
39b5a2b539
|
Allow filtering
|
2023-10-04 17:55:23 +02:00 |
Adria Navarro
|
02bfaa4378
|
Clean multiple user checks to simplify
|
2023-10-03 18:29:35 +02:00 |
Adria Navarro
|
da95c32a0c
|
Simplify code
|
2023-10-03 17:06:17 +02:00 |
Adria Navarro
|
dbd5f7a134
|
In instead of ContainsAny
|
2023-10-03 16:58:39 +02:00 |
Adria Navarro
|
c84d2449f2
|
Smarter getValidOperatorsForType
|
2023-10-03 14:26:12 +02:00 |
Adria Navarro
|
4577ba8239
|
Change filters
|
2023-10-03 13:19:28 +02:00 |
Adria Navarro
|
3b93748376
|
Filter user (single) UI
|
2023-10-03 12:46:06 +02:00 |
Adria Navarro
|
af924ae4a2
|
Use types
|
2023-10-03 12:01:15 +02:00 |
Peter Clement
|
2360e5d8a5
|
Merge remote-tracking branch 'origin/develop' into feat/per-app-builder-fe
|
2023-08-31 11:07:39 +01:00 |
Peter Clement
|
8d5f6cf7af
|
add api for per app builder and help function
|
2023-08-24 11:38:12 +01:00 |
Andrew Kingston
|
6d46fb2963
|
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
|
2023-08-21 11:57:28 +01:00 |
mike12345567
|
188004021a
|
linting.
|
2023-08-18 14:40:04 +01:00 |
mike12345567
|
7110351bdc
|
Revert "revert develop into master"
This reverts commit fd099658a0 .
|
2023-08-18 14:33:21 +01:00 |
Andrew Kingston
|
b5546f8d9b
|
Update server and builder to properly sync changes with tables and views across all users
|
2023-08-17 16:04:56 +01:00 |
melohagan
|
b57a8c1130
|
Move when filter empty option into filter drawer (#11262)
* Add when filter empty dropdown
* Add unit tests
* "fix" typescript issue
* Add empty filter check for external
* Add unit test
* Hide empty filter option for custom query
* Make onEmptyFilter optional
* Fix unit tests
* Remove onEmptyFilter automation input
* Remove unused var
* Refactor
* Fix path
* Fix type issue
* Fix types
|
2023-08-17 13:31:52 +01:00 |
mike12345567
|
b4b52d9266
|
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
|
2023-08-11 13:16:29 +01:00 |
Adria Navarro
|
77568af704
|
Change filter query to store the expected shape
|
2023-08-07 13:14:18 +03:00 |
Adria Navarro
|
74287370df
|
Move filter types to types
|
2023-08-07 11:18:36 +03:00 |
Andrew Kingston
|
858a0796bd
|
Merge branch 'develop' of github.com:Budibase/budibase into views-v2-frontend
|
2023-08-02 14:50:40 +01:00 |
mike12345567
|
dce38908c9
|
PR comments (backend).
|
2023-08-01 10:56:47 +01:00 |
mike12345567
|
7ee4802af2
|
Linting.
|
2023-07-31 13:45:06 +01:00 |
mike12345567
|
52d05c2910
|
Making sure booleans returned from user role functions in shared core.
|
2023-07-31 13:37:01 +01:00 |
Andrew Kingston
|
fdfedfdd92
|
Fix websocket error
|
2023-07-31 11:21:11 +01:00 |
mike12345567
|
7b9f86d7ea
|
Fix found by authorized test case.
|
2023-07-28 17:06:53 +01:00 |
mike12345567
|
8253ad0a2e
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7052
|
2023-07-26 14:24:29 +01:00 |
mike12345567
|
43bfb943a3
|
Some fixes post testing.
|
2023-07-25 18:52:59 +01:00 |
Andrew Kingston
|
cf178808bf
|
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes
|
2023-07-24 12:03:28 +01:00 |
Andrew Kingston
|
869cb0777b
|
Validate query names to avoid parentheses
|
2023-07-24 12:02:24 +01:00 |
mike12345567
|
87d80e08f5
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7052
|
2023-07-21 17:34:27 +01:00 |
mike12345567
|
bb032852e5
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-07-21 16:26:34 +01:00 |
mike12345567
|
3abe5d4cb2
|
Frontend work to support logging in as an app builder - also making sure when a new app is created that the user is assigned app access to it.
|
2023-07-20 18:34:12 +01:00 |
Andrew Kingston
|
5d0918a6cb
|
Prevent invalid characters in column names when importing tables
|
2023-07-20 12:21:09 +01:00 |
mike12345567
|
e469abb679
|
reworking frontend to use shared core functions to check if is admin or builder (needs further expansion).
|
2023-07-19 18:05:02 +01:00 |
mike12345567
|
85dea47a31
|
Moving user admin/builder functions to shared-core for frontend to use.
|
2023-07-19 16:19:34 +01:00 |
melohagan
|
89c0d3b389
|
Add BigInt type support (#11145) (#11195)
* Add BigInt type
* Allow BigInt columns to be added
* Sort fixes
* Add BigInt field
|
2023-07-11 14:01:55 +01:00 |
Dean
|
db501fb10a
|
Enabled collaboration behaviour in the automation section
|
2023-07-10 09:30:15 +01:00 |
melohagan
|
7a06fcee0f
|
Add BigInt type support (#11145)
* Add BigInt type
* Allow BigInt columns to be added
* Sort fixes
* Add BigInt field
|
2023-07-07 15:11:41 +01:00 |
Andrew Kingston
|
99bf0ca03b
|
Sync publish and unpublish events between all users
|
2023-07-04 13:18:38 +01:00 |
Andrew Kingston
|
7be2d6896e
|
Add indicators to show selected state in data section
|
2023-07-04 08:58:14 +01:00 |
Andrew Kingston
|
d80cca9a11
|
Allow all users into the design section, enable multi dev collab on screens, improve routing
|
2023-07-03 11:14:07 +01:00 |
mike12345567
|
25d0f3f518
|
Adding settings tab for SQL datasources.
|
2023-06-28 11:59:53 +01:00 |
Adria Navarro
|
a14b29efac
|
Improve fetch performance
|
2023-06-07 12:29:36 +01:00 |
Andrew Kingston
|
4a0e23a171
|
Transfer lock to next oldest session when disconnecting from the builder
|
2023-06-05 13:54:17 +01:00 |
mike12345567
|
0506096e72
|
Fixing filtering plus pagination in googlesheets, the pagination previously was first which broke the filtering.
|
2023-06-05 10:03:47 +01:00 |
Andrew Kingston
|
680e609b52
|
Remove plural forms of enums and use TS enum rather than JS const
|
2023-05-31 17:03:14 +01:00 |
Andrew Kingston
|
ffbbf04e86
|
Lint
|
2023-05-31 16:08:35 +01:00 |
Andrew Kingston
|
05e34076f7
|
Fully rewrite websocket redis integration to use individual keys per session, enable TTLs on sesisons, prune sessions when users connect and add a heartbeat to sockets
|
2023-05-31 15:13:22 +01:00 |
Andrew Kingston
|
d3fdb52bf5
|
Store all socket users in redis to allow all server instances to be aware of all users
|
2023-05-31 10:21:50 +01:00 |