- 30 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 17 May, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 16 May, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 04 May, 2017 1 commit
-
-
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
-
- 02 May, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 28 Apr, 2017 1 commit
-
-
Kim "BKC" Carlbäcker authored
-
- 27 Apr, 2017 1 commit
-
-
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
-
- 11 Apr, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 10 Apr, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Apr, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 30 Mar, 2017 1 commit
-
-
Sean McGivern authored
This is analogous to `git log -- foo bar baz`, but not the same as `Gitlab::Git::Repository#log(path: 'foo bar baz')`, which would run `git log -- 'foo bar baz'`.
-
- 16 Mar, 2017 1 commit
-
-
Mark Fletcher authored
-
- 14 Mar, 2017 1 commit
-
-
Rémy Coutable authored
We will set this to the dev mirror in GitLab CE and EE on dev. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 08 Mar, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
George Andrinopoulos authored
-
- 02 Mar, 2017 1 commit
-
-
Mark Fletcher authored
-
- 24 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 23 Feb, 2017 4 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This hack is needed because of an issue when --follow and --skip are passed to git log at the same time. See https://gitlab.com/gitlab-org/gitlab-ce/issues/23062Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 05 Jan, 2017 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 27 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Apr, 2013 3 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 01 Apr, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 31 Mar, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 04 Jan, 2013 4 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-