An error occurred fetching the project authors.
- 12 Jul, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 11 Jul, 2017 1 commit
-
-
Clement Ho authored
-
- 07 Jul, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#355
-
- 05 Jul, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 28 Jun, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 27 Jun, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 16 Jun, 2017 1 commit
-
-
David Turner authored
Submodules have a name in the configuration, but this name is simply the path at which the submodule was initially checked in (by default -- the name is totally arbitrary). If a submodule is moved, it retains its original name, but its path changes. Since we discover submodules inside trees, we have their path but not necessarily their name. Make the submodules() function return the submodule hash indexed by path rather than name, so that renamed submodules can be looked up. Signed-off-by:
David Turner <novalis@novalis.org>
-
- 08 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 31 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 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
-
- 15 May, 2017 1 commit
-
-
Jacob Vosmaer authored
It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
-
- 11 May, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 09 May, 2017 1 commit
-
-
Jacob Vosmaer 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
-
- 03 May, 2017 1 commit
-
-
Tiago Botelho authored
-
- 02 May, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 28 Apr, 2017 2 commits
-
-
Kim "BKC" Carlbäcker authored
- Upgrade Gitaly-version
-
Kim "BKC" Carlbäcker authored
- Backup-rake-spec fixed. Storage config broken - Use rugged to compare branch/tag-count in specs - upgrade gitaly
-
- 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>
-
- 07 Apr, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 06 Apr, 2017 2 commits
-
-
Kim "BKC" Carlbäcker authored
-
Kim "BKC" Carlbäcker authored
-
- 04 Apr, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 30 Mar, 2017 2 commits
-
-
Kim "BKC" Carlbäcker authored
- Migration in Repository#is_ancestor?
-
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'`.
-
- 28 Mar, 2017 2 commits
-
-
Adam Niedzielski authored
Meaning of SORT_DATE was changed in libgit2. See https://github.com/libgit2/libgit2/commit/82d4c0e6b841ae0e466bd97ab1faec0920a6b7a2 SORT_NONE is the order produced by "git log".
-
Adam Niedzielski authored
-
- 16 Mar, 2017 1 commit
-
-
Mark Fletcher authored
-
- 08 Mar, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
George Andrinopoulos authored
-
- 02 Mar, 2017 1 commit
-
-
Mark Fletcher authored
-
- 01 Mar, 2017 1 commit
-
-
Sean McGivern authored
-
- 24 Feb, 2017 1 commit
-
-
Douwe Maan authored
-