mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
## About the changes This PR adds the ability to push variants to multiple environments overriding the existing variants. Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item: #2254 **Note:** This won't fail if there are variants in other environments, because the operation wouldn't be idempotent. It should have that property because setting variants to 1 or more environments once or twice should not make a difference |
||
|---|---|---|
| .. | ||
| bad-data-error.ts | ||
| base-error.ts | ||
| db-error.ts | ||
| disabled-error.ts | ||
| feature-has-tag-error.ts | ||
| incompatible-project-error.ts | ||
| index.ts | ||
| invalid-operation-error.ts | ||
| invalid-token-error.ts | ||
| minimum-one-environment-error.ts | ||
| name-exists-error.ts | ||
| no-access-error.ts | ||
| notfound-error.ts | ||
| operation-denied-error.ts | ||
| owasp-validation-error.ts | ||
| password-mismatch.ts | ||
| password-undefined.ts | ||
| project-without-owner-error.ts | ||
| role-in-use-error.ts | ||
| used-token-error.ts | ||