gitaly 15.4.0.pre.rc2 → 15.4.4

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: 871cdcc91abe77b10a54fbb8e8c799c665f0068bc2c0b15516e0b1cc3d8f44ff
4
- data.tar.gz: 053dd5a91d47b062bf41b1f210dc38f6e7ebbff7fd0f9ff16c122bfbe21382a7
3
+ metadata.gz: 5bcd3996ec22f107da206424a332fbbc0131e3d3fe97e55cfa0bf85be4432e95
4
+ data.tar.gz: f180cb187260674d924d2222943fef6ed4aa7e16d69f3a7a8b5c30c7cd1a31e5
5
5
  SHA512:
6
- metadata.gz: 93a2254e75b9cf30154ed645a08f11d8329a7b8169a7288606d8d4600da9d235e62b58a7e6e805c000ef3586aa1b4003c9cc2ee3d984b3f62c6dc23021682c52
7
- data.tar.gz: cf31335e1c482d7c2822ee6d4f0dff8fb71535f8ef83468ccaef751ebfc3e2ed8d1717ca371b7b8bb52e5ff6cce79f309c5409e155b6f69adc342117a3f7b473
6
+ metadata.gz: d059560801b139372c7b96aa478f5c7ea03bca83f92b343387c0f114ffb787520c7f227641a094a96189765e139d1256a101bdd0ac603d138f8fccc4524e8343
7
+ data.tar.gz: 3e1b8975afe534072a1c4b6b255958a460d9a059074f0343793276739c0bcbfbc35d923c43c016bea2c236f103665f394b19e4fc675c292d3fe15f528b155a57
@@ -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
@@ -285,6 +287,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
285
287
  optional :http_authorization_header, :string, 3
286
288
  repeated :mirror_refmaps, :string, 4
287
289
  optional :http_host, :string, 5
290
+ optional :resolved_address, :string, 6
288
291
  end
289
292
  add_message "gitaly.GetObjectDirectorySizeRequest" do
290
293
  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.4.0-rc2'
5
+ VERSION = '15.4.4'
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.4.0.pre.rc2
4
+ version: 15.4.4
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-08-26 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
@@ -90,11 +90,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ">"
93
+ - - ">="
94
94
  - !ruby/object:Gem::Version
95
- version: 1.3.1
95
+ version: '0'
96
96
  requirements: []
97
- rubygems_version: 3.3.21
97
+ rubygems_version: 3.3.23
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Auto-generated gRPC client for gitaly