-
- 下载
Merge branch 'per-build-token-without-lfs' into 'master'
Make CI to use the permission of the user who is trigger the build This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5735, but with removed all LFS code that is added by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043. This also incorporates most of LFS code added in !6043 to simplify further merge. See merge request !6409
显示
- CHANGELOG 1 个添加, 0 个删除CHANGELOG
- app/controllers/jwt_controller.rb 16 个添加, 20 个删除app/controllers/jwt_controller.rb
- app/controllers/projects/builds_controller.rb 5 个添加, 1 个删除app/controllers/projects/builds_controller.rb
- app/controllers/projects/git_http_client_controller.rb 46 个添加, 16 个删除app/controllers/projects/git_http_client_controller.rb
- app/controllers/projects/git_http_controller.rb 1 个添加, 1 个删除app/controllers/projects/git_http_controller.rb
- app/helpers/lfs_helper.rb 10 个添加, 2 个删除app/helpers/lfs_helper.rb
- app/models/ci/build.rb 18 个添加, 12 个删除app/models/ci/build.rb
- app/models/project.rb 0 个添加, 6 个删除app/models/project.rb
- app/policies/project_policy.rb 13 个添加, 4 个删除app/policies/project_policy.rb
- app/services/auth/container_registry_authentication_service.rb 29 个添加, 3 个删除...ervices/auth/container_registry_authentication_service.rb
- db/migrate/20160808085531_add_token_to_build.rb 10 个添加, 0 个删除db/migrate/20160808085531_add_token_to_build.rb
- db/migrate/20160808085602_add_index_for_build_token.rb 12 个添加, 0 个删除db/migrate/20160808085602_add_index_for_build_token.rb
- db/schema.rb 2 个添加, 0 个删除db/schema.rb
- lib/api/internal.rb 10 个添加, 2 个删除lib/api/internal.rb
- lib/ci/api/helpers.rb 11 个添加, 3 个删除lib/ci/api/helpers.rb
- lib/ci/mask_secret.rb 9 个添加, 0 个删除lib/ci/mask_secret.rb
- lib/gitlab/auth.rb 64 个添加, 34 个删除lib/gitlab/auth.rb
- lib/gitlab/auth/result.rb 13 个添加, 0 个删除lib/gitlab/auth/result.rb
- lib/gitlab/git_access.rb 16 个添加, 3 个删除lib/gitlab/git_access.rb
- spec/lib/ci/mask_secret_spec.rb 19 个添加, 0 个删除spec/lib/ci/mask_secret_spec.rb
加载中
想要评论请 注册 或 登录