gitaly 13.3.0.pre.rc5 → 13.4.0.pre.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gitaly might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/smarthttp_services_pb.rb +2 -2
- data/ruby/proto/gitaly/version.rb +4 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36372ce1d255fd4d32cd40fa69400bbe908ffb5e53796d4375ba9a97c5f72837
|
4
|
+
data.tar.gz: 12390840abc40644d871a7db5037ae37f44bdebf84a1c9a8aefb3b528d06bdb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7773c68a47537ea3dcccbc75595bcffa867383fa30874153d41d62af5f100258bbc2158f562e1a3d926804e8b35a69b71f5aa35c8661559522808e77403789f4
|
7
|
+
data.tar.gz: dd3758e18dce2463974698077cbe60d060574f3379af3efebfea46498846a53bc17300057fc443b1d6520f5f398a8be8287a31f941496f9f078b0fb38c6aa65d
|
@@ -19,8 +19,8 @@ module Gitaly
|
|
19
19
|
# will upload the packs to that user. The user doesn't upload new objects.
|
20
20
|
rpc :InfoRefsUploadPack, Gitaly::InfoRefsRequest, stream(Gitaly::InfoRefsResponse)
|
21
21
|
# The response body for GET /info/refs?service=git-receive-pack
|
22
|
-
# Will be invoked when the user executes a `git push`,
|
23
|
-
#
|
22
|
+
# Will be invoked when the user executes a `git push`, but only advertises
|
23
|
+
# references to the user.
|
24
24
|
rpc :InfoRefsReceivePack, Gitaly::InfoRefsRequest, stream(Gitaly::InfoRefsResponse)
|
25
25
|
# Request and response body for POST /upload-pack
|
26
26
|
rpc :PostUploadPack, stream(Gitaly::PostUploadPackRequest), stream(Gitaly::PostUploadPackResponse)
|
@@ -1,5 +1,6 @@
|
|
1
|
-
# This file was auto-generated by
|
2
|
-
#
|
1
|
+
# This file was auto-generated by the Release Tools project
|
2
|
+
# (https://gitlab.com/gitlab-org/release-tools/), and should not be
|
3
|
+
# modified.
|
3
4
|
module Gitaly
|
4
|
-
VERSION = '13.
|
5
|
+
VERSION = '13.4.0-rc1'
|
5
6
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitaly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.
|
4
|
+
version: 13.4.0.pre.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|