- Mar 27, 2018
-
-
Douwe Maan authored
-
- Mar 22, 2018
-
-
Alejandro Rodríguez authored
Before we were using a "plumbing" Gitlab::Git method that does not go through Gitaly migration checking.
-
- Mar 21, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
Ahmad Sherif authored
They were probably added to compensate for tests shortcomings, but now they don't complain. Closes gitaly#1095
-
- Mar 19, 2018
-
-
Jasper Maes authored
Split repository search result on \n instead of $ to prevent the items of the array to start with a newline. Remove the strip from parsing the search result to keep result endlines.
-
- Mar 16, 2018
-
-
James Edwards-Jones authored
-
- Mar 15, 2018
-
-
James Edwards-Jones authored
-
James Edwards-Jones authored
Prevents `.gitattributes` blob lookup being repeated for every file checked at a given ref
-
- Mar 12, 2018
-
-
Nick Thomas authored
-
- Mar 08, 2018
-
-
Kim "BKC" Carlbäcker authored
-
Jacob Vosmaer (GitLab) authored
-
- Mar 07, 2018
-
-
Zeger-Jan van de Weg authored
Part of: gitlab-org/gitaly#476
-
Zeger-Jan van de Weg authored
Part of: gitlab-org/gitaly#476
-
Zeger-Jan van de Weg authored
Part of: gitlab-org/gitlab-ce!17561
-
Zeger-Jan van de Weg authored
Part of: gitlab-org/gitaly#540
-
Zeger-Jan van de Weg authored
Part of: gitlab-org/gitaly#546
-
Zeger-Jan van de Weg authored
Part of: gitlab-org/gitaly#779
-
Zeger-Jan van de Weg authored
Part of: gitlab-org/gitaly#541
-
Zeger-Jan van de Weg authored
Part of gitlab-org/gitaly#324
-
Zeger-Jan van de Weg authored
Part of gitlab-org/gitaly#616
-
- Mar 06, 2018
-
-
Ahmad Sherif authored
Fixes gitaly#1057 The old code was calling LastCommitForPath to extract a commit ID _then_ call FindCommit to get a commit it already had in the first place!
-
Takuya Noguchi authored
-
Stan Hu authored
By default, --prune is added to the command-line of a `git fetch` operation, but for repositories with many references this can take a long time to run. We shouldn't need to run --prune the first time we fetch a new repository.
-
- Mar 05, 2018
-
-
Alejandro Rodríguez authored
-
- Mar 02, 2018
-
-
Alejandro Rodríguez authored
-
Ahmad Sherif authored
-
- Mar 01, 2018
-
-
Ahmad Sherif authored
Closes gitaly#1046
-
Zeger-Jan van de Weg authored
Part of the migration as tracked in: gitlab-org/gitaly#1026
-
Tiago Botelho authored
-
- Feb 28, 2018
-
-
Kim Carlbäcker authored
-
- Feb 26, 2018
-
-
Ahmad Sherif authored
-
Sean McGivern authored
These are obscuring the real error, which is confusing for everyone.
-
- Feb 23, 2018
-
-
Tiago Botelho authored
-
- Feb 21, 2018
-
-
Alejandro Rodríguez authored
-
Zeger-Jan van de Weg authored
Adds a test where a branch name is also a valid commit id. Git, the binary should create an error message which is difficult to parse and leading to errors later, as seen in: gitlab-org/gitlab-ce#43222 To catch these cases in the future, gitlab-test@1942eed5cc108b19c7405106e81fa96125d0be22 was created. Which a branch name matching the commit
-
- Feb 19, 2018
-
-
Sean McGivern authored
We need to ignore the names for renamed files when configuring with sparse checkout.
-
Sean McGivern authored
The tracking issue if this causes problems is https://gitlab.com/gitlab-org/gitaly/issues/1028
-
Stan Hu authored
When the applied diff contains UTF-8 or some other encoded data, the diff returned back from the git process may be in ASCII-8BIT format. Writing this data to stdin may fail if the data because stdin expects this data to be in UTF-8. By switching the output to binmode, we ensure that the diff will always be written as-is. Closes gitlab-org/gitlab-ee#4960
-
- Feb 16, 2018
-
-
Micael Bergeron authored
# modified: lib/gitlab/git/commit.rb
-
Micael Bergeron authored
-