An error occurred fetching the project authors.
- 27 Dec, 2016 3 commits
-
-
Robert Speicher authored
This reverts commit a18ad6cf.
-
Kamil Trzciński authored
Order only for latest_successful_for See merge request !8301
-
Grzegorz Bizon authored
Fix code that selects latest pipelines Closes #25993 and #26031 See merge request !8286
-
- 23 Dec, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
" This reverts commit 8dd85ca8.
-
Grzegorz Bizon authored
Fix code that selects latest pipelines Closes #25993 and #26031 See merge request !8286
-
- 21 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
Resolve "Direct link from pipeline list to builds" ## What does this MR do? - Adds a dropdown with builds in the mini pipeline graph in the pipelines table - Unnest a lot of CSS related with pipelines in order to make it reusable ## Screenshots ![Screen_Shot_2016-12-15_at_14.45.41](/uploads/ca1c61842a422a34383e029d668034b7/Screen_Shot_2016-12-15_at_14.45.41.png) ![Screen_Shot_2016-12-15_at_14.45.49](/uploads/952e3277143639ce4ad111103034faeb/Screen_Shot_2016-12-15_at_14.45.49.png) ![Screen_Shot_2016-12-15_at_14.46.02](/uploads/f7369a124b1c3c0db4194de2cb637ef0/Screen_Shot_2016-12-15_at_14.46.02.png) ![graph_animation](/uploads/9bae036cb5acff499f992a4722943d72/graph_animation.gif) ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [x] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #25071 Closes #19703 See merge request !8097
-
- 15 Dec, 2016 1 commit
- 14 Dec, 2016 1 commit
- 13 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 12 Dec, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 08 Dec, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 07 Dec, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 06 Dec, 2016 5 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Pass `updated_at` to get only incremental changes since last update
-
- 05 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 29 Nov, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 24 Nov, 2016 1 commit
-
- 23 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
to better reflect the status. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7508#note_18858398
-
- 21 Nov, 2016 3 commits
-
-
Lin Jen-Shin authored
find the latest successful one if the last one is failed and we already exclude the others.
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
ref and sha so that it would show latest pipeline if ref and sha are both specified, otherwise still the same as before.
-
- 19 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 17 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
* Introduce `HasStatus.cancelable` which we might be able to cancel * Cancel and check upon `cancelable` * Also cancel on `CommitStatus` rather than just `Ci::Build` Fixes #23635 Fixes #17845
-
- 07 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
Rather than compound status from all pipelines. Closes #20560
-
- 26 Oct, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 24 Oct, 2016 1 commit
-
-
David Wagner authored
They were Rails' default and are unnecessarily overridden. Signed-off-by: David Wagner <david@marvid.fr>
-
- 20 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 19 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 18 Oct, 2016 1 commit
-
- 17 Oct, 2016 6 commits
-
-
Lin Jen-Shin authored
Closes #23326