Remove `vulnerability_occurrence_pipelines` table and code
This table is excessively large because it is a many-to-many relationship between vulnerability findings and ci pipelines. We've removed all usages of this table from the application, so it can now be dropped and all code associated with it can be deleted. Changelog: removed EE: true
显示
- .rubocop_todo/gitlab/strong_memoize_attr.yml 0 个添加, 1 个删除.rubocop_todo/gitlab/strong_memoize_attr.yml
- .rubocop_todo/layout/line_length.yml 0 个添加, 3 个删除.rubocop_todo/layout/line_length.yml
- .rubocop_todo/lint/redundant_cop_disable_directive.yml 0 个添加, 1 个删除.rubocop_todo/lint/redundant_cop_disable_directive.yml
- .rubocop_todo/migration/background_migration_record.yml 0 个添加, 1 个删除.rubocop_todo/migration/background_migration_record.yml
- .rubocop_todo/migration/batched_migration_base_class.yml 0 个添加, 1 个删除.rubocop_todo/migration/batched_migration_base_class.yml
- .rubocop_todo/rspec/context_wording.yml 0 个添加, 1 个删除.rubocop_todo/rspec/context_wording.yml
- .rubocop_todo/style/inline_disable_annotation.yml 0 个添加, 1 个删除.rubocop_todo/style/inline_disable_annotation.yml
- .rubocop_todo/style/string_concatenation.yml 0 个添加, 1 个删除.rubocop_todo/style/string_concatenation.yml
- config/gitlab_loose_foreign_keys.yml 0 个添加, 4 个删除config/gitlab_loose_foreign_keys.yml
- db/docs/batched_background_migrations/backfill_vulnerability_occurrence_pipelines_project_id.yml 0 个添加, 8 个删除...ackfill_vulnerability_occurrence_pipelines_project_id.yml
- db/docs/deleted_tables/vulnerability_occurrence_pipelines.yml 12 个添加, 0 个删除...ocs/deleted_tables/vulnerability_occurrence_pipelines.yml
- db/gitlab_schemas/gitlab_sec.yaml 0 个添加, 3 个删除db/gitlab_schemas/gitlab_sec.yaml
- db/post_migrate/20240730172818_queue_backfill_vulnerability_occurrence_pipelines_project_id.rb 1 个添加, 15 个删除...backfill_vulnerability_occurrence_pipelines_project_id.rb
- db/post_migrate/20241022181600_remove_backfill_vulnerability_occurrence_pipelines_project_id.rb 26 个添加, 0 个删除...backfill_vulnerability_occurrence_pipelines_project_id.rb
- db/post_migrate/20241022181639_drop_vulnerability_occurrence_pipelines.rb 47 个添加, 0 个删除...20241022181639_drop_vulnerability_occurrence_pipelines.rb
- db/schema_migrations/20241022181600 1 个添加, 0 个删除db/schema_migrations/20241022181600
- db/schema_migrations/20241022181639 1 个添加, 0 个删除db/schema_migrations/20241022181639
- db/structure.sql 0 个添加, 50 个删除db/structure.sql
- ee/app/models/vulnerabilities/finding.rb 0 个添加, 2 个删除ee/app/models/vulnerabilities/finding.rb
- ee/app/models/vulnerabilities/finding_pipeline.rb 0 个添加, 20 个删除ee/app/models/vulnerabilities/finding_pipeline.rb
加载中
想要评论请 注册 或 登录