-
- Downloads
There was an error fetching the commit references. Please try again later.
Changed the controller/route name to 'ci/cd' and renamed the corresponding files
Added tests to verify the access policy to the new controller
Showing
- app/controllers/projects/pipelines_settings_controller.rb 2 additions, 2 deletionsapp/controllers/projects/pipelines_settings_controller.rb
- app/controllers/projects/runners_controller.rb 1 addition, 5 deletionsapp/controllers/projects/runners_controller.rb
- app/controllers/projects/settings/ci_cd_controller.rb 6 additions, 3 deletionsapp/controllers/projects/settings/ci_cd_controller.rb
- app/controllers/projects/triggers_controller.rb 2 additions, 6 deletionsapp/controllers/projects/triggers_controller.rb
- app/controllers/projects/variables_controller.rb 3 additions, 7 deletionsapp/controllers/projects/variables_controller.rb
- app/helpers/gitlab_routing_helper.rb 1 addition, 1 deletionapp/helpers/gitlab_routing_helper.rb
- app/views/layouts/nav/_project_settings.html.haml 2 additions, 2 deletionsapp/views/layouts/nav/_project_settings.html.haml
- app/views/projects/settings/ci_cd/show.html.haml 0 additions, 0 deletionsapp/views/projects/settings/ci_cd/show.html.haml
- config/routes/project.rb 1 addition, 1 deletionconfig/routes/project.rb
- spec/features/runners_spec.rb 1 addition, 1 deletionspec/features/runners_spec.rb
- spec/features/security/project/internal_access_spec.rb 14 additions, 0 deletionsspec/features/security/project/internal_access_spec.rb
- spec/features/security/project/private_access_spec.rb 6 additions, 6 deletionsspec/features/security/project/private_access_spec.rb
- spec/features/security/project/public_access_spec.rb 14 additions, 0 deletionsspec/features/security/project/public_access_spec.rb
File moved
Please register or sign in to comment