- 25 Mar, 2019 1 commit
-
-
GitalyBot authored
-
- 13 Mar, 2019 1 commit
-
- 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.
-
- 02 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
-
- 13 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
-
- 22 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
-
- 05 Nov, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
To make sure GitLab will have the latest Gitaly, the version number has to be bumped here.
-
- 23 Oct, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
This will allow changes in Gitaly that will make it fail when running rspec, to make it to GitLab. Else Gitaly won't start as it can't reach the broken storage directory.
-
- 15 Oct, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 06 Oct, 2018 1 commit
-
-
James Lopez authored
-
- 04 Oct, 2018 1 commit
-
-
Stan Hu authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/52235
-
- 01 Oct, 2018 1 commit
-
-
Tiago Botelho authored
Implements list_last_commits_for_tree to communicate with the ListLastCommitsForTree Gitaly RPC Bumps the Gitaly server version Bumps the Gitaly-Proto gem version
-
- 27 Sep, 2018 1 commit
-
-
Jacopo authored
With this action the user can update the execute_filemode of a given file in the repository.
-
- 13 Sep, 2018 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 07 Sep, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Rake tasks cleaning up the Git storage were still using direct disk access, which won't work if these aren't attached. To mitigate a migration issue was created. To port gitlab:cleanup:dirs, and gitlab:cleanup:repos, a new RPC was required, ListDirectories. This was implemented in Gitaly, through https://gitlab.com/gitlab-org/gitaly/merge_requests/868. To be able to use the new RPC the Gitaly server was bumped to v0.120. This is an RPC that will not use feature gates, as this doesn't scale on .com so there is no way to test it at scale. Futhermore, we _know_ it doesn't scale, but this might be a useful task for smaller instances. Lastly, the tests are slightly updated to also work when the disk isn't attached. Eventhough this is not planned, it was very little effort and thus I applied the boy scout rule. Closes https://gitlab.com/gitlab-org/gitaly/issues/954 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40529
-
- 06 Sep, 2018 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 17 Aug, 2018 1 commit
-
-
Alejandro Rodríguez authored
-