An error occurred fetching the project authors.
- 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
-
- 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 2 commits
-
-
Alejandro Rodríguez authored
-
Stan Hu authored
-
- 07 Aug, 2018 1 commit
-
-
Rubén Dávila authored
-
- 06 Aug, 2018 1 commit
-
-
Stan Hu authored
Adds support for deferred loading of Wiki data. See https://gitlab.com/gitlab-org/gitaly/blob/master/CHANGELOG.md for more details.
-
- 03 Aug, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 31 Jul, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
This branch includes changes that removes a rake taks that cleans up config.lock files. This change bumps Gitaly so it happens automatically so users don't have to bother.
-
- 18 Jul, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 11 Jul, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 06 Jul, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 03 Jul, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 27 Jun, 2018 2 commits
-
-
Jacob Vosmaer (GitLab) authored
-
Zeger-Jan van de Weg authored
Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
-
- 15 Jun, 2018 1 commit
-
-
Ahmad Hassan authored
-