1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00
unleash.unleash/src/lib
Gastón Fournier 2bfbe3cd79
fix: concurrency issue when running multiple requests (#3442)
## About the changes

Fix issue when running multiple calls to the /frontend endpoint concurrently, which ends up creating many instances of unleash SDK client.
2023-04-04 09:32:35 +02:00
..
__snapshots__ refactor: revert adding apiPagination feature flag (#3433) 2023-03-31 13:20:18 +02:00
addons Detailed slack notifications on feature toggle update (#3155) 2023-02-27 09:56:56 +00:00
db fix: show profile projects correctly (#3422) 2023-03-30 07:37:42 +00:00
domain/project-health Project health tests (#3028) 2023-02-02 12:01:16 +01:00
error feat: Add ability to push variants to multiple environments (#2914) 2023-01-20 10:30:20 +01:00
features feat: add import export flag (#3411) 2023-03-29 09:19:33 +03:00
middleware fix: use projectId from param (#3372) 2023-03-23 10:12:38 +02:00
openapi Fix: make stickiness accept any string (#3408) 2023-03-28 16:42:16 +03:00
proxy refactor: fix compilation issues in features service (#3323) 2023-03-24 10:43:38 +01:00
read-models/time-to-production Feat/project status monthly (#2986) 2023-01-26 16:13:15 +01:00
routes fix: concurrency issue when running multiple requests (#3442) 2023-04-04 09:32:35 +02:00
schema fix: enforce weight precision to 1 decimal (#2749) 2023-01-05 12:39:18 +01:00
segments Feat segments project safeguards (#3359) 2023-03-21 20:28:43 +00:00
services fix: concurrency issue when running multiple requests (#3442) 2023-04-04 09:32:35 +02:00
types refactor: revert adding apiPagination feature flag (#3433) 2023-03-31 13:20:18 +02:00
util Poc: calculate etag based on query and latest revison id (#3062) 2023-03-17 14:10:21 +01:00
app.test.ts
app.ts feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
create-config.test.ts If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118) 2022-11-08 15:29:14 +01:00
create-config.ts Remove E flag (#2832) 2023-01-11 09:00:26 +02:00
default-custom-auth-deny-all.ts refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
event-hook.test.ts
event-hook.ts feat: shared event emitter (#3241) 2023-03-02 09:52:19 +01:00
internals.ts feat: drop full- for import/validate (#3168) 2023-02-21 10:15:57 +01:00
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts feat: expose number of registered applications metric (#2692) 2022-12-16 11:16:51 +00:00
metrics.ts Poc: calculate etag based on query and latest revison id (#3062) 2023-03-17 14:10:21 +01:00
server-impl.test.ts fix: remove remaining warnings in tests (#3296) 2023-03-10 12:12:17 +01:00
server-impl.ts fix: count events instead of loading them in memory (#3382) 2023-03-27 11:24:01 +02:00