mike12345567
|
21a8d44ec7
|
Adding a 'SESSION_EXPIRY_SECONDS' environment variable which can be set on the services to configure how long before an idle user is logged out.
|
2024-01-25 16:22:39 +00:00 |
jvcalderon
|
64d3114c9f
|
Refactor: usersUtils -> userUtils
|
2024-01-18 12:03:26 +01:00 |
jvcalderon
|
03f7fb37ed
|
Calculate creators count when group role changes
|
2024-01-18 11:14:25 +01:00 |
mike12345567
|
e69ba75849
|
Fixing typing for performCall.
|
2024-01-11 17:17:38 +00:00 |
mike12345567
|
8483a53178
|
This removes the need for constant DB HEAD requests to check if a database exists or not. Instead, it tries to make the request, and if it fails it will check if the reason for failure is the database not existing. If it doesn't exist it runs through the same old flow to confirm that it definitely doesn't exist, and if it doesn't then it will create it.
|
2024-01-11 16:44:15 +00:00 |
Sam Rose
|
7ca748a3be
|
Remove objects from setUser call. We can add them later if we need them.
|
2024-01-05 18:10:23 +00:00 |
Sam Rose
|
26fd6b55cd
|
Merge branch 'master' into attach-user-to-spans
|
2024-01-05 14:46:53 +00:00 |
Sam Rose
|
946a73f1b6
|
Set user ID correctly.
|
2024-01-05 14:40:16 +00:00 |
Michael Drury
|
9004428ef3
|
Merge branch 'master' into fix/password-length-admin-user-startup
|
2024-01-05 14:06:37 +00:00 |
mike12345567
|
b4b8e16f22
|
PR comments.
|
2024-01-05 13:58:31 +00:00 |
Sam Rose
|
b3cd74e877
|
Remove user email from DataDog user info.
|
2024-01-05 13:49:01 +00:00 |
mike12345567
|
f2f16cfcee
|
Adding an option to disable password validation when creating an admin user - this means that the environment variables used for BB_ADMIN creation can have any length of password (not breaking change).
|
2024-01-05 13:17:10 +00:00 |
Sam Rose
|
69bfd01bf0
|
Attach authenticated user to DataDog spans.
|
2024-01-05 11:37:10 +00:00 |
mike12345567
|
bbeaed48a7
|
Removing the use of the addQueries quota functionality from row API - we don't make use of these statistics anymore (and haven't in a while) counting them is pointless and could be causing some loss in performance in these heavily used endpoints.
|
2024-01-04 17:38:54 +00:00 |
Sam Rose
|
68468fadb3
|
Add an extra JS execution time limit check to prevent creating unnecesary VM context.
|
2024-01-04 10:10:00 +00:00 |
Michael Drury
|
e0a550e098
|
Merge branch 'master' into fix/multi-tenancy-dev-access
|
2024-01-03 12:57:17 +00:00 |
mike12345567
|
9a5fb8b8de
|
Fix test.
|
2024-01-03 12:56:53 +00:00 |
mike12345567
|
9feb91793c
|
Fix for multi-tenancy issue in local development, couldn't load apps as it requires a tenant ID in the subdomain when in multi-tenancy mode which isn't possible in development - this makes sure that local development can work by using the users cookie instead.
|
2024-01-03 12:38:31 +00:00 |
Adria Navarro
|
1403f65708
|
Revert "Add breaking change"
This reverts commit 62e445c1e6 .
|
2024-01-03 13:00:14 +01:00 |
Adria Navarro
|
62e445c1e6
|
Add breaking change
|
2024-01-03 12:59:05 +01:00 |
Adria Navarro
|
699555c04b
|
Fix hosting
|
2024-01-03 12:35:52 +01:00 |
Adria Navarro
|
b45717a1e1
|
Move password checks to db
|
2024-01-03 12:00:25 +01:00 |
Adria Navarro
|
66fd8b936f
|
Clean log
|
2024-01-03 11:45:25 +01:00 |
Adria Navarro
|
ba2b54f842
|
Use env variables instead of checking if isdev
|
2024-01-03 10:12:22 +01:00 |
Adria Navarro
|
fe0ac28851
|
Fix test
|
2024-01-02 17:03:13 +01:00 |
Adria Navarro
|
b0a12e034d
|
Remove limits from password in dev
|
2024-01-02 16:58:47 +01:00 |
Adria Navarro
|
780a0ee687
|
Increase limits
|
2024-01-02 16:38:58 +01:00 |
Adria Navarro
|
59fba524bc
|
Lint
|
2024-01-02 16:33:00 +01:00 |
Adria Navarro
|
0685caf8a2
|
Validate password in backend-core
|
2024-01-02 15:23:12 +01:00 |
Adria Navarro
|
5609db3545
|
Add max limit
|
2024-01-02 15:16:09 +01:00 |
Sam Rose
|
a4e134b841
|
Merge branch 'master' into revert-12655-dd-tracer-nuke
|
2024-01-02 13:25:12 +00:00 |
Adria Navarro
|
3b50d1a988
|
Copy change
|
2024-01-02 13:22:38 +01:00 |
Adria Navarro
|
d9c921e101
|
Add tests
|
2024-01-02 12:56:08 +01:00 |
Sam Rose
|
642b75e0ae
|
Revert "Remove all custom tracing to see if it's the cause of the memory leak."
|
2024-01-02 11:36:32 +00:00 |
Adria Navarro
|
f4d70ad7f3
|
Merge branch 'master' into BUDI-7656/add-multiple-relationships-dev-script
|
2024-01-02 12:34:32 +01:00 |
Adria Navarro
|
c15a917e00
|
Validate password in backend-core
|
2024-01-02 12:29:27 +01:00 |
Adria Navarro
|
c94c3d09dc
|
Merge branch 'master' into vulnerability/budi-7794-invalidate-session-on-password-reset
|
2024-01-02 12:25:42 +01:00 |
Adria Navarro
|
f74264c1c8
|
Add tests
|
2023-12-29 16:37:34 +01:00 |
Adria Navarro
|
dcacd6bf17
|
Add basic test
|
2023-12-29 16:07:26 +01:00 |
Adria Navarro
|
f722f9e2d6
|
Invalidate reset code once used
|
2023-12-29 15:06:04 +01:00 |
mike12345567
|
3cfe641486
|
Fixing issue with Redis disconnection - this should correctly reconnect the service when Redis service becomes available again.
|
2023-12-22 18:28:07 +00:00 |
Adria Navarro
|
c0a19c2a7e
|
Type cache arguments
|
2023-12-22 14:37:54 +01:00 |
Sam Rose
|
3c0901f530
|
Remove all custom tracing to see if it's the cause of the memory leak.
|
2023-12-21 11:06:05 +00:00 |
Sam Rose
|
c4fd5342cf
|
Merge branch 'master' into trace-automations
|
2023-12-20 09:57:24 +00:00 |
Sam Rose
|
9b750ed160
|
Merge branch 'master' into trace-automations
|
2023-12-20 09:43:55 +00:00 |
Sam Rose
|
2e58f2cdde
|
Add traces to track running arbitrary JS.
|
2023-12-19 18:20:13 +00:00 |
Sam Rose
|
2a0be7c8cd
|
Give db operation spans better names.
|
2023-12-19 17:18:40 +00:00 |
Sam Rose
|
fef3107c0e
|
Fix automation tests.
|
2023-12-19 16:17:34 +00:00 |
Sam Rose
|
4739fd94c2
|
Merge branch 'master' into limit-js-execution-per-request
|
2023-12-19 11:57:21 +00:00 |
Sam Rose
|
96f64b4344
|
Manually inject DataDog trace context to log messages.
|
2023-12-19 11:47:41 +00:00 |