- 15 Aug, 2020 1 commit
-
-
Stan Hu authored
This update is done in preparation for importing the Go Cloud SDK. To fix this properly, we will have to update Gitaly to use Protobuf v2: https://blog.golang.org/protobuf-apiv2 See https://gitlab.com/gitlab-org/gitlab-workhorse/-/issues/274.
-
- 18 May, 2020 1 commit
-
-
Sami Hiltunen authored
Git and Gitaly stream upload-pack response data as soon as it is available. Some HTTP clients do not support the response being streamed back while the server is still reading from the request body. To avoid this, the request was buffered in to a temporary file before passing it to Gitaly for handling. The buffer had a maximum size of 10MB, which is now reached by requests to large repositories. These requests were then truncated, causing Git to fail. This commit fixes the problem by removing the request buffering and the maximum size. Instead, the response is buffered in to a temporary file until the request body is fully read, thus avoiding the problem of streaming the request and the response simultaneously.
-
- 22 Aug, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 12 Aug, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 25 Jun, 2019 1 commit
-
-
Francisco Javier López authored
-
- 28 Mar, 2019 1 commit
-
-
Patrick Bajao authored
Parse the GetArchiveRequest from the send data header and use it when making calling the GetArchive RPC on gitaly.
-
- 14 Jan, 2019 1 commit
-
-
Zeger-Jan van de Weg authored
Support for TLS is now included.
-
- 10 Jan, 2019 1 commit
-
-
Zeger-Jan van de Weg authored
This is a version than includes the new gitaly-proto, which has the package name changed. Now gitalypb is used everywhere. The client of Gitaly is updated too, as only one proto definition can register a type.
-
- 11 Dec, 2018 1 commit
-
-
Nick Thomas authored
-
- 20 Nov, 2018 1 commit
-
-
Nick Thomas authored
-
- 19 Oct, 2018 1 commit
-
-
Nick Thomas authored
-
- 18 Oct, 2018 1 commit
-
-
Nick Thomas authored
-
- 03 Aug, 2018 1 commit
-
-
Rubén Dávila authored
-
- 02 Aug, 2018 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
-
- 31 Jul, 2018 1 commit
-
-
James Lopez authored
-
- 09 Apr, 2018 1 commit
-
-
Simon authored
-
- 06 Apr, 2018 1 commit
-
-
Nick Thomas authored
-
- 06 Feb, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 09 Jan, 2018 1 commit
-
-
Jacob Vosmaer (GitLab) authored
-
- 12 Oct, 2017 1 commit
-
-
Nick Thomas authored
-
- 04 Oct, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#622 Closes gitaly#612
-
- 02 Oct, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 22 Sep, 2017 1 commit
-
-
Nick Thomas authored
-
- 16 Aug, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
-
- 10 Jul, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 23 Jun, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 22 Jun, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 20 Jun, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 28 Apr, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
The socket path is / can be deterministic, leading to repeated failures to open the listener when an old socket was never removed.
-
- 19 Apr, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 18 Apr, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-