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

rescue_query_canceled.yml « database « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76635ca40188bba6439fb0f0140eacd1e368a662 (plain)
1
2
3
4
5
6
7
8
9
---
Database/RescueQueryCanceled:
  Exclude:
    - 'app/services/issues/relative_position_rebalancing_service.rb'
    - 'ee/app/workers/update_max_seats_used_for_gitlab_com_subscriptions_worker.rb'
    - 'lib/gitlab/background_migration/backfill_work_item_type_id_for_issues.rb'
    - 'lib/gitlab/database/batch_counter.rb'
    - 'lib/gitlab/issuables_count_for_state.rb'
    - 'lib/tasks/gitlab/db/lock_writes.rake'