1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src
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
..
lib chore: use query to get strategies instead of whether a segment is in use (#5375) 2023-11-22 06:54:28 +00:00
mailtemplates
migrations chore: remove enum type from db (#5254) 2023-11-03 09:28:19 +02:00
test feat: return CR uses of segments when flag is active (#5378) 2023-11-22 07:51:04 +01:00
migrator.ts
server-dev.ts refactor: remove feature flag for Dora (#5367) 2023-11-21 08:18:00 +01:00
server.ts