1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/src/lib
Thomas Heartman 9ac3d7511a
chore: use query to get strategies instead of whether a segment is in use (#5375)
This change is just a refactor, removing code that's no longer used. Instead of
checking just whether a segment is in use, we now extract the list of
strategies that use this segment. This is slightly more costly,
perhaps, but it will be necessary for the upcoming implementation.
2023-11-22 06:54:28 +00:00
..
__snapshots__ refactor: remove feature flag for Dora (#5367) 2023-11-21 08:18:00 +01:00
addons feat: remove feature flag for datadog json template (#5105) 2023-10-26 09:09:26 +02:00
db fix: hardcoded stickiness and mode fields (#5342) 2023-11-17 12:32:13 +01:00
domain/project-health Project health tests (#3028) 2023-02-02 12:01:16 +01:00
error fix: take into account project segments permission (#5304) 2023-11-09 09:37:47 +00:00
features chore: use query to get strategies instead of whether a segment is in use (#5375) 2023-11-22 06:54:28 +00:00
middleware fix: scheduler job runtime control (#5363) 2023-11-21 10:06:38 +00:00
openapi chore: find segment strategies in CRs (#5365) 2023-11-21 10:29:43 +01:00
proxy chore: expose types so we can use them properly (#5251) 2023-11-03 12:00:24 +01:00
routes refactor: remove feature flag for Dora (#5367) 2023-11-21 08:18:00 +01:00
schema feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
segments feat: return CR uses of segments when flag is active (#5378) 2023-11-22 07:51:04 +01:00
services feat: return CR uses of segments when flag is active (#5378) 2023-11-22 07:51:04 +01:00
types fix: scheduler job runtime control (#5363) 2023-11-21 10:06:38 +00:00
util feat: replace gravatar-url with inline function (#5128) 2023-10-24 10:07:26 +02:00
app.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
app.ts chore: expose custom-handler-auth type (#5287) 2023-11-07 10:37:09 +01:00
create-config.test.ts feat: feature search stub (#5143) 2023-10-25 10:50:59 +02:00
create-config.ts feat: make all internal rate limits configurable (#5095) 2023-10-26 09:20:29 +02:00
default-custom-auth-deny-all.ts chore: expose custom-handler-auth type (#5287) 2023-11-07 10:37:09 +01:00
internals.ts fix: export NotFoundError and ISegmentService in internals.ts (#4997) 2023-10-11 14:31:45 +03:00
logger.test.ts
logger.ts feat: add option for LOG_LEVEL (#803) 2021-04-23 15:31:12 +02:00
metric-events.ts feat: scheduled functions observability (#5377) 2023-11-21 13:42:38 +01:00
metrics.test.ts feat: feature changes counted in new table (#4958) 2023-10-10 12:32:23 +02:00
metrics.ts feat: scheduled functions observability (#5377) 2023-11-21 13:42:38 +01:00
server-impl.test.ts feat: biome lint (#4853) 2023-09-29 14:18:21 +02:00
server-impl.ts fix: scheduler job runtime control (#5363) 2023-11-21 10:06:38 +00:00