An error occurred fetching the project authors.
- 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
-
- 13 Jun, 2018 1 commit
-
-
Francisco Javier López authored
-
- 06 Jun, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 31 May, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 30 May, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 28 May, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 18 May, 2018 1 commit
-
-
Kim "BKC" Carlbäcker authored
-
- 09 May, 2018 1 commit
-
-
Ahmad Sherif authored
Fixes #43715
-
- 07 May, 2018 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Zeger-Jan van de Weg authored
Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
-
- 01 May, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 19 Apr, 2018 1 commit
-
-
Nick Thomas authored
-
- 09 Apr, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 06 Apr, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 03 Apr, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
icu4c had another version bump, which broken compilation of the native extensions of charlock_holmes. Gitaly has upgraded the gem version, and with this made installation against the new lib version, 61.1, available again.
-
- 27 Mar, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
When a repository does not exist on a remote, Gitaly won't be able to clone it. This is correct behaviour, but from the clients perspective a change in behaviour. This change implements the client side changes that allows Gitaly to execute a `git ls-remote <remote-url> HEAD`. This way the client has no need to shell out to Git. In the situation where multiple Gitalies are available, one is chosen at random. This commit closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43929, while its also a part of https://gitlab.com/gitlab-org/gitaly/issues/1084
-
- 16 Mar, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 12 Mar, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 02 Mar, 2018 1 commit
-
-
Ahmad Sherif authored
-
- 01 Mar, 2018 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#1046
-
- 26 Feb, 2018 1 commit
-
-
Ahmad Sherif authored
-
- 21 Feb, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 07 Feb, 2018 1 commit
-
-
Francisco Javier López authored
-