-
- 下载
Merge branch 'pedropombeiro/386491/add-registration-columns-to-ci_runners-table' into 'master'
Add registration columns to ci_runners table See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/107793 Merged-by:Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Carla Drago <cdrago@gitlab.com> Approved-by:
Tarun Vellishetty <tvellishetty@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Reviewed-by:
Kamil Trzciński <ayufan@ayufan.eu> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
显示
- app/models/ci/runner.rb 7 个添加, 0 个删除app/models/ci/runner.rb
- config/gitlab_loose_foreign_keys.yml 4 个添加, 0 个删除config/gitlab_loose_foreign_keys.yml
- db/migrate/20221226105323_add_registration_columns_to_ci_runners.rb 10 个添加, 0 个删除.../20221226105323_add_registration_columns_to_ci_runners.rb
- db/migrate/20221226132038_index_ci_runners_on_creator_id.rb 15 个添加, 0 个删除db/migrate/20221226132038_index_ci_runners_on_creator_id.rb
- db/schema_migrations/20221226105323 1 个添加, 0 个删除db/schema_migrations/20221226105323
- db/schema_migrations/20221226132038 1 个添加, 0 个删除db/schema_migrations/20221226132038
- db/structure.sql 4 个添加, 0 个删除db/structure.sql
- doc/architecture/blueprints/runner_tokens/index.md 2 个添加, 2 个删除doc/architecture/blueprints/runner_tokens/index.md
- spec/models/ci/runner_spec.rb 7 个添加, 0 个删除spec/models/ci/runner_spec.rb
- spec/models/concerns/sensitive_serializable_hash_spec.rb 1 个添加, 1 个删除spec/models/concerns/sensitive_serializable_hash_spec.rb
db/schema_migrations/20221226105323
0 → 100644
db/schema_migrations/20221226132038
0 → 100644
想要评论请 注册 或 登录