- 31 Aug, 2017 4 commits
-
-
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.
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
Behind an application setting, which defaults to false, this commit implements the implied CI/CD config. Which means that in the case we can't find the `.gitlab-ci.yml` on the commit we want to start a pipeline for, we fall back to an implied configuration. For now the Bash template has been copied to `Auto-Devops.gitlab-ci.yml` so the tests actually work. Fixes #34777
-
Zeger-Jan van de Weg authored
In this instance its subgroups, and given we can't deploy it, we shouldn't allow it to be shown. Fixes gitlab-org/gitlab-ce#34864
-
- 30 Aug, 2017 3 commits
-
-
Mike Greiling authored
-
Phil Hughes authored
Closes #35658
-
Hiroyuki Sato authored
-
- 29 Aug, 2017 4 commits
-
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-
Maxim Rydkin authored
- 26 Aug, 2017 6 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
rename .project-visibility-level-holder to .visibility-level-setting and move from projects.scss to settings.scss
-
Mike Greiling authored
-
- 25 Aug, 2017 4 commits
-
-
Annabel Dunstone Gray authored
-
Eric Eastwood authored
-
Dimitrie Hoekstra authored
-
Jarka Kadlecova authored
-
- 24 Aug, 2017 6 commits
-
-
Jacopo authored
Changed the styling of OAuth authorization page in order to follow the styling structure described in #28849.
-
Dimitrie Hoekstra authored
-
Mark Fletcher authored
-
Nick Thomas authored
-
Zeger-Jan van de Weg authored
This got changed for i18n in !12480, however, I forgot to understand that the meaning of the graphs changed in !12378. This corrects the behaviour.
-
Mehdi Lahmam authored
Closes #35994
-
- 23 Aug, 2017 6 commits
-
-
Annabel Dunstone Gray authored
-
Zeger-Jan van de Weg authored
The button didn't override a value, so the old value was posted again.
-
Annabel Dunstone Gray authored
-
Shinya Maeda authored
-
Yorick Peterse authored
Every project page displays a navigation menu that in turn displays the number of open issues and merge requests. This means that for every project page we run two COUNT(*) queries, each taking up roughly 30 milliseconds on GitLab.com. By caching these numbers and refreshing them whenever necessary we can reduce loading times of all these pages by up to roughly 60 milliseconds. The number of open issues does not include confidential issues. This is a trade-off to keep the code simple and to ensure refreshing the data only needs 2 COUNT(*) queries instead of 3. A downside is that if a project only has 5 confidential issues the counter will be set to 0. Because we now have 3 similar counting service classes the code previously used in Projects::ForksCountService has mostly been moved to Projects::CountService, which in turn is reused by the various service classes. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36622
-
Bryce Johnson authored
-
- 22 Aug, 2017 6 commits
-
-
Clement Ho authored
-
Robert Speicher authored
We should be defining the list of loggers in the controller, not the view.
-
Yorick Peterse authored
This changes the style of push events that remove tags or branches so they don't display the commit details. This prevents displaying commit details such as: 000000 . --broken encoding Instead we now simply display the header such as: Administrator deleted branch example-branch This is displayed in the same style as events for newly created branches/tags. This commit also ensures that if no commit message is present we simply don't display anything, instead of "--broken encoding". Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36685 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36722
-
Zeger-Jan van de Weg authored
Also includes a change in allowing uploaded files, as there was a mismatch in object_id between classes, disallowing params[:file], which is a UploadedFile, newly loaded. The params checked against the older version. Fixes gitlab-org/gitlab-ce#36519
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 21 Aug, 2017 1 commit
-
-
Bryce Johnson authored
-