- Oct 16, 2017
-
-
Andrew Newdigate authored
-
- Oct 13, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Oct 12, 2017
-
-
Ahmad Sherif authored
Fixes #39046
-
- Oct 11, 2017
-
-
Ahmad Sherif authored
Fixes gitaly#629
-
- Oct 10, 2017
-
-
Alejandro Rodríguez authored
-
- Oct 09, 2017
-
-
Alejandro Rodríguez authored
-
- Oct 05, 2017
-
-
Zeger-Jan van de Weg authored
-
Lin Jen-Shin authored
So that we don't have to worry about cleaning empty directories later. This was brought up at: https://gitlab.com/gitlab-org/gitlab-ce/issues/38689#note_42242988
-
- Oct 04, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Alejandro Rodríguez authored
-
- Sep 30, 2017
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
- Sep 29, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Sep 28, 2017
-
-
Ahmad Sherif authored
Closes gitaly#601
-
Ahmad Sherif authored
Closes gitaly#562
-
Sean McGivern authored
If the ref doesn't exist, and the source branch is deleted, we can't get it back easily. Previously, we ignored this error by shelling out, so replicate that behaviour.
-
- Sep 26, 2017
-
-
Zeger-Jan van de Weg authored
-
- Sep 25, 2017
-
-
Kim "BKC" Carlbäcker authored
-
- Sep 21, 2017
-
-
Ahmad Sherif authored
Closes gitaly#524
-
- Sep 20, 2017
-
-
Alejandro Rodríguez authored
This allows the current Gitaly migration to depend on less code outside of the Gitlab::Git module
-
- Sep 19, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Andrew Newdigate authored
-
- Sep 15, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 14, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 06, 2017
-
-
Ahmad Sherif authored
-
- Sep 05, 2017
-
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 01, 2017
-
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 31, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 30, 2017
-
-
Kim "BKC" Carlbäcker authored
- `Gitlab::Shell.fetch_remote` now takes a `Gitlab::Git::Repository` instead
-
Lin Jen-Shin authored
-
- Aug 29, 2017
-
-
Lin Jen-Shin authored
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-
- Aug 25, 2017
-
-
Lin Jen-Shin authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13766 * Rename AfterImportService * Use constants * Move Git operations to Gitlab::Git::Repository * Use Regexp.union
-
- Aug 24, 2017
-
-
Andrew Newdigate authored
-
Stan Hu authored
Users of project mirrors would see that the number of branches did not match the number in the branch dropdown because remote branches were counted when Rugged was in use. With Gitaly, only local branches are counted. Closes #36934
-