1. 16 Aug, 2019 1 commit
    • Douwe Maan's avatar
      Look up upstream commits once before queuing ProcessCommitWorkers · 97c2564f
      Douwe Maan authored
      Instead of checking if a commit already exists in the upstream project
      in its ProcessCommitWorker and bailing out if it does, we check the
      existence of all commits in bulk in Git::BranchHooksService, so that we
      can skip scheduling ProcessCommitWorker jobs for those commits
      that already exist upstream entirely.
      97c2564f
  2. 13 Aug, 2019 39 commits