1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/src/test/e2e
Gastón Fournier 005e5b1d15
fix: found an edge case exporting variants (#2900)
## About the changes
When exporting v3, for variants backward compatibility, we need to find
one featureEnvironment and fetch variants from there.
In cases where the default environment is disabled (therefore does not
get variants per environment when added), it can be still be selected
for the export process. Therefore variants don't appear in the feature
when they should be there.

An e2e test that fails with the previous implementation was added to
validate the behavior

This comes from our support ticket 404
2023-01-13 14:55:57 +01:00
..
api fix: found an edge case exporting variants (#2900) 2023-01-13 14:55:57 +01:00
helpers Scheduler abstraction (#2829) 2023-01-11 16:15:53 +01:00
routes
seed
services fixes 2-456: Preserve all data from strategy import (#2720) 2022-12-21 13:33:41 +01:00
stores feature: add query support to features endpoint (#2693) 2022-12-16 12:05:18 +01:00
custom-auth.test.ts Favorite features (#2550) 2022-11-29 16:06:08 +01:00
health.e2e.test.ts