gitaly 15.4.0 → 15.4.4
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bcd3996ec22f107da206424a332fbbc0131e3d3fe97e55cfa0bf85be4432e95
|
4
|
+
data.tar.gz: f180cb187260674d924d2222943fef6ed4aa7e16d69f3a7a8b5c30c7cd1a31e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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"
|
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.
|
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-11-
|
11
|
+
date: 2022-11-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|