1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +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
db fix: hardcoded stickiness and mode fields (#5342) 2023-11-17 12:32:13 +01:00
domain/project-health
error
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
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
app.test.ts
app.ts
create-config.test.ts
create-config.ts
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts feat: scheduled functions observability (#5377) 2023-11-21 13:42:38 +01:00
metrics.test.ts
metrics.ts feat: scheduled functions observability (#5377) 2023-11-21 13:42:38 +01:00
server-impl.test.ts
server-impl.ts fix: scheduler job runtime control (#5363) 2023-11-21 10:06:38 +00:00