Adria Navarro
|
b0dc777af7
|
Fix role tests
|
2023-09-06 01:34:39 +02:00 |
mike12345567
|
83875cd2d6
|
Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop
|
2023-09-05 12:29:27 +01:00 |
mike12345567
|
d096f359d7
|
Revert "Revert "Merge branch 'develop' into master""
This reverts commit 3265042025 .
|
2023-09-05 12:28:56 +01:00 |
Adria Navarro
|
5ee4f6f6cc
|
Clean code
|
2023-09-04 17:03:25 +02:00 |
Adria Navarro
|
111e999962
|
Merge branch 'develop' into BUDI-7393/use_permissions_on_middleware
|
2023-09-04 15:51:45 +02:00 |
Adria Navarro
|
fc0ee3f462
|
Types
|
2023-09-04 13:23:21 +02:00 |
Adria Navarro
|
a012c0a458
|
Add back base default legacy views permissions
|
2023-09-04 12:00:58 +02:00 |
Rory Powell
|
64af549341
|
Revert "Merge pull request #11489 from Budibase/fix/automation-disable"
This reverts commit e6319cce67 , reversing
changes made to 7c12280fe3 .
|
2023-09-01 15:12:23 +01:00 |
Martin McKeaveney
|
3265042025
|
Revert "Merge branch 'develop' into master"
This reverts commit 99adc2039b , reversing
changes made to fec20e526e .
|
2023-08-29 14:27:39 +01:00 |
mike12345567
|
3395a5b96b
|
Some other minor changes to fully support the per app builder from groups, making sure middlewares are properly aware.
|
2023-08-22 19:15:47 +01:00 |
mike12345567
|
a5a1c62eb1
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7108
|
2023-08-18 14:34:08 +01:00 |
mike12345567
|
7110351bdc
|
Revert "revert develop into master"
This reverts commit fd099658a0 .
|
2023-08-18 14:33:21 +01:00 |
mike12345567
|
aef7f28ccb
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7108
|
2023-08-18 13:30:47 +01:00 |
mike12345567
|
621b1fadea
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7108
|
2023-08-18 13:22:34 +01:00 |
mike12345567
|
9cfab6fbfd
|
Merge branch 'fix/automation-improvements' of github.com:Budibase/budibase into fix/automation-improvements
|
2023-08-17 17:45:17 +01:00 |
mike12345567
|
ba5e390b3f
|
Quick PR comments.
|
2023-08-17 17:44:59 +01:00 |
mike12345567
|
e174211440
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-08-17 17:34:44 +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 |
Martin McKeaveney
|
fd099658a0
|
revert develop into master
|
2023-08-17 10:28:15 +01:00 |
mike12345567
|
a6a70c2d09
|
Building out the role assignment/unassignment APIs as new components of the public API.
|
2023-08-15 16:46:21 +01:00 |
Adria Navarro
|
f6838631b0
|
Merge branch 'develop' into master-backmerge-20230810
|
2023-08-10 15:32:00 +03:00 |
mike12345567
|
63006e36d4
|
Adding the ability to disable an automation, as well making sure that automations have steps before running.
|
2023-08-09 16:24:57 +01:00 |
mike12345567
|
41a9041268
|
PR fixes.
|
2023-08-07 16:36:28 +01:00 |
Adria Navarro
|
e011ccd0c4
|
Merge branch 'develop' into chore/typecheck_tests
|
2023-08-01 16:49:06 +01:00 |
Adria Navarro
|
8b693a6fa3
|
Check types on backend-core
|
2023-08-01 13:08:09 +02:00 |
mike12345567
|
dce38908c9
|
PR comments (backend).
|
2023-08-01 10:56:47 +01:00 |
mike12345567
|
7a74ce98f1
|
Moving user functions in UserDB to fully static as none of the class properties ever change - simplifying currying.
|
2023-07-31 18:46:21 +01:00 |
mike12345567
|
31f9693185
|
Quick update to SCIM now that user functionality is available from backend-core.
|
2023-07-31 17:10:27 +01:00 |
mike12345567
|
8522cb94d3
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7052
|
2023-07-28 17:10:43 +01:00 |
mike12345567
|
7b9f86d7ea
|
Fix found by authorized test case.
|
2023-07-28 17:06:53 +01:00 |
mike12345567
|
3a211b8865
|
Some builder test cases, check the service type switch works as expected.
|
2023-07-28 16:50:44 +01:00 |
Adria Navarro
|
beaeff90cc
|
Improve lodash imports
|
2023-07-28 17:11:48 +02:00 |
mike12345567
|
f061426b60
|
Fixing build issue.
|
2023-07-28 16:08:33 +01:00 |
mike12345567
|
72438f531d
|
Update for worker, get builder endpoints working for app builders.
|
2023-07-28 15:39:59 +01:00 |
mike12345567
|
454f832b75
|
Updates after running through tests, adding mocking of app builders feature for test cases to work.
|
2023-07-28 12:58:05 +01:00 |
mike12345567
|
7d978e0dec
|
Making sure that if the app builders are updated through the API, they are ignored.
|
2023-07-27 18:50:45 +01:00 |
mike12345567
|
812f1af5ca
|
Moving app builder API into pro, along with the changes involved with achieving this.
|
2023-07-27 18:46:55 +01:00 |
mike12345567
|
64a5426d36
|
Updates to remove app builder concept, denying access to app creation for app builders.
|
2023-07-26 17:32:21 +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 |
Adria Navarro
|
3ce92e8034
|
Implement and test external field selector
|
2023-07-25 19:48:46 +02:00 |
Adria Navarro
|
d93c99b947
|
Return data when schema is defined
|
2023-07-25 19:48:46 +02:00 |
mike12345567
|
66fbdfe4e8
|
Breaking out pro components back into the worker user SDK, and attempting to separate the pro components as much as possible from the user SDK itself, so that it can be easily re-created in other services.
|
2023-07-25 18:39:40 +01:00 |
mike12345567
|
90371b9d69
|
Refactoring users core to move into backend, allowing app builder endpoints to move into pro.
|
2023-07-25 17:48:57 +01:00 |
mike12345567
|
c375f860ba
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7052
|
2023-07-24 13:46:49 +01:00 |
Rory Powell
|
5c4d29e349
|
Merge branch 'develop' into feature/offline-license
|
2023-07-24 10:06:04 +01:00 |
Martin McKeaveney
|
7a327dc40d
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/bb-alerts
|
2023-07-23 09:45:52 +01:00 |
mike12345567
|
87d80e08f5
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/BUDI-7052
|
2023-07-21 17:34:27 +01:00 |
Adria Navarro
|
d168a0b902
|
Honor level on logging
|
2023-07-21 17:52:54 +02:00 |
Adria Navarro
|
0ac639fe7a
|
Add default process.stdout if no dev
|
2023-07-21 14:26:57 +02:00 |