- 19 Sep, 2017 1 commit
-
-
Andrew Newdigate authored
-
- 08 Sep, 2017 1 commit
-
-
Kamil Trzciński authored
Do not use `location.pathname` when accessing environments folders See merge request !2147
-
- 31 Aug, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
Given the user can soon have multiple config sources for CI, we now store what type at the time of the pipeline run we chose. This will give us insight into what triggered the new pipeline so we can display it to the enduser.
-
- 11 Aug, 2017 2 commits
-
-
Jarka Kadlecova authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 Aug, 2017 2 commits
-
-
Michael Kozono authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 07 Aug, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 02 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 25 Jul, 2017 1 commit
-
-
Tiago Botelho authored
-
- 21 Jul, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 20 Jul, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 19 Jul, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Lin Jen-Shin authored
-
- 18 Jul, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 11 Jul, 2017 2 commits
-
-
Clement Ho authored
-
Clement Ho authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 04 Jul, 2017 2 commits
-
-
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.
-
Lin Jen-Shin authored
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 13 Jun, 2017 3 commits
-
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
- 12 Jun, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 09 Jun, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 03 Jun, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 02 Jun, 2017 4 commits
-
-
Alexander Randa authored
-
Nick Thomas authored
Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema.
-
Filipa Lacerda authored
-
Z.J. van de Weg authored
Also add minor changed needed to pass review
-
- 01 Jun, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 31 May, 2017 5 commits
-
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
Now we have a PipelineEntity which is a bit smaller, mostly in bytes needing to send to the frontend. PipelineDetailsEntity is the default for the PipelineSerializer, limiting the changes needed. This commit also incorporates the review.
-
Z.J. van de Weg authored
Added the needed keys and paths to a new entity, BuildDetailsEntity. Not renaming BuildEntity to BuildBasicEntity on explicit request. Most code now has test coverage, but not all. This will be added on later commits on this branch. Resolves gitlab-org/gitlab-ce#31397
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
- 17 May, 2017 1 commit
-
-
Lin Jen-Shin authored
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
-
- 16 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-