gitaly-proto 1.17.0 → 1.18.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47f730ea890c3fe7229f3cc9f8125246112e33cdc967da68cc7a77c50c9cb366
|
4
|
+
data.tar.gz: 9445d988bb6952438f0a7a310acdedb44e1f893590fe26c3584e3f72af74a864
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62407c9372449a7a95dee88e68250ae98e179c6b6af6fa565a618709f122f70e8d10faaa3c457658460fbe21f917e93a9600295bbc71f9170fd756cf043a9602
|
7
|
+
data.tar.gz: 5d012226175e8a07356bd9e0264646300145b66722736bfd8a7b79294ceed9c5c143a98c75d2c5b14a2b52299d9138d90ca0bc878526f07da4e0ac06ae6642b4
|
@@ -280,12 +280,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
280
280
|
optional :name, :string, 2
|
281
281
|
optional :http_authorization_header, :string, 3
|
282
282
|
end
|
283
|
-
add_message "gitaly.
|
283
|
+
add_message "gitaly.FetchHTTPRemoteRequest" do
|
284
284
|
optional :repository, :message, 1, "gitaly.Repository"
|
285
285
|
optional :remote, :message, 2, "gitaly.Remote"
|
286
286
|
optional :timeout, :int32, 3
|
287
287
|
end
|
288
|
-
add_message "gitaly.
|
288
|
+
add_message "gitaly.FetchHTTPRemoteResponse" do
|
289
289
|
end
|
290
290
|
end
|
291
291
|
|
@@ -365,6 +365,6 @@ module Gitaly
|
|
365
365
|
PreFetchRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PreFetchRequest").msgclass
|
366
366
|
PreFetchResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PreFetchResponse").msgclass
|
367
367
|
Remote = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Remote").msgclass
|
368
|
-
|
369
|
-
|
368
|
+
FetchHTTPRemoteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteRequest").msgclass
|
369
|
+
FetchHTTPRemoteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteResponse").msgclass
|
370
370
|
end
|
@@ -49,7 +49,7 @@ module Gitaly
|
|
49
49
|
rpc :RestoreCustomHooks, stream(RestoreCustomHooksRequest), RestoreCustomHooksResponse
|
50
50
|
rpc :BackupCustomHooks, BackupCustomHooksRequest, stream(BackupCustomHooksResponse)
|
51
51
|
rpc :PreFetch, PreFetchRequest, PreFetchResponse
|
52
|
-
rpc :
|
52
|
+
rpc :FetchHTTPRemote, FetchHTTPRemoteRequest, FetchHTTPRemoteResponse
|
53
53
|
end
|
54
54
|
|
55
55
|
Stub = Service.rpc_stub_class
|
data/ruby/lib/gitaly/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitaly-proto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|