An error occurred fetching the project authors.
- 16 Aug, 2019 1 commit
-
-
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.
-
- 16 May, 2019 1 commit
-
-
Michał Zając authored
-
- 15 Nov, 2018 1 commit
-
-
yukihir0 authored
-
- 11 Sep, 2018 2 commits
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- 10 Jul, 2018 1 commit
-
-
Sean McGivern authored
-
- 27 Jun, 2018 1 commit
-
-
gfyoung authored
-
- 05 Mar, 2018 1 commit
-
-
Sean McGivern authored
-
- 16 Feb, 2018 2 commits
-
-
Micaël Bergeron authored
# modified: lib/gitlab/git/commit.rb
-
Micaël Bergeron authored
When a merge request is merged, it creates a commit with the description of the MR, which may contain references and issue closing references. As this will be handled in the PostMergeService anyways, let's ignore merge commit generated from a MR.
-
- 05 Dec, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Jun, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 25 May, 2017 1 commit
-
-
Felipe Artur authored
-
- 22 May, 2017 1 commit
-
-
Felipe Artur authored
-
- 04 May, 2017 1 commit
-
-
James Edwards-Jones authored
-
- 04 Apr, 2017 1 commit
-
-
mhasbini authored
-
- 23 Feb, 2017 4 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 01 Dec, 2016 1 commit
-
-
Yorick Peterse authored
By passing commit data to this worker we remove the need for querying the Git repository for every job. This in turn reduces the time spent processing each job. The migration included migrates jobs from the old format to the new format. For this to work properly it requires downtime as otherwise workers may start producing errors until they're using a newer version of the worker code.
-
- 07 Nov, 2016 1 commit
-
-
Yorick Peterse authored
This moves the code used for processing commits from GitPushService to its own Sidekiq worker: ProcessCommitWorker. Using a Sidekiq worker allows us to process multiple commits in parallel. This in turn will lead to issues being closed faster and cross references being created faster. Furthermore by isolating this code into a separate class it's easier to test and maintain the code. The new worker also ensures it can efficiently check which issues can be closed, without having to run numerous SQL queries for every issue.
-