1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/src/lib/features/feature-toggle/tests
Christopher Kolstad 79fcfc26b8
fix: use defaults when creating gradualRollout strategies (#6623)
Via the API you can currently create gradualRollout strategies without
any parameters set, when visiting the UI afterwards, you can edit this,
because the UI reads the parameter list from the database and sees that
some parameters are required, and refuses to accept the data. This PR
adds defaults for gradualRollout strategies created from the API, making
sure gradual rollout strategies always have `rollout`, `groupId` and
`stickiness` set.
2024-03-25 10:38:41 +01:00
..
archive-feature-toggles.e2e.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-toggle-last-seen-at.e2e.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-toggle-service.e2e.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-toggle-store.e2e.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-toggle-strategies-store.e2e.test.ts fix: use defaults when creating gradualRollout strategies (#6623) 2024-03-25 10:38:41 +01:00
feature-toggles.auth.e2e.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feature-toggles.e2e.test.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00