- 04 May, 2017 2 commits
-
-
Douwe Maan authored
-
Timothy Andrew authored
- Previously, we sorted commits by date, which seemed to work okay. - The one edge case where this failed was when multiple commits have the same commit date (for example: when a range of commits are cherry picked with a single command, they all have the same commit date [and different author dates]). - Commits with the same commit date would be sorted arbitrarily, and usually break the network graph. - This commit solves the problem by both sorting by date, and by sorting topographically (parents aren't displayed until all their children are displayed) - Include review comments from @adamniedzielski A more detailed explanation is present here: https://gitlab.com/gitlab-org/gitlab-ce/issues/30973#note_28706230
-
- 03 May, 2017 4 commits
-
-
Sean McGivern authored
These set the 'actual' destination email in one of the Delivered-To lines, so check those too.
-
James Lopez authored
-
Dosuken shinya authored
-
James Lopez authored
-
- 02 May, 2017 2 commits
-
-
Alejandro Rodríguez authored
-
Bob Van Landuyt authored
-
- 01 May, 2017 14 commits
-
-
Ahmad Sherif authored
Closes #31513
-
Robert Speicher authored
-
Sean McGivern authored
If an email doesn't match our incoming email patterns on the To header, we fall back to the References header. If there was no References header, we'd raise an exception, when we'd be better off acting as if it was empty.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
So we can use it for projects
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 28 Apr, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Kim "BKC" Carlbäcker authored
-
- 27 Apr, 2017 4 commits
-
-
Tiago Botelho authored
-
Timothy Andrew authored
- We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1 - Prior to this upgrade, the default sort order for commits returned by `Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the graph relied on. - While upgrading `rugged`, the MR also changed this default to `Rugged::SORT_NONE`, which broke commit ordering in the graph. - This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort by date, and changes the graph builder `Network::Graph` so it explictly requests the `:date` sort order
-
Toon Claes authored
-
Toon Claes authored
-
- 26 Apr, 2017 3 commits
-
-
Bob Van Landuyt authored
-
Sean McGivern authored
- Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 25 Apr, 2017 2 commits
-
-
Jeff Stubler authored
-
Douwe Maan authored
-
- 24 Apr, 2017 3 commits
-
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Apr, 2017 2 commits
-
-
James Lopez authored
-
Douwe Maan authored
-
- 18 Apr, 2017 1 commit
-
- 17 Apr, 2017 1 commit
-
-
Douwe Maan authored
-