-
- Downloads
Allow other names for VSA production stage
Previously Value Stream Analytics required that the production environment be named exactly "production" (lowercase) to be compatible with the default stages. This relaxes that requirement so "prod" and "gprd" are allowed, and also so capitalization is irrelevant. This will make VSA more fully usable by a wider array of customers, and also by GitLab itself.
Showing
- app/models/environment.rb 3 additions, 1 deletionapp/models/environment.rb
- changelogs/unreleased/267011-accept-alternative-names-for-production-env.yml 5 additions, 0 deletions...ed/267011-accept-alternative-names-for-production-env.yml
- doc/user/analytics/value_stream_analytics.md 14 additions, 5 deletionsdoc/user/analytics/value_stream_analytics.md
- spec/models/environment_spec.rb 10 additions, 3 deletionsspec/models/environment_spec.rb
Please register or sign in to comment