-
- Downloads
Merge branch '13784-validate-variables-for-masking' into 'master'
Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
No related branches found
No related tags found
Showing
- app/assets/javascripts/ci_variable_list/ci_variable_list.js 32 additions, 2 deletionsapp/assets/javascripts/ci_variable_list/ci_variable_list.js
- app/assets/stylesheets/framework/ci_variable_list.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework/ci_variable_list.scss
- app/controllers/groups/variables_controller.rb 1 addition, 1 deletionapp/controllers/groups/variables_controller.rb
- app/controllers/projects/variables_controller.rb 1 addition, 1 deletionapp/controllers/projects/variables_controller.rb
- app/helpers/ci_variables_helper.rb 8 additions, 0 deletionsapp/helpers/ci_variables_helper.rb
- app/serializers/group_variable_entity.rb 1 addition, 0 deletionsapp/serializers/group_variable_entity.rb
- app/serializers/variable_entity.rb 1 addition, 0 deletionsapp/serializers/variable_entity.rb
- app/views/ci/variables/_content.html.haml 1 addition, 1 deletionapp/views/ci/variables/_content.html.haml
- app/views/ci/variables/_header.html.haml 1 addition, 1 deletionapp/views/ci/variables/_header.html.haml
- app/views/ci/variables/_variable_row.html.haml 19 additions, 1 deletionapp/views/ci/variables/_variable_row.html.haml
- changelogs/unreleased/13784-validate-variables-for-masking.yml 5 additions, 0 deletions...elogs/unreleased/13784-validate-variables-for-masking.yml
- locale/gitlab.pot 13 additions, 4 deletionslocale/gitlab.pot
- spec/features/group_variables_spec.rb 1 addition, 1 deletionspec/features/group_variables_spec.rb
- spec/features/project_variables_spec.rb 1 addition, 1 deletionspec/features/project_variables_spec.rb
- spec/fixtures/api/schemas/variable.json 2 additions, 0 deletionsspec/fixtures/api/schemas/variable.json
- spec/javascripts/ci_variable_list/ci_variable_list_spec.js 12 additions, 7 deletionsspec/javascripts/ci_variable_list/ci_variable_list_spec.js
- spec/support/features/variable_list_shared_examples.rb 93 additions, 30 deletionsspec/support/features/variable_list_shared_examples.rb
Please register or sign in to comment