-
- Downloads
Merge branch 'allow-owner-to-run-ci-builds' into 'master'
Allow owners to fetch source code in CI builds Due to different way of handling owners of a project, they were not allowed to fetch CI sources for project. This adds a separate code path for handling owners, that are not admins. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23437 See merge request !6943
No related branches found
No related tags found
Showing
- app/policies/project_policy.rb 8 additions, 4 deletionsapp/policies/project_policy.rb
- spec/lib/gitlab/git_access_spec.rb 8 additions, 0 deletionsspec/lib/gitlab/git_access_spec.rb
- spec/policies/project_policy_spec.rb 14 additions, 0 deletionsspec/policies/project_policy_spec.rb
- spec/requests/lfs_http_spec.rb 11 additions, 1 deletionspec/requests/lfs_http_spec.rb
- spec/services/auth/container_registry_authentication_service_spec.rb 24 additions, 4 deletions...es/auth/container_registry_authentication_service_spec.rb
Please register or sign in to comment