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: 324ab498dd9409bff124dc60d03b0bd1e6a2cf22 (plain)
1
2
3
4
5
6
7
8
---
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'