An error occurred fetching the project authors.
- 29 Apr, 2019 1 commit
-
-
GitalyBot authored
-
- 25 Apr, 2019 1 commit
-
-
John Cai authored
Updates the gitaly client to use path_bytes field instead of the deprecated path field in list_last_commits_for_tree_response. Also adds a test to guard against non-utf8 path data
-
- 18 Apr, 2019 1 commit
-
-
John Cai authored
-
- 05 Apr, 2019 2 commits
- 02 Apr, 2019 3 commits
-
-
Patrick Bajao authored
-
Patrick Bajao authored
The gitaly branch has been merged to master and deleted so need to use master for now until a release gets out.
-
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.
-
- 28 Mar, 2019 1 commit
-
-
John Cai authored
-
- 21 Mar, 2019 1 commit
-
-
GitalyBot authored
-
- 12 Mar, 2019 2 commits
-
-
Zeger-Jan van de Weg authored
This reverts merge request !26026
-
GitalyBot authored
-
- 11 Mar, 2019 1 commit
-
-
John Cai authored
Fixes bug in FindAllTags when using a commit sha as the tagname would cause an error
-
- 07 Mar, 2019 2 commits
-
-
GitalyBot authored
-
Zeger-Jan van de Weg authored
This version includes the server side feature gates required for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25615
-
- 06 Mar, 2019 1 commit
-
-
Patrick Bajao authored
When `force` is set to `true` and `start_branch` is set, the branch will be ovewritten with the new commit based on the `HEAD` of the `start_branch`. This commit includes changes to update the `gitaly-proto` gem.
-
- 01 Mar, 2019 1 commit
-
-
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.
-
- 25 Feb, 2019 1 commit
-
-
Oswaldo Ferreira 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.
-
- 15 Feb, 2019 1 commit
-
-
Paul Okstad authored
This fixes gRPC dialing to UNIX domain sockets. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53473
-
- 12 Feb, 2019 1 commit
-
-
John Cai authored
-
- 11 Feb, 2019 1 commit
-
-
Lin Jen-Shin authored
refactors the ui for diverging commits so that it's only a single bar instead of two separate bars
-
- 07 Feb, 2019 2 commits
-
-
Douglas Barbosa Alexandre authored
-
John Cai authored
Adds the client call for the gitaly rpc CountDivergingCommits fixing signature simplifying commit logic adding test for max-count refactoring tests
-
- 06 Feb, 2019 1 commit
-
-
Andrew Newdigate authored
-
- 05 Feb, 2019 1 commit
-
-
Nick Thomas authored
GitLab.com master now points at Gitaly v1.17.0. Dev master pointed at 1.14.1 due to a recent security release. That fix is present in 1.17.0 so it is safe to take the .com side here.
-
- 01 Feb, 2019 1 commit
-
-
Nick Thomas authored
-
- 31 Jan, 2019 1 commit
-
-
Nick Thomas authored
-
- 24 Jan, 2019 1 commit
-
-
Nick Thomas authored
-
- 22 Jan, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 16 Jan, 2019 1 commit
-
-
Andrew Newdigate authored
-
- 21 Dec, 2018 1 commit
-
-
Stan Hu authored
-
- 19 Dec, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
This action doesn't lean on reduplication, so a short call can me made to the Gitaly server to have the object pool remove its remote to the project pending deletion. https://gitlab.com/gitlab-org/gitaly/blob/f6cd55357/internal/git/objectpool/link.go#L58 When an object pool doesn't have members, this would invalidate the need for a pool. So when a project leaves the pool, the pool will be destroyed on the background. Fixes: https://gitlab.com/gitlab-org/gitaly/issues/1415
-
- 17 Dec, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
This upgrade moves logic from gitlab-rails to Gitaly, which allowed code removal too.
-
- 06 Dec, 2018 1 commit
-
-
Bob Van Landuyt authored
Changelog from gitaly: ** v1.7.0 **** Added - Add an RPC that allows repository size to be reduced by bulk-removing internal references https://gitlab.com/gitlab-org/gitaly/merge_requests/990 ** v1.6.0 **** Other - Clean up invalid keep-around refs when performing housekeeping https://gitlab.com/gitlab-org/gitaly/merge_requests/992 ** v1.5.0 **** Added - Add tls configuration to gitaly golang server https://gitlab.com/gitlab-org/gitaly/merge_requests/932 **** Fixed - Fix TLS client code on macOS https://gitlab.com/gitlab-org/gitaly/merge_requests/994 **** Other - Update to latest goimports formatting https://gitlab.com/gitlab-org/gitaly/merge_requests/993 ** v1.4.0 **** Added - Link and Unlink RPCs https://gitlab.com/gitlab-org/gitaly/merge_requests/986 ** v1.3.0 *** Other - Remove unused bridge_exceptions method https://gitlab.com/gitlab-org/gitaly/merge_requests/987 - Clean up process documentation https://gitlab.com/gitlab-org/gitaly/merge_requests/984
-
- 27 Nov, 2018 1 commit
-
-
Nick Thomas authored
-
- 26 Nov, 2018 1 commit
-
-
Bob Van Landuyt authored
-
- 23 Nov, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 19 Nov, 2018 1 commit
-
-
Andrew Newdigate authored
-
- 14 Nov, 2018 1 commit
-
-
- 07 Nov, 2018 1 commit
-
-
Francisco Javier López authored
-