-
- Downloads
Fixing Database/MultipleDatabases offenses in specs
We still have many ignored Rubocop Offenses for Database/MultipleDatabases in specs. This is a MR to address validate and fix all of them. Addressing Issue: #362031 Changelog: other
parent
8c4b2694
No related branches found
No related tags found
Pipeline #555412380 failed
Stage: sync
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test
Stage: post-test
Stage: review
Stage: qa
Showing
- .rubocop_todo/database/multiple_databases.yml 0 additions, 17 deletions.rubocop_todo/database/multiple_databases.yml
- .rubocop_todo/layout/line_length.yml 0 additions, 2 deletions.rubocop_todo/layout/line_length.yml
- spec/db/schema_spec.rb 51 additions, 46 deletionsspec/db/schema_spec.rb
- spec/initializers/database_config_spec.rb 6 additions, 6 deletionsspec/initializers/database_config_spec.rb
- spec/lib/backup/manager_spec.rb 1 addition, 1 deletionspec/lib/backup/manager_spec.rb
- spec/lib/gitlab/database_spec.rb 20 additions, 16 deletionsspec/lib/gitlab/database_spec.rb
- spec/lib/gitlab/metrics/subscribers/active_record_spec.rb 1 addition, 1 deletionspec/lib/gitlab/metrics/subscribers/active_record_spec.rb
- spec/lib/gitlab/profiler_spec.rb 3 additions, 3 deletionsspec/lib/gitlab/profiler_spec.rb
- spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/constraints_spec.rb 7 additions, 2 deletions...cs/names_suggestions/relation_parsers/constraints_spec.rb
- spec/lib/gitlab/usage/metrics/names_suggestions/relation_parsers/joins_spec.rb 7 additions, 2 deletions.../metrics/names_suggestions/relation_parsers/joins_spec.rb
- spec/support/caching.rb 1 addition, 1 deletionspec/support/caching.rb
- spec/support/gitlab/usage/metrics_instrumentation_shared_examples.rb 1 addition, 1 deletion...t/gitlab/usage/metrics_instrumentation_shared_examples.rb
- spec/support/helpers/database/database_helpers.rb 3 additions, 3 deletionsspec/support/helpers/database/database_helpers.rb
- spec/support/helpers/database/table_schema_helpers.rb 2 additions, 2 deletionsspec/support/helpers/database/table_schema_helpers.rb
- spec/support/helpers/migrations_helpers.rb 3 additions, 3 deletionsspec/support/helpers/migrations_helpers.rb
- spec/support/helpers/query_recorder.rb 1 addition, 1 deletionspec/support/helpers/query_recorder.rb
- spec/support/helpers/usage_data_helpers.rb 1 addition, 1 deletionspec/support/helpers/usage_data_helpers.rb
- spec/tasks/gitlab/backup_rake_spec.rb 1 addition, 1 deletionspec/tasks/gitlab/backup_rake_spec.rb
- spec/tasks/gitlab/db_rake_spec.rb 17 additions, 5 deletionsspec/tasks/gitlab/db_rake_spec.rb
Please register or sign in to comment