- Apr 11, 2019
-
-
Patrick Bajao authored
This reverts commit 6c75bd01, reversing changes made to 1be7f5aa.
-
- Apr 05, 2019
-
-
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
-
- Apr 02, 2019
-
-
Patrick Bajao authored
Add `GetArchiveRequest` to git-archive params. Modifies `Git::Repository#archive_metadata` to append `path` to `ArchivePrefix` so it'll not hit the cache of repository archive when it already exists.
-
- Mar 19, 2019
-
-
Stan Hu authored
This version bump makes things consistent between Gitaly and fixes a significant number of bugs: https://github.com/libgit2/libgit2/releases This also decreases disk space of Omnibus builds by ~30 MB. There is also a workaround for https://github.com/libgit2/rugged/issues/785. If Gitaly or another process changes .gitconfig while Rugged has the file loaded, Rugged::Repository#each_key will report stale values unless a lookup is done first. This bug only manifests in a spec because we are using both Gitaly and Rugged at the same time there, and we normally don't use Rugged in the CE/EE code in this way.
-
- Mar 01, 2019
-
-
John Cai authored
In 11.8, we added a fix for the SearchFilesByContent RPC in gitaly to send back the response in chunks. However, we kept in the old code path for backwards compatibility. Now that the change is fully deployed, we can remove that old codepath.
-
- Feb 27, 2019
-
-
- Feb 25, 2019
-
-
Oswaldo Ferreir authored
Adds the ground work for writing into the merge ref refs/merge-requests/:iid/merge the merge result between source and target branches of a MR, without further side-effects such as mailing, MR updates and target branch changes.
-
- Feb 11, 2019
-
-
refactors the ui for diverging commits so that it's only a single bar instead of two separate bars
-
- Feb 07, 2019
-
-
John Cai authored
Adds the client call for the gitaly rpc CountDivergingCommits fixing signature simplifying commit logic adding test for max-count refactoring tests
-
John Cai authored
updates gitaly proto to 1.7.0, modifies the search files gitaly client call to use the new chunked_response flag in the rpc request, and stitch the responses together. maintains backwards compatibility with older gitaly servers.
-
- 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
-
- Jan 10, 2019
-
-
Nick Thomas authored
-
- Nov 26, 2018
-
-
Bob Van Landuyt authored
Use shelling out to git to write refs instead of rugged, hoping to avoid creating invalid refs. To update HEAD we switched to using `git symbolic-ref`.
-
- Nov 14, 2018
-
-
Oswaldo Ferreir authored
-
- Nov 06, 2018
-
-
Nick Thomas authored
This indirection doesn't provide any value, so remove it
-
- Oct 30, 2018
-
-
Mark Chao authored
seed_helper changed because testing requires attributes file in repo, but repo was not a real git repo but instead faked.
-
- 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.
-
- Sep 19, 2018
-
-
- Sep 17, 2018
-
-
Oswaldo Ferreir authored
This adds a basic interface to fetch diff statistics given two SHAs. It's a requirement for #49399 #20282 and #19232.
-
- Sep 13, 2018
-
-
Douglas Barbosa Alexandre authored
-
- Sep 12, 2018
-
-
Alejandro Rodríguez authored
-
- Sep 07, 2018
-
-
Douglas Barbosa Alexandre authored
-
- Sep 06, 2018
-
-
Douglas Barbosa Alexandre authored
-
- Aug 18, 2018
-
-
Michael Kozono authored
-
- Jul 31, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 19, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 18, 2018
-
-
Alejandro Rodríguez authored
-
Jacob Vosmaer (GitLab) authored
-
- Jul 16, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 12, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Jul 09, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 06, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 03, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
-
- Jun 28, 2018
-
-
Zeger-Jan van de Weg authored
Prior to this change, most the commits counted were done through Gitaly. This removes the last point where this wasn't the case. This makes the `rugged_count_commits` method obsolete, with its tests. Closes https://gitlab.com/gitlab-org/gitaly/issues/315
-
- Jun 25, 2018
-
-
Zeger-Jan van de Weg authored
This specific one isn't used on most machines, therefor low risk. Closes https://gitlab.com/gitlab-org/gitaly/issues/944
-
- Jun 21, 2018
-