- 23 Feb, 2017 8 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 16 Feb, 2017 1 commit
-
- 15 Feb, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Lin Jen-Shin authored
TODO: Add tests and screenshots
-
- 14 Feb, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 13 Feb, 2017 4 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 03 Feb, 2017 1 commit
-
-
Filipa Lacerda authored
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
-
- 26 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 25 Jan, 2017 6 commits
-
-
Leandro Camargo authored
-
Leandro Camargo authored
-
Leandro Camargo authored
-
Leandro Camargo authored
-
Leandro Camargo authored
-
Leandro Camargo authored
-
- 20 Jan, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
Closes #26921
-
- 19 Jan, 2017 3 commits
-
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
- 18 Jan, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 13 Jan, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 11 Jan, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 04 Jan, 2017 1 commit
-
-
Lin Jen-Shin authored
* We realized that headers were not set whenever we give 204 because `render_api_error!` doesn't preserve the headers. * We also realized that `update_runner_info` would be called in POST /builds/register every time therefore runner is updated every time, ticking the queue, making this last_update didn't work very well, and the test would be failing due to that.
-
- 27 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 26 Dec, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 24 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
This reverts merge request !8286
-
- 23 Dec, 2016 2 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
-