- 23 Dec, 2016 1 commit
-
-
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
-
- 20 Dec, 2016 3 commits
-
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 15 Dec, 2016 2 commits
-
- 14 Dec, 2016 1 commit
- 12 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
[ci skip]
-
- 06 Dec, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 05 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 01 Dec, 2016 1 commit
-
-
Robert Speicher authored
-
- 22 Nov, 2016 3 commits
-
- 21 Nov, 2016 3 commits
-
-
-
Lin Jen-Shin authored
Fixes #24677
-
- 19 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 18 Nov, 2016 2 commits
-
-
Lin Jen-Shin authored
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7508#note_18622559 I didn't write an exhaustive one because we already have it on HasStatus, from: https://gitlab.com/gitlab-org/gitlab-ce/commit/b6a7a4783435a7fa34f26dbf3b16ab8e7ed21b88
-
- 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
-
- 26 Oct, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 21 Oct, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 18 Oct, 2016 1 commit
-
-
Lin Jen-Shin authored
We use bcc here because we don't want to generate this emails for a thousand times. This could be potentially expensive in a loop, and recipients would contain all project watchers so it could be a lot.
-
- 17 Oct, 2016 9 commits
-
-
Kamil Trzcinski authored
-
Lin Jen-Shin authored
Closes #23326
-
-
Lin Jen-Shin authored
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
- 14 Oct, 2016 2 commits
- 20 Sep, 2016 2 commits
-
-
Timothy Andrew authored
-
Timothy Andrew authored
-
- 19 Sep, 2016 1 commit
-
-
Timothy Andrew authored
All the code that pre-calculates metrics for use in the cycle analytics page. - Ci::Pipeline -> build start/finish - Ci::Pipeline#merge_requests - Issue -> record default metrics after save - MergeRequest -> record default metrics after save - Deployment -> Update "first_deployed_to_production_at" for MR metrics - Git Push -> Update "first commit mention" for issue metrics - Merge request create/update/refresh -> Update "merge requests closing issues"
-