- Aug 01, 2018
-
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Jun 06, 2018
-
-
Jan Provaznik authored
Enum in Rails 5 does not map nil values - IOW nil value remains nil, even if there is a key with nil value in the enum definition. This commit overrides the underlying Enum methods so nil value is still mapped. This solution is far from being ideal: it uses dynamic definition of methods which introduces more magic/confusion into the codebase. It would be better to get rid of the nil value in enums.
-
- May 15, 2018
-
-
Mayra Cabrera authored
methods Includes Presentable module into CommitStatus. This fixes presenter methods being called on those classes. Closes #46177
-
- May 02, 2018
-
-
blackst0ne authored
-
- Apr 10, 2018
-
-
Tomasz Maczukin authored
-
- Apr 04, 2018
-
-
Zeger-Jan van de Weg authored
This reverts commit 4f2cdb51.
-
- Mar 01, 2018
-
-
Zeger-Jan van de Weg authored
This makes grouping on version number available. In general I'd like to group based on MAJOR.MINOR version numbers for Gitaly.
-
- Feb 05, 2018
-
-
Grzegorz Bizon authored
Currently we still need to run EnsureStageService within a transaction, because when it runs within in a transaction we are going to stick to the primary database when using database load balancing. Extracting this out of the transaction makes it possible to hit into problems with replication lag in pipeline commit status API, which can cause a lot of trouble.
-
- Jan 31, 2018
-
-
Takuya Noguchi authored
-
- Jan 24, 2018
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Dec 06, 2017
-
-
Shinya Maeda authored
-
- Nov 27, 2017
-
-
Kamil Trzcińśki authored
-
- Nov 06, 2017
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Sep 05, 2017
-
-
Shinya Maeda authored
-
Shinya Maeda authored
- Fix spec
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Jul 24, 2017
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Jul 20, 2017
-
-
Grzegorz Bizon authored
-
- Jul 04, 2017
-
-
Grzegorz Bizon authored
We still didn't migrate `ci_builds.stage_id`, so we can't use a belongs_to association. We also have `ci_builds.stage` string attribute, that we need to phase out in favor of `ci_stages.name`.
-
- Jun 20, 2017
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Jun 13, 2017
-
-
Z.J. van de Weg authored
Older pipelines can contain jobs without a name, in which case 'nameless' is used right now, so we can properly still handle other actions on these jobs. Fixes gitlab-org/gitlab-ce#33403
-
- Jun 12, 2017
-
-
Filipa Lacerda authored
-
James Lopez authored
-
- Jun 04, 2017
-
-
Z.J. van de Weg authored
-
- Jun 02, 2017
-
-
Douwe Maan authored
-
Grzegorz Bizon authored
-
- May 22, 2017
-
-
Z.J. van de Weg authored
These were untested by the cherry picked commit.
-
Kamil Trzcińśki authored
-
- May 09, 2017
-
-
Kamil Trzcińśki authored
-
- May 07, 2017
-
-
Kamil Trzcińśki authored
-
- May 02, 2017
-
-
James Lopez authored
-