gitaly 15.5.0 → 15.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/remote_pb.rb +2 -0
- data/ruby/proto/gitaly/repository_pb.rb +3 -0
- data/ruby/proto/gitaly/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 073a19664a94837f3c2170b0515fa6b7729ef590bcef921a504b8391396a2b8e
|
4
|
+
data.tar.gz: 7170df3ab36f7c65abb8feafe984d7f865bb3d66cc499d7f32c39b084523c1f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bca940f4beaef687a1aab00c34988b45640263117b6a4ba2118d23469bbc89ad874393f89a3fb3cfb8ad4ef7e6e7e28e6465df8c392471abcdd7f6d022f895f6
|
7
|
+
data.tar.gz: '0880492b4905cfcdcc92c564c05b79255fefc4586daa1e12535ec5e1bf74c50878823967a7335706dc059d12c3878a40e3100d2dbf6163482dee2b551d6168cb'
|
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
19
19
|
optional :url, :string, 1
|
20
20
|
optional :http_authorization_header, :string, 2
|
21
21
|
optional :http_host, :string, 3
|
22
|
+
optional :resolved_address, :string, 4
|
22
23
|
end
|
23
24
|
add_message "gitaly.UpdateRemoteMirrorResponse" do
|
24
25
|
repeated :divergent_refs, :bytes, 1
|
@@ -35,6 +36,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
35
36
|
optional :remote_url, :string, 3
|
36
37
|
optional :http_authorization_header, :string, 4
|
37
38
|
optional :http_host, :string, 5
|
39
|
+
optional :resolved_address, :string, 6
|
38
40
|
end
|
39
41
|
add_message "gitaly.FindRemoteRootRefResponse" do
|
40
42
|
optional :ref, :string, 1
|
@@ -157,6 +157,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
157
157
|
optional :http_host, :string, 3
|
158
158
|
optional :http_authorization_header, :string, 4
|
159
159
|
optional :mirror, :bool, 5
|
160
|
+
optional :resolved_address, :string, 6
|
160
161
|
end
|
161
162
|
add_message "gitaly.CreateRepositoryFromURLResponse" do
|
162
163
|
end
|
@@ -230,6 +231,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
230
231
|
optional :http_url, :string, 2
|
231
232
|
optional :http_auth, :string, 3
|
232
233
|
optional :http_host, :string, 4
|
234
|
+
optional :resolved_address, :string, 5
|
233
235
|
end
|
234
236
|
add_message "gitaly.CreateRepositoryFromSnapshotResponse" do
|
235
237
|
end
|
@@ -287,6 +289,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
287
289
|
optional :http_authorization_header, :string, 3
|
288
290
|
repeated :mirror_refmaps, :string, 4
|
289
291
|
optional :http_host, :string, 5
|
292
|
+
optional :resolved_address, :string, 6
|
290
293
|
end
|
291
294
|
add_message "gitaly.GetObjectDirectorySizeRequest" do
|
292
295
|
optional :repository, :message, 1, "gitaly.Repository"
|
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: 15.5.
|
4
|
+
version: 15.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
97
|
+
rubygems_version: 3.3.23
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Auto-generated gRPC client for gitaly
|