Use routing table for Ci::Pipeline model
Changes the `table_name` property on the `Ci::Pipeline` model to use the routing table instead of the partition. This change is under a feature flag disabled by default.
显示
- app/finders/ci/pipelines_for_merge_request_finder.rb 2 个添加, 1 个删除app/finders/ci/pipelines_for_merge_request_finder.rb
- app/models/ci/job_artifact.rb 1 个添加, 1 个删除app/models/ci/job_artifact.rb
- app/models/ci/pipeline.rb 12 个添加, 3 个删除app/models/ci/pipeline.rb
- config/feature_flags/gitlab_com_derisk/pipelines_routing_table.yml 9 个添加, 0 个删除...ature_flags/gitlab_com_derisk/pipelines_routing_table.yml
- config/gitlab_loose_foreign_keys.yml 13 个添加, 23 个删除config/gitlab_loose_foreign_keys.yml
- db/docs/p_ci_pipelines.yml 1 个添加, 0 个删除db/docs/p_ci_pipelines.yml
- ee/spec/lib/ee/gitlab/background_migration/migrate_vulnerabilities_feedback_to_vulnerabilities_state_transition_spec.rb 1 个添加, 0 个删除...ties_feedback_to_vulnerabilities_state_transition_spec.rb
- ee/spec/lib/ee/gitlab/background_migration/purge_security_scans_with_empty_finding_data_spec.rb 3 个添加, 1 个删除...tion/purge_security_scans_with_empty_finding_data_spec.rb
- ee/spec/lib/gitlab/background_migration/create_vulnerability_links_spec.rb 1 个添加, 1 个删除...b/background_migration/create_vulnerability_links_spec.rb
- lib/gitlab/database/query_analyzers/ci/partitioning_routing_analyzer.rb 1 个添加, 0 个删除...abase/query_analyzers/ci/partitioning_routing_analyzer.rb
- spec/db/schema_spec.rb 1 个添加, 1 个删除spec/db/schema_spec.rb
- spec/lib/gitlab/background_migration/backfill_desired_sharding_key_job_spec.rb 1 个添加, 1 个删除...round_migration/backfill_desired_sharding_key_job_spec.rb
- spec/lib/gitlab/background_migration/backfill_desired_sharding_key_partition_job_spec.rb 1 个添加, 1 个删除...ation/backfill_desired_sharding_key_partition_job_spec.rb
- spec/lib/gitlab/background_migration/backfill_or_drop_ci_pipeline_on_project_id_spec.rb 1 个添加, 0 个删除...ration/backfill_or_drop_ci_pipeline_on_project_id_spec.rb
- spec/lib/gitlab/background_migration/backfill_partition_id_ci_daily_build_group_report_result_spec.rb 3 个添加, 1 个删除...l_partition_id_ci_daily_build_group_report_result_spec.rb
- spec/lib/gitlab/background_migration/backfill_partition_id_ci_pipeline_artifact_spec.rb 1 个添加, 0 个删除...ration/backfill_partition_id_ci_pipeline_artifact_spec.rb
- spec/lib/gitlab/background_migration/backfill_partition_id_ci_pipeline_message_spec.rb 3 个添加, 1 个删除...gration/backfill_partition_id_ci_pipeline_message_spec.rb
- spec/lib/gitlab/background_migration/backfill_partition_id_ci_pipeline_metadata_spec.rb 3 个添加, 1 个删除...ration/backfill_partition_id_ci_pipeline_metadata_spec.rb
- spec/lib/gitlab/background_migration/backfill_upstream_pipeline_partition_id_on_p_ci_builds_spec.rb 3 个添加, 1 个删除...ill_upstream_pipeline_partition_id_on_p_ci_builds_spec.rb
- spec/lib/gitlab/background_migration/copy_taggings_to_p_ci_build_tags_spec.rb 2 个添加, 1 个删除...ground_migration/copy_taggings_to_p_ci_build_tags_spec.rb
加载中
想要评论请 注册 或 登录