- 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 09, 2017
-
-
Alejandro Rodríguez authored
-
- Oct 07, 2017
-
-
Jacopo authored
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
-
- Oct 04, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Alejandro Rodríguez authored
-
- Oct 03, 2017
-
-
- Oct 02, 2017
-
-
Sean McGivern authored
This reverts commit 1d3c33b5.
-
- Sep 30, 2017
-
-
Alejandro Rodríguez authored
-
- Sep 29, 2017
-
-
David Turner authored
When calling pre-receive, post-receive, and update hooks, add the GitLab username as the GL_USERNAME environment variable. This patch only handles cases where pushes are over http, or via the web interface. Later, we will address the ssh case.
-
Jacob Vosmaer (GitLab) authored
-
- Sep 28, 2017
-
-
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 25, 2017
-
-
Kim "BKC" Carlbäcker authored
-
- Sep 22, 2017
-
-
Nick Thomas authored
-
- Sep 21, 2017
-
-
Stan Hu authored
In gitlab-org/gitlab-ee!2976, we saw that a given OID could point to a commit, which would cause the delta size check to fail. Gitaly already returns nil if the OID isn't a blob, so this change makes the Rugged implementation consistent.
-
Robin Bobbitt authored
-
- 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 14, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 11, 2017
-
-
Kim "BKC" Carlbäcker authored
-
- Sep 06, 2017
-
-
Alejandro Rodríguez authored
-
Ahmad Sherif authored
-
micael.bergeron authored
-
micael.bergeron authored
-
- Sep 05, 2017
-
-
- Aug 30, 2017
-
-
Lin Jen-Shin authored
-
- Aug 24, 2017
-
-
Robert Speicher authored
-
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
-
- Aug 23, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Aug 22, 2017
-
-
Robert Speicher authored
Add `:broken_storage` metadata to examples to disable this behavior only when necessary.
-
- Aug 18, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Andrew Newdigate authored
-
- Aug 16, 2017
-
-
Bob Van Landuyt authored
This allows testing every storage attempt after a failure. Which could be useful for tests
-
- Aug 14, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 11, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 10, 2017
-
-
Robert Speicher authored
-
Lin Jen-Shin authored
Also fix a few tests
-