-
- Downloads
There was an error fetching the commit references. Please try again later.
Bring scoped environment variables to core
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
Showing
- app/controllers/projects/variables_controller.rb 1 addition, 1 deletionapp/controllers/projects/variables_controller.rb
- app/models/ci/variable.rb 1 addition, 0 deletionsapp/models/ci/variable.rb
- app/models/concerns/has_environment_scope.rb 78 additions, 0 deletionsapp/models/concerns/has_environment_scope.rb
- app/models/project.rb 9 additions, 4 deletionsapp/models/project.rb
- app/serializers/variable_entity.rb 1 addition, 0 deletionsapp/serializers/variable_entity.rb
- app/views/ci/variables/_environment_scope.html.haml 21 additions, 0 deletionsapp/views/ci/variables/_environment_scope.html.haml
- app/views/ci/variables/_environment_scope_header.html.haml 2 additions, 0 deletionsapp/views/ci/variables/_environment_scope_header.html.haml
- changelogs/unreleased/bring-scoped-environment-variables-to-core.yml 5 additions, 0 deletions...unreleased/bring-scoped-environment-variables-to-core.yml
- doc/README.md 1 addition, 1 deletiondoc/README.md
- doc/api/project_level_variables.md 2 additions, 2 deletionsdoc/api/project_level_variables.md
- doc/ci/environments.md 1 addition, 1 deletiondoc/ci/environments.md
- doc/ci/variables/README.md 1 addition, 1 deletiondoc/ci/variables/README.md
- doc/topics/autodevops/index.md 3 additions, 3 deletionsdoc/topics/autodevops/index.md
- doc/user/group/clusters/index.md 1 addition, 1 deletiondoc/user/group/clusters/index.md
- doc/user/project/clusters/index.md 1 addition, 1 deletiondoc/user/project/clusters/index.md
- lib/api/entities.rb 1 addition, 0 deletionslib/api/entities.rb
- lib/api/helpers/variables_helpers.rb 0 additions, 13 deletionslib/api/helpers/variables_helpers.rb
- lib/api/variables.rb 2 additions, 6 deletionslib/api/variables.rb
- lib/gitlab/regex.rb 12 additions, 0 deletionslib/gitlab/regex.rb
- locale/gitlab.pot 12 additions, 0 deletionslocale/gitlab.pot
app/models/concerns/has_environment_scope.rb
0 → 100644
lib/api/helpers/variables_helpers.rb
deleted
100644 → 0
Please register or sign in to comment