Welcome to mirror list, hosted at ThFree Co, Russian Federation.

multiple_databases.yml « database « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86db4e0c91f9ded8050a3b130818dcdffc3953df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
Database/MultipleDatabases:
  Exclude:
    - 'config/initializers/active_record_data_types.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/spec/services/ee/merge_requests/update_service_spec.rb'
    - 'lib/gitlab/background_migration/backfill_projects_with_coverage.rb'
    - 'spec/db/schema_spec.rb'
    - 'spec/initializers/database_config_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/db_rake_spec.rb'