-
- 下载
Merge branch 'create-runner-status' into 'master'
Add runner creation status See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144842 Merged-by:Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Dominic Bauer <dbauer@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Marius Bobin <mbobin@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Vladimir Shushlin <vshushlin@gitlab.com> Co-authored-by:
Shubham Kumar <shubhamkrai123@gmail.com>
显示
- app/helpers/ci/runners_helper.rb 7 个添加, 1 个删除app/helpers/ci/runners_helper.rb
- app/models/ci/runner.rb 10 个添加, 1 个删除app/models/ci/runner.rb
- app/models/ci/runner_manager.rb 8 个添加, 1 个删除app/models/ci/runner_manager.rb
- app/models/concerns/ci/has_runner_status.rb 1 个添加, 1 个删除app/models/concerns/ci/has_runner_status.rb
- db/migrate/20240408103150_add_runner_creation_status_to_ci_runner.rb 9 个添加, 0 个删除...20240408103150_add_runner_creation_status_to_ci_runner.rb
- db/migrate/20240408103358_update_runner_creation_status_default_to_zero.rb 9 个添加, 0 个删除...08103358_update_runner_creation_status_default_to_zero.rb
- db/migrate/20240408103457_add_runner_creation_status_to_ci_runner_machines.rb 9 个添加, 0 个删除...03457_add_runner_creation_status_to_ci_runner_machines.rb
- db/migrate/20240408103529_update_ci_runner_machines_runner_creation_status_default_to_zero.rb 9 个添加, 0 个删除...runner_machines_runner_creation_status_default_to_zero.rb
- db/schema_migrations/20240408103150 1 个添加, 0 个删除db/schema_migrations/20240408103150
- db/schema_migrations/20240408103358 1 个添加, 0 个删除db/schema_migrations/20240408103358
- db/schema_migrations/20240408103457 1 个添加, 0 个删除db/schema_migrations/20240408103457
- db/schema_migrations/20240408103529 1 个添加, 0 个删除db/schema_migrations/20240408103529
- db/structure.sql 2 个添加, 0 个删除db/structure.sql
- locale/gitlab.pot 3 个添加, 0 个删除locale/gitlab.pot
- spec/factories/ci/runner_managers.rb 7 个添加, 0 个删除spec/factories/ci/runner_managers.rb
- spec/factories/ci/runners.rb 7 个添加, 0 个删除spec/factories/ci/runners.rb
- spec/features/admin/admin_runners_spec.rb 2 个添加, 2 个删除spec/features/admin/admin_runners_spec.rb
- spec/finders/ci/runner_managers_finder_spec.rb 1 个添加, 1 个删除spec/finders/ci/runner_managers_finder_spec.rb
- spec/frontend/fixtures/runner.rb 7 个添加, 2 个删除spec/frontend/fixtures/runner.rb
- spec/helpers/ci/runners_helper_spec.rb 2 个添加, 2 个删除spec/helpers/ci/runners_helper_spec.rb
加载中
想要评论请 注册 或 登录