- Feb 25, 2020
-
-
GitLab Bot authored
-
- Feb 03, 2020
-
-
GitLab Bot authored
-
- Dec 24, 2019
-
-
GitLab Bot authored
-
- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 02, 2019
-
-
GitLab Bot authored
-
- Nov 29, 2019
-
-
GitLab Bot authored
-
- Nov 12, 2019
-
-
GitLab Bot authored
-
- Oct 18, 2019
-
-
GitLab Bot authored
-
- Oct 16, 2019
-
-
GitLab Bot authored
-
- Sep 30, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Jul 25, 2019
-
-
Heinrich Lee Yu authored
These are not required because MySQL is not supported anymore
-
- May 02, 2019
-
-
Mayra Cabrera authored
- Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
-
- Apr 10, 2019
-
-
Matija Čupić authored
-
- Mar 13, 2019
-
-
Shinya Maeda authored
Add spec Fix Fix Add changelog Drop attached Remove attached Update changelog ok
-
Shinya Maeda authored
Make it sane Include merge ref head Fix union Improve a bit Add spec remove add spec Add changelog fix coding offence Apply suggestion to spec/models/merge_request_spec.rb ok ok Fix Fix spec Fix spec fix Simplify the things Memoize OK a
-
- Mar 06, 2019
-
-
Shinya Maeda authored
Add preload Fix ok Write tests test only postgresql ok add more test ; Improve wording Add changelog Fix
-
- Feb 21, 2019
-
-
Adam Mulvany authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 02, 2019
-
-
Douwe Maan authored
-
- Jul 25, 2018
-
-
Yorick Peterse authored
This adds a database migration that creates routes for any projects and namespaces that don't already have one. We also remove the runtime code for dynamically creating routes, as this is no longer necessary.
-
- Jun 05, 2018
-
-
Alexis Reigel authored
the ci status icons are generated client side, wo we don't need the static files anymore.
-
- May 30, 2018
-
-
Grzegorz Bizon authored
-
- May 29, 2018
-
-
Grzegorz Bizon authored
-
- May 24, 2018
-
-
Grzegorz Bizon authored
-
- May 23, 2018
-
-
Grzegorz Bizon authored
-
- May 15, 2018
-
-
- Apr 26, 2018
-
-
Dylan Griffith authored
-
- Mar 15, 2018
-
-
Sean McGivern authored
This is 36 in CE, and 40 in EE.
-
- Mar 07, 2018
-
-
Micael Bergeron authored
-
- Mar 06, 2018
-
-
Micael Bergeron authored
-
- Feb 28, 2018
-
-
Grzegorz Bizon authored
Multiple artifacts ee See merge request gitlab-org/gitlab-ee!3276
-
- Dec 19, 2017
-
-
Zeger-Jan van de Weg authored
Uses `list_commits_by_oid` on the CommitService, to request the needed commits for pipelines. These commits are needed to display the user that created the commit and the commit title. This includes fixes for tests failing that depended on the commit being `nil`. However, now these are batch loaded, this doesn't happen anymore and the commits are an instance of BatchLoader.
-
- Dec 03, 2017
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
Two things at ones, as there was no clean way to seperate the commit and give me feedback from the tests. But the model Artifact is now JobArtifact, and the table does not have a type anymore, but the metadata is now its own model: Ci::JobArtifactMetadata.
-
- Oct 03, 2017
-
-
Mike Greiling authored
-
- Sep 19, 2017
-
-
Andrew Newdigate authored
-
- Aug 09, 2017
-
-
- Aug 02, 2017
-
-
Robert Speicher authored
-
- Jul 19, 2017
-
-
Lin Jen-Shin authored
-
- Jul 04, 2017
-
-
Lin Jen-Shin authored
So that we cache the result of UserAccess#can_push_or_merge_to_branch? in RequestStore, avoiding querying ProtectedBranch over and over for the list of pipelines (i.e. in PipelineSerializer) I don't think this is ideal because I don't like the idea of RequestStore in general, but this is the easiest way to cache it without changing the architecture. In the future we should cache more explicitly rather than this kind of global store.
-