- Mar 12, 2020
-
-
GitLab Bot authored
-
- Mar 02, 2020
-
-
GitLab Bot authored
-
- Feb 19, 2020
-
-
GitLab Bot authored
-
- Jan 24, 2020
-
-
GitLab Bot authored
-
- Dec 04, 2019
-
-
GitLab Bot authored
-
- Oct 30, 2019
-
-
GitLab Bot authored
-
- Oct 18, 2019
-
-
GitLab Bot authored
-
- Aug 16, 2019
-
-
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.
-
- May 16, 2019
-
-
Michał Zając authored
-
- Nov 15, 2018
-
-
yukihir0 authored
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Jul 10, 2018
-
-
Sean McGivern authored
-
- Jun 27, 2018
-
-
gfyoung authored
-
- Mar 05, 2018
-
-
Sean McGivern authored
-
- Feb 16, 2018
-
-
Micael Bergeron authored
# modified: lib/gitlab/git/commit.rb
-
Micael 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.
-
- Dec 05, 2017
-
-
Douwe Maan authored
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- May 25, 2017
-
-
Felipe Artur authored
-
- May 22, 2017
-
-
Felipe Artur authored
-
- May 04, 2017
-
-
James Edwards-Jones authored
-
- Apr 04, 2017
-
-
mhasbini authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- Dec 01, 2016
-
-
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.
-
- Nov 07, 2016
-
-
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.
-