-
- Downloads
Merge branch '52954-allow-developers-to-delete-tags' into 'master'
Allow developers to delete tags Closes #52954 See merge request gitlab-org/gitlab-ce!29668
No related branches found
No related tags found
Showing
- app/controllers/projects/tags_controller.rb 1 addition, 2 deletionsapp/controllers/projects/tags_controller.rb
- app/policies/project_policy.rb 1 addition, 0 deletionsapp/policies/project_policy.rb
- app/views/projects/tags/_tag.html.haml 3 additions, 5 deletionsapp/views/projects/tags/_tag.html.haml
- app/views/projects/tags/index.html.haml 1 addition, 1 deletionapp/views/projects/tags/index.html.haml
- app/views/projects/tags/show.html.haml 2 additions, 2 deletionsapp/views/projects/tags/show.html.haml
- changelogs/unreleased/52954-allow-developers-to-delete-tags.yml 5 additions, 0 deletions...logs/unreleased/52954-allow-developers-to-delete-tags.yml
- doc/user/permissions.md 1 addition, 1 deletiondoc/user/permissions.md
- lib/api/helpers.rb 4 additions, 0 deletionslib/api/helpers.rb
- lib/api/tags.rb 2 additions, 2 deletionslib/api/tags.rb
- lib/gitlab/checks/tag_check.rb 1 addition, 1 deletionlib/gitlab/checks/tag_check.rb
- lib/gitlab/user_access.rb 1 addition, 1 deletionlib/gitlab/user_access.rb
- spec/features/tags/developer_creates_tag_spec.rb 4 additions, 3 deletionsspec/features/tags/developer_creates_tag_spec.rb
- spec/features/tags/developer_deletes_tag_spec.rb 4 additions, 3 deletionsspec/features/tags/developer_deletes_tag_spec.rb
- spec/features/tags/developer_updates_tag_spec.rb 4 additions, 3 deletionsspec/features/tags/developer_updates_tag_spec.rb
- spec/features/tags/developer_views_tags_spec.rb 4 additions, 3 deletionsspec/features/tags/developer_views_tags_spec.rb
- spec/lib/gitlab/checks/tag_check_spec.rb 2 additions, 3 deletionsspec/lib/gitlab/checks/tag_check_spec.rb
- spec/lib/gitlab/git_access_spec.rb 1 addition, 1 deletionspec/lib/gitlab/git_access_spec.rb
- spec/policies/project_policy_spec.rb 1 addition, 1 deletionspec/policies/project_policy_spec.rb
- spec/requests/api/tags_spec.rb 1 addition, 1 deletionspec/requests/api/tags_spec.rb
- spec/support/shared_examples/policies/project_policy_shared_examples.rb 1 addition, 0 deletions...hared_examples/policies/project_policy_shared_examples.rb
Please register or sign in to comment