Introduce write_virtual_registry scope
This will be used by Dependency Proxy for Containers (to be renamed to Virtual Registry) and also by the current Virtual Registry for Packages. Here we introduce the new scope but we will not yet check against this new scope. Changelog: added
显示
- app/models/deploy_token.rb 1 个添加, 1 个删除app/models/deploy_token.rb
- db/migrate/20241203052500_add_write_virtual_registry_scope_to_deploy_tokens.rb 9 个添加, 0 个删除...2500_add_write_virtual_registry_scope_to_deploy_tokens.rb
- db/schema_migrations/20241203052500 1 个添加, 0 个删除db/schema_migrations/20241203052500
- db/structure.sql 2 个添加, 1 个删除db/structure.sql
- lib/api/deploy_tokens.rb 3 个添加, 1 个删除lib/api/deploy_tokens.rb
- lib/gitlab/auth.rb 16 个添加, 1 个删除lib/gitlab/auth.rb
- spec/factories/deploy_tokens.rb 1 个添加, 0 个删除spec/factories/deploy_tokens.rb
- spec/fixtures/api/schemas/public_api/v4/deploy_token.json 10 个添加, 2 个删除spec/fixtures/api/schemas/public_api/v4/deploy_token.json
- spec/lib/gitlab/auth_spec.rb 26 个添加, 0 个删除spec/lib/gitlab/auth_spec.rb
- spec/requests/api/deploy_tokens_spec.rb 32 个添加, 10 个删除spec/requests/api/deploy_tokens_spec.rb
加载中
想要评论请 注册 或 登录