Export CI Job Token Authorizations in CSV
Allow to export all authorizations to a given accessed project by providing a CSV with origin project path and timestamp of `last_authorized_at` in UTC format. Changelog: added
显示
- app/controllers/projects/settings/ci_cd_controller.rb 20 个添加, 0 个删除app/controllers/projects/settings/ci_cd_controller.rb
- app/models/ci/job_token/authorization.rb 3 个添加, 0 个删除app/models/ci/job_token/authorization.rb
- app/services/ci/job_token/export_authorizations_service.rb 44 个添加, 0 个删除app/services/ci/job_token/export_authorizations_service.rb
- config/routes/project.rb 1 个添加, 0 个删除config/routes/project.rb
- locale/gitlab.pot 3 个添加, 0 个删除locale/gitlab.pot
- spec/controllers/projects/settings/ci_cd_controller_spec.rb 43 个添加, 0 个删除spec/controllers/projects/settings/ci_cd_controller_spec.rb
- spec/models/ci/job_token/authorization_spec.rb 35 个添加, 0 个删除spec/models/ci/job_token/authorization_spec.rb
- spec/services/ci/job_token/export_authorizations_service_spec.rb 52 个添加, 0 个删除...rvices/ci/job_token/export_authorizations_service_spec.rb
加载中
想要评论请 注册 或 登录