1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/lib/features/segment
Thomas Heartman fac2578922
chore: avoid duplicates (#5381)
This PR handles the case where a single strategy is used in multiple
change requests. Instead of listing the strategy several times in the
output, we consolidate the entries and add a new `changeRequestIds`
property. This is a non-empty list that points to all the change
requests it is used in.

This is required for us to be able to link back to the change requests
from the UI overview.
2023-11-22 10:26:35 +01:00
..
createSegmentService.ts feat: API prevents you from deleting segments in crs (#5308) 2023-11-09 12:09:39 +01:00
segment-controller.ts chore: avoid duplicates (#5381) 2023-11-22 10:26:35 +01:00