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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ccf26dc90b45e5875dc8425167f483098b0e9c560a4e57da9cb17a5382149ddb
4
- data.tar.gz: a00a6619034d0cdba2c616ec00136194d63eb661c2cb34e340a6810938d5acaa
3
+ metadata.gz: 073a19664a94837f3c2170b0515fa6b7729ef590bcef921a504b8391396a2b8e
4
+ data.tar.gz: 7170df3ab36f7c65abb8feafe984d7f865bb3d66cc499d7f32c39b084523c1f1
5
5
  SHA512:
6
- metadata.gz: 784b20d55c971e74f5fc9d8c2410a7f756b75df014666a6ee4c5a04998fc23f05d960c801cab690f9f957ba9f2abc6a599c611a9d35dbb8d8dcb4651628f0a91
7
- data.tar.gz: 286ae26346f458b4f237d00ea8417e960b2f45c6b51aa49be1d6fe53d472a06db9ca89212e0483514c67768524638e032b34156b98c9c49df22c045c667227b4
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"
@@ -2,5 +2,5 @@
2
2
  # (https://gitlab.com/gitlab-org/release-tools/), and should not be
3
3
  # modified.
4
4
  module Gitaly
5
- VERSION = '15.5.0'
5
+ VERSION = '15.5.2'
6
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: 15.5.0
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-10-21 00:00:00.000000000 Z
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.1.6
97
+ rubygems_version: 3.3.23
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Auto-generated gRPC client for gitaly