-
- Downloads
Merge branch...
Merge branch '43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name' into 'master' Resolve "Controller parameters handling sensitive information should use a more specific name" Closes #43316 See merge request gitlab-org/gitlab-ce!17796
No related branches found
No related tags found
Showing
- app/assets/javascripts/ci_variable_list/ci_variable_list.js 2 additions, 2 deletionsapp/assets/javascripts/ci_variable_list/ci_variable_list.js
- app/controllers/groups/variables_controller.rb 1 addition, 1 deletionapp/controllers/groups/variables_controller.rb
- app/controllers/projects/pipeline_schedules_controller.rb 1 addition, 1 deletionapp/controllers/projects/pipeline_schedules_controller.rb
- app/controllers/projects/variables_controller.rb 1 addition, 1 deletionapp/controllers/projects/variables_controller.rb
- app/models/ci/group_variable.rb 2 additions, 0 deletionsapp/models/ci/group_variable.rb
- app/models/ci/pipeline_schedule_variable.rb 2 additions, 0 deletionsapp/models/ci/pipeline_schedule_variable.rb
- app/models/ci/variable.rb 2 additions, 0 deletionsapp/models/ci/variable.rb
- app/views/ci/variables/_variable_row.html.haml 1 addition, 1 deletionapp/views/ci/variables/_variable_row.html.haml
- changelogs/unreleased/43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name.yml 5 additions, 0 deletions...sensitive-information-should-use-a-more-specific-name.yml
- spec/controllers/projects/pipeline_schedules_controller_spec.rb 10 additions, 8 deletions...ontrollers/projects/pipeline_schedules_controller_spec.rb
- spec/features/projects/pipeline_schedules_spec.rb 2 additions, 2 deletionsspec/features/projects/pipeline_schedules_spec.rb
- spec/javascripts/ci_variable_list/native_form_variable_list_spec.js 1 addition, 1 deletion...cripts/ci_variable_list/native_form_variable_list_spec.js
- spec/support/shared_examples/controllers/variables_shared_examples.rb 5 additions, 5 deletions.../shared_examples/controllers/variables_shared_examples.rb
Please register or sign in to comment