- Feb 20, 2020
-
-
GitLab Bot authored
-
- Feb 19, 2020
-
-
GitLab Bot authored
-
- Feb 18, 2020
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Feb 07, 2020
-
-
GitLab Bot authored
-
- Dec 07, 2019
-
-
GitLab Bot authored
-
- Nov 21, 2019
-
-
GitLab Bot authored
-
- Sep 17, 2019
-
-
GitLab Bot authored
-
- Apr 25, 2019
-
-
Winnie Hellmann authored
-
- Mar 07, 2019
-
-
Stan Hu authored
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20099/diffs For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_tree_entry` to activate the Rugged method. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
-
- Feb 06, 2019
-
-
Stan Hu authored
When hashed storage is in use, it's helpful to have the project name associated with the request. Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
-
- Dec 27, 2018
-
-
Francisco Javier López authored
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
-
- Nov 20, 2018
-
-
Zeger-Jan van de Weg authored
This reverts merge request !23229
-
Sean McGivern authored
This reverts merge request !23140
-
- Nov 19, 2018
-
-
Zeger-Jan van de Weg authored
The disabling of Gitaly was basically stubbing `Feature.enabled?` call, which was never triggered.
-
- Oct 02, 2018
-
-
Alejandro Rodríguez authored
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
-
- Jul 31, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 11, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 09, 2018
-
-
- Jun 25, 2018
-
- Jun 12, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- May 31, 2018
-
-
- May 30, 2018
-
-
Kim "BKC" Carlbäcker authored
-
- May 09, 2018
-
-
Rubén Dávila authored
The lib/gitlab/git/repository.rb needs to have the same content between gitlab-ce and gitlab-ee in order to have Gitaly working fine.
-
- Mar 05, 2018
-
-
Alejandro Rodríguez authored
-
- Feb 20, 2018
-
-
Zeger-Jan van de Weg authored
-
- Feb 07, 2018
-
-
Ahmad Sherif authored
Closes gitaly#985
-
- Jan 25, 2018
-
-
Ahmad Sherif authored
-
- Jan 24, 2018
-
-
Ahmad Sherif authored
Closes gitaly#921
-
- Jan 21, 2018
-
-
Stan Hu authored
Closes #42249
-
- Jan 04, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 02, 2018
-
-
Zeger-Jan van de Weg authored
Given the priorities shifted for the Gitaly team, this endpoint does not get a dedicated endpoint yet. To make it work in a cloud native environment the request needs to go to Gitaly, not rugged. This is achieved by rerouting to the generic TreeEntry endpoint.
-
- Nov 01, 2017
-
-
James Edwards-Jones authored
Gitlab::Git::Blob.batch_lfs_metadata can be used to check for LFS pointers. It uses a lazy enumorator and filters by blob size
-
- 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.
-
- 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.
-
- Aug 23, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 07, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 01, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Jul 07, 2017
-
-
Jacob Vosmaer (GitLab) authored
-