1. 08 Dec, 2020 5 commits
    • Mike Kozono's avatar
      Fail verification timeouts · c0ed0a67
      Mike Kozono authored
      Verification concurrency is managed by the verification_started_at time.
      If a `VerificationBatchWorker` or `VerificationWorker` is lost or
      killed, then one or more records would be stuck in the
      "verification_started" state. This worker unsticks those records. It is
      called every minute.
      
      Performance should be fine, but if desired, we could call this worker
      directly with sidekiq-cron every hour instead of piggybacking on the
      `trigger_background_verification` method, without noticeable impact.
      c0ed0a67
    • Stan Hu's avatar
      Merge branch... · 465e5f66
      Stan Hu authored
      Merge branch '276491-follow-up-from-add-userdiscussionscount-to-issues-and-merge-requests-graphql' into 'master'
      
      Move IssueType notes and discussions logic to resolvers
      
      See merge request gitlab-org/gitlab!49160
      465e5f66
    • Jonathan Schafer's avatar
      Move counting logic to resolvers · 0b339785
      Jonathan Schafer authored
      Move `user_notes_count` and `user_discussions_count` from `IssueType`
      into their own resolvers.
      0b339785
    • Luke Duncalfe's avatar
      Merge branch 'optimize-pipelines-for-merge-requests-finder-query' into 'master' · 165f77a7
      Luke Duncalfe authored
      Optimize the database query for pipelines for MRs
      
      See merge request gitlab-org/gitlab!49083
      165f77a7
    • Mark Chao's avatar
      Merge branch '10io-graphql-mutation-delete-container-tags' into 'master' · 64a57a20
      Mark Chao authored
      Add GraphQL API to delete container repository tags
      
      See merge request gitlab-org/gitlab!48617
      64a57a20
  2. 07 Dec, 2020 35 commits