-
- Downloads
Protected Tags backend review changes
Added changelog
Showing
- app/controllers/projects/protected_branches_controller.rb 3 additions, 15 deletionsapp/controllers/projects/protected_branches_controller.rb
- app/controllers/projects/protected_refs_controller.rb 10 additions, 11 deletionsapp/controllers/projects/protected_refs_controller.rb
- app/controllers/projects/protected_tags_controller.rb 3 additions, 15 deletionsapp/controllers/projects/protected_tags_controller.rb
- app/helpers/branches_helper.rb 4 additions, 0 deletionsapp/helpers/branches_helper.rb
- app/models/concerns/protected_branch_access.rb 1 addition, 0 deletionsapp/models/concerns/protected_branch_access.rb
- app/models/concerns/protected_ref.rb 1 addition, 0 deletionsapp/models/concerns/protected_ref.rb
- app/models/concerns/protected_tag_access.rb 1 addition, 0 deletionsapp/models/concerns/protected_tag_access.rb
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- app/models/protectable_dropdown.rb 9 additions, 2 deletionsapp/models/protectable_dropdown.rb
- app/services/protected_branches/update_service.rb 2 additions, 5 deletionsapp/services/protected_branches/update_service.rb
- app/services/protected_tags/update_service.rb 2 additions, 5 deletionsapp/services/protected_tags/update_service.rb
- app/views/projects/branches/_branch.html.haml 1 addition, 1 deletionapp/views/projects/branches/_branch.html.haml
- app/views/projects/protected_branches/show.html.haml 4 additions, 4 deletionsapp/views/projects/protected_branches/show.html.haml
- app/views/projects/protected_tags/show.html.haml 4 additions, 4 deletionsapp/views/projects/protected_tags/show.html.haml
- changelogs/unreleased/18471-restrict-tag-pushes-protected-tags.yml 4 additions, 0 deletions...s/unreleased/18471-restrict-tag-pushes-protected-tags.yml
- db/migrate/20170309173138_create_protected_tags.rb 0 additions, 1 deletiondb/migrate/20170309173138_create_protected_tags.rb
- lib/gitlab/checks/change_access.rb 2 additions, 8 deletionslib/gitlab/checks/change_access.rb
- spec/controllers/projects/protected_branches_controller_spec.rb 1 addition, 0 deletions...ontrollers/projects/protected_branches_controller_spec.rb
- spec/controllers/projects/protected_tags_controller_spec.rb 1 addition, 0 deletionsspec/controllers/projects/protected_tags_controller_spec.rb
- spec/features/protected_branches/access_control_ce_spec.rb 12 additions, 0 deletionsspec/features/protected_branches/access_control_ce_spec.rb
Please register or sign in to comment