- 17 Jan, 2017 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 15 Jan, 2017 1 commit
-
-
Minqi Pan authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 13 Jan, 2017 4 commits
-
-
Mike Greiling authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 12 Jan, 2017 1 commit
-
-
Robert Speicher authored
Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
-
- 11 Jan, 2017 1 commit
-
-
James Lopez authored
-
- 09 Jan, 2017 2 commits
-
-
Toon Claes authored
For Cycle Analytics, the environment `production` is treated as a special case, and used to update the `first_deployed_to_production_at` metric. With the Review Apps changes, slash syntax is used to group related environments in the list. This is mostly used for `review/<branch>` environments, but it's possible for people to have multiple production environments, and someone might then want to group them like `production/eu`, `production/us`, or even just make it look prettier with `production/www.example.com`. In any of these cases, the first deploy to one of these `production/*` environments now is treated as a Production deploy.
-
Tomáš Kukrál authored
+ add test for label.title length validation
-
- 08 Jan, 2017 1 commit
-
-
Vincent Wong authored
Addresses: Issue #13810 1. Adds a last_used_at attribute to the Key table/model 2. Update a key's last_used_at whenever it gets used 3. Display how long ago an ssh key was last used
-
- 06 Jan, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 03 Jan, 2017 2 commits
-
-
Robert Speicher authored
-
James Lopez authored
Also added relevant specs and refactored to_references in a bunch of places to be more consistent.
-
- 02 Jan, 2017 1 commit
-
-
Mike Greiling authored
-
- 28 Dec, 2016 1 commit
-
-
Gabriel Gizotti authored
use MergeRequest#closes_issues instead of rewriting code to retrieve closing issues on MergeRequest#issues_mentioned_but_not_closing
-
- 27 Dec, 2016 2 commits
-
-
Felipe Artur authored
-
Grzegorz Bizon authored
-
- 26 Dec, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Lin Jen-Shin authored
-
- 24 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
This reverts merge request !8286
-
- 23 Dec, 2016 3 commits
-
-
Lin Jen-Shin authored
Feedback from Grzegorz
-
Lin Jen-Shin authored
The name latest implies that it's reverse chronological, and we did expect it that way. https://gitlab.com/gitlab-org/gitlab-ce/issues/25993#note_20429761 > ok, I think markglenfletchera is correct in > https://gitlab.com/gitlab-com/support-forum/issues/1394#note_20399939 > that `Project#latest_successful_builds_for` is giving oldest pipeline > rather than latest pipeline. This is a ~regression introduced by !7333 > where `order(id: :desc)` was removed causing this. The offending change > was: > https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7333/diffs#b22732e5f39e176c7c719fe485847d0fb0564275_92_108 > > The confusion was caused by the `latest` name implication, which > actually didn't order anything, and I think we should add `order(id: > :desc)` to `Ci::Pipeline.latest` otherwise it's confusing that it's not > actually ordered. Closes #25993
-
Z.J. van de Weg authored
Coverage was failing, so this could slip through the cracks
-
- 22 Dec, 2016 3 commits
-
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
-
Kamil Trzcinski authored
-
- 21 Dec, 2016 4 commits
-
-
Kamil Trzcinski authored
-
Markus Koller authored
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
-
Adam Niedzielski authored
The button allows to choose a ".gitlab-ci.yml" template that automatically sets up the deployment of an application. The currently supported template is Kubernetes template.
-
Kamil Trzcinski authored
-
- 20 Dec, 2016 7 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Z.J. van de Weg authored
[ci skip]
-
Felipe Artur authored
-
Z.J. van de Weg authored
-
Grzegorz Bizon authored
-
Filipa Lacerda authored
Changes after review
-