1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/src/lib/features/playground
Gastón Fournier bdb763c9d5
chore!: remove deprecated default env from new installs (#10080)
**BREAKING CHANGE**: DEFAULT_ENV changed from `default` (should not be
used anymore) to `development`

## About the changes
- Only delete default env if the install is fresh new.
- Consider development the new default. The main consequence of this
change is that the default is no longer considered `type=production`
environment but also for frontend tokens due to this assumption:
724c4b78a2/src/lib/schema/api-token-schema.test.ts (L54-L59)
(I believe this is mostly due to the [support for admin
tokens](https://github.com/Unleash/unleash/pull/10080#discussion_r2126871567))
- `feature_toggle_update_total` metric reports `n/a` in environment and
environment type as it's not environment specific
2025-06-06 12:02:21 +02:00
..
feature-evaluator chore!: removing userId strategy for new installations of Unleash (#9800) 2025-06-04 09:30:13 +02:00
advanced-playground.test.ts chore!: remove deprecated default env from new installs (#10080) 2025-06-06 12:02:21 +02:00
clean-context.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
clean-context.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
createPlaygroundService.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
generateObjectCombinations.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
generateObjectCombinations.ts chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
offline-unleash-client.test.ts chore: prepare to remove default env (#10087) 2025-06-06 09:20:16 +02:00
offline-unleash-client.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
playground-api.e2e.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
playground-service.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
playground-view-model.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
playground-view-model.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
playground.test.ts task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
playground.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
validateQueryComplexity.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
validateQueryComplexity.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00