66 lines
4 KiB
YAML
66 lines
4 KiB
YAML
---
|
|
Database/MultipleDatabases:
|
|
Exclude:
|
|
- 'config/application.rb'
|
|
- 'config/initializers/active_record_data_types.rb'
|
|
- 'config/initializers/active_record_force_reconnects.rb'
|
|
- 'config/initializers/active_record_lifecycle.rb'
|
|
- 'config/initializers/sidekiq.rb'
|
|
- 'config/initializers/validate_database_config.rb'
|
|
- 'db/post_migrate/20210317104032_set_iteration_cadence_automatic_to_false.rb'
|
|
- 'db/post_migrate/20210811122206_update_external_project_bots.rb'
|
|
- 'db/post_migrate/20210812013042_remove_duplicate_project_authorizations.rb'
|
|
- 'ee/lib/tasks/geo.rake'
|
|
- 'ee/spec/services/ee/merge_requests/update_service_spec.rb'
|
|
- 'lib/backup/database.rb'
|
|
- 'lib/backup/manager.rb'
|
|
- lib/gitlab/background_migration/backfill_integrations_type_new.rb
|
|
- lib/gitlab/background_migration/backfill_issue_search_data.rb
|
|
- lib/gitlab/background_migration/backfill_member_namespace_for_group_members.rb
|
|
- lib/gitlab/background_migration/backfill_namespace_id_for_namespace_route.rb
|
|
- lib/gitlab/background_migration/backfill_namespace_id_for_project_route.rb
|
|
- lib/gitlab/background_migration/backfill_namespace_traversal_ids_children.rb
|
|
- lib/gitlab/background_migration/backfill_projects_with_coverage.rb
|
|
- lib/gitlab/background_migration/backfill_upvotes_count_on_issues.rb
|
|
- lib/gitlab/background_migration/backfill_user_namespace.rb
|
|
- lib/gitlab/background_migration/copy_ci_builds_columns_to_security_scans.rb
|
|
- lib/gitlab/background_migration/delete_orphaned_deployments.rb
|
|
- lib/gitlab/background_migration/disable_expiration_policies_linked_to_no_container_images.rb
|
|
- lib/gitlab/background_migration/fix_duplicate_project_name_and_path.rb
|
|
- lib/gitlab/background_migration/fix_projects_without_project_feature.rb
|
|
- lib/gitlab/background_migration/fix_projects_without_prometheus_service.rb
|
|
- lib/gitlab/background_migration/migrate_shimo_confluence_integration_category.rb
|
|
- lib/gitlab/background_migration/migrate_stage_status.rb
|
|
- lib/gitlab/background_migration/move_container_registry_enabled_to_project_feature.rb
|
|
- lib/gitlab/background_migration/nullify_orphan_runner_id_on_ci_builds.rb
|
|
- lib/gitlab/background_migration/populate_container_repository_migration_plan.rb
|
|
- lib/gitlab/background_migration/populate_topics_non_private_projects_count.rb
|
|
- lib/gitlab/background_migration/populate_topics_total_projects_count_cache.rb
|
|
- lib/gitlab/background_migration/populate_vulnerability_reads.rb
|
|
- lib/gitlab/background_migration/project_namespaces/backfill_project_namespaces.rb
|
|
- lib/gitlab/background_migration/remove_vulnerability_finding_links.rb
|
|
- lib/gitlab/background_migration/update_timelogs_null_spent_at.rb
|
|
- lib/gitlab/background_migration/update_timelogs_project_id.rb
|
|
- lib/gitlab/background_migration/update_users_where_two_factor_auth_required_from_group.rb
|
|
- 'lib/gitlab/database.rb'
|
|
- 'lib/gitlab/database/load_balancing/load_balancer.rb'
|
|
- 'lib/gitlab/database/migrations/observers/query_log.rb'
|
|
- 'lib/tasks/dev.rake'
|
|
- 'lib/tasks/gitlab/db/validate_config.rake'
|
|
- 'spec/db/schema_spec.rb'
|
|
- 'spec/initializers/database_config_spec.rb'
|
|
- 'spec/lib/backup/manager_spec.rb'
|
|
- 'spec/lib/gitlab/database_spec.rb'
|
|
- 'spec/lib/gitlab/metrics/subscribers/active_record_spec.rb'
|
|
- 'spec/lib/gitlab/profiler_spec.rb'
|
|
- 'spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/constraints_spec.rb'
|
|
- 'spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/joins_spec.rb'
|
|
- 'spec/support/caching.rb'
|
|
- 'spec/support/gitlab/usage/metrics_instrumentation_shared_examples.rb'
|
|
- 'spec/support/helpers/database/database_helpers.rb'
|
|
- 'spec/support/helpers/database/table_schema_helpers.rb'
|
|
- 'spec/support/helpers/migrations_helpers.rb'
|
|
- 'spec/support/helpers/query_recorder.rb'
|
|
- 'spec/support/helpers/usage_data_helpers.rb'
|
|
- 'spec/tasks/gitlab/backup_rake_spec.rb'
|
|
- 'spec/tasks/gitlab/db_rake_spec.rb'
|