Adria Navarro
|
3ce3f6b5ac
|
Fix flakiness test
|
2024-01-03 12:42:52 +01:00 |
Adria Navarro
|
b09f941027
|
Fix tests
|
2024-01-03 12:06:23 +01:00 |
Sam Rose
|
b4f0423ca3
|
Respond to Adri's feedback.
|
2023-12-12 14:43:53 +00:00 |
Sam Rose
|
779bd8f230
|
Remove core env overriding in worker TestConfiguration. Should be split out in server, too.
|
2023-12-11 17:28:33 +00:00 |
Sam Rose
|
867d68d429
|
Cleanup.
|
2023-12-11 17:25:38 +00:00 |
Sam Rose
|
e0243b495c
|
Fix tests.
|
2023-12-11 17:20:00 +00:00 |
Sam Rose
|
2c3b3d03e1
|
Respond to PR comments.
|
2023-12-11 16:49:44 +00:00 |
mike12345567
|
33b7e4d5d2
|
Some final refactoring, using proper jwt lib rather than requiring (proper typing).
|
2023-12-05 16:28:19 +00:00 |
Adria Navarro
|
db2c20e3ae
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
Sam Rose
|
4c7c10b121
|
Set Redis initialisation back to how it was before I started messing with it.
|
2023-11-10 16:17:18 +00:00 |
Sam Rose
|
d6eb2b9452
|
Attempting to get integration tests passing again.
|
2023-11-10 15:43:06 +00:00 |
Sam Rose
|
7f530eeab5
|
Add tests for the onboarding endpoint.
|
2023-11-09 15:13:59 +00:00 |
Sam Rose
|
5a80487c77
|
Fix redirect loop when accessing a group as a global builder but not an admin.
|
2023-10-26 17:54:26 +01:00 |
Adria Navarro
|
453c0744be
|
Fix tests
|
2023-10-23 15:20:44 +02:00 |
Adria Navarro
|
d1f0e8fca0
|
Fix tests
|
2023-10-20 17:53:40 +02:00 |
mike12345567
|
04a2bbc61a
|
Two fixes here - a quick fix for the builder side panel, making sure it fills up with users correctly (not all, but enough to make it look more pleasant) as well as dropping user search endpoint permissions to allow basic users to access it for user columns.
|
2023-10-20 15:45:35 +01:00 |
mike12345567
|
bd182d5b3b
|
Test cases for updated API.
|
2023-10-12 19:19:05 +01:00 |
mike12345567
|
cad787a909
|
Removing old docker-compose.test.yaml that was causing flakiness and getting worker using mock redis.
|
2023-08-23 15:07:12 +01:00 |
mike12345567
|
dce38908c9
|
PR comments (backend).
|
2023-08-01 10:56:47 +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
|
64a5426d36
|
Updates to remove app builder concept, denying access to app creation for app builders.
|
2023-07-26 17:32:21 +01:00 |
mike12345567
|
43bfb943a3
|
Some fixes post testing.
|
2023-07-25 18:52:59 +01: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 |
Rory Powell
|
4a38d55ce8
|
Lint
|
2023-07-14 16:55:48 +01:00 |
Rory Powell
|
574c361f6b
|
/api/global/license/offline/identifier API
|
2023-07-08 13:07:10 +01:00 |
Rory Powell
|
7831579e98
|
api / license.spec.ts updates
|
2023-07-07 21:15:40 +01:00 |
Rory Powell
|
19d3e12177
|
Allow pro to be mocked in worker
|
2023-07-07 16:55:11 +01:00 |
Adria Navarro
|
0850ee7b8c
|
Fix flakiness
|
2023-05-18 17:38:23 +02:00 |
Adria Navarro
|
0882046ea2
|
Test search by email
|
2023-05-10 14:53:30 +02:00 |
Adria Navarro
|
3de3ddfa62
|
Add tests
|
2023-05-10 12:33:11 +02:00 |
Adria Navarro
|
63244e1dde
|
Add test
|
2023-05-10 12:33:11 +02:00 |
Adria Navarro
|
8bbfa7e0ab
|
Dynamic groups for testing
|
2023-05-10 12:31:09 +02:00 |
Adria Navarro
|
752790f3c9
|
Do not allow undefined names on request
|
2023-05-08 12:41:48 +02:00 |
adrinr
|
c83cf33707
|
Test get group without members
|
2023-04-14 15:14:41 +01:00 |
adrinr
|
f3e6295892
|
Add tests
|
2023-04-14 14:50:44 +01:00 |
adrinr
|
122db55dce
|
Fix tests
|
2023-04-10 18:47:22 +01:00 |
Rory Powell
|
976b3a55ca
|
Update logging to support dd trace attributes (#10086)
* Update logging middleware to integrate with pino for console logging
* Remove elastic apm references, use updated core middlewares
* Remove redundant LOG_LEVEL definitions
* Remove no longer needed jest logging overrides
* lint
* Backwards compat between console log helpers and pino
* Configurable DISABLE_HTTP_LOGGING
* Don't log 4xx as errors
* Remove redundant ENABLE_4XX_HTTP_LOGGING
* Cleanup migrations and event logging
* Improve bb-alert logging
* Add DISABLE_HTTP_LOGGING to helm chart
* Add ops endpoints for testing
* Disable http logging in dev
* Backwards compatible tracing implementation
* Naming update on http logging env var
* lint
* Update packages/backend-core/src/environment.ts
Co-authored-by: Adria Navarro <adria@revityapp.com>
* Merge
* Lint
* Fix console.warn failing mock by replacing with alerts mock instead
* Lint
---------
Co-authored-by: Adria Navarro <adria@revityapp.com>
|
2023-04-04 15:08:46 +01:00 |
Adria Navarro
|
e1669c8260
|
Merge pull request #10022 from Budibase/feature/scim
Feature - SCIM endpoints
|
2023-04-03 13:22:01 +02:00 |
mike12345567
|
26aeac357d
|
Removing tenancy validity check, instead depending on the PLATFORM_URL environment variable for determining tenant ID.
|
2023-03-29 16:19:35 +01:00 |
mike12345567
|
70d91acc41
|
Adding a check for the tenant ID - to make sure it is a real tenant before forcing the user out of the platform based on it.
|
2023-03-29 14:19:54 +01:00 |
adrinr
|
1a9653a4db
|
Tests configs
|
2023-03-28 16:46:23 +01:00 |
adrinr
|
586275ed89
|
Allow fields edit
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
baca156a17
|
Implement delete endpoint
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
6de4588fc1
|
Implement find endpoint
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
8196277a01
|
Add scim group api test tools
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
ad2a23d113
|
Test filtering by user name
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
e568c5756f
|
Fix tests
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
2fda1bb5d1
|
Clean tests
|
2023-03-28 16:46:22 +01:00 |
adrinr
|
86d848458e
|
Test second page
|
2023-03-28 16:46:22 +01:00 |