-
- Downloads
Merge branch 'create-catalog-resource-component-usages-table' into 'master'
Create partitioned CI component usage table See merge request !145881 Merged-by:Leaminn Ma <lma@gitlab.com>
No related branches found
No related tags found
Pipeline #1200658188 passed with warnings
Stage: sync
Stage: preflight
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test
Stage: post-test
Stage: qa
Stage: post-qa
Stage: benchmark
Pipeline: GitLab
Showing
- app/models/ci/catalog/resource.rb 2 additions, 0 deletionsapp/models/ci/catalog/resource.rb
- app/models/ci/catalog/resources/component.rb 5 additions, 2 deletionsapp/models/ci/catalog/resources/component.rb
- app/models/ci/catalog/resources/components/usage.rb 37 additions, 0 deletionsapp/models/ci/catalog/resources/components/usage.rb
- app/models/project.rb 1 addition, 0 deletionsapp/models/project.rb
- config/initializers/postgres_partitioning.rb 2 additions, 1 deletionconfig/initializers/postgres_partitioning.rb
- db/docs/p_catalog_resource_component_usages.yml 12 additions, 0 deletionsdb/docs/p_catalog_resource_component_usages.yml
- db/migrate/20240301210341_create_catalog_resource_component_usages_table.rb 34 additions, 0 deletions...1210341_create_catalog_resource_component_usages_table.rb
- db/migrate/20240301210400_add_component_fk_to_catalog_resource_component_usages.rb 20 additions, 0 deletions..._add_component_fk_to_catalog_resource_component_usages.rb
- db/migrate/20240301210420_add_catalog_resource_fk_to_catalog_resource_component_usages.rb 20 additions, 0 deletions...talog_resource_fk_to_catalog_resource_component_usages.rb
- db/migrate/20240301210440_add_project_fk_to_catalog_resource_component_usages.rb 20 additions, 0 deletions...40_add_project_fk_to_catalog_resource_component_usages.rb
- db/schema_migrations/20240301210341 1 addition, 0 deletionsdb/schema_migrations/20240301210341
- db/schema_migrations/20240301210400 1 addition, 0 deletionsdb/schema_migrations/20240301210400
- db/schema_migrations/20240301210420 1 addition, 0 deletionsdb/schema_migrations/20240301210420
- db/schema_migrations/20240301210440 1 addition, 0 deletionsdb/schema_migrations/20240301210440
- db/structure.sql 39 additions, 0 deletionsdb/structure.sql
- ee/spec/models/factories_spec.rb 1 addition, 0 deletionsee/spec/models/factories_spec.rb
- spec/db/schema_spec.rb 1 addition, 0 deletionsspec/db/schema_spec.rb
- spec/factories/ci/catalog/resources/components/usages.rb 10 additions, 0 deletionsspec/factories/ci/catalog/resources/components/usages.rb
- spec/lib/gitlab/import_export/all_models.yml 1 addition, 0 deletionsspec/lib/gitlab/import_export/all_models.yml
- spec/models/ci/catalog/resource_spec.rb 6 additions, 0 deletionsspec/models/ci/catalog/resource_spec.rb
db/schema_migrations/20240301210341
0 → 100644
db/schema_migrations/20240301210400
0 → 100644
db/schema_migrations/20240301210420
0 → 100644
db/schema_migrations/20240301210440
0 → 100644
Please register or sign in to comment