gitaly-proto 1.27.2 → 1.28.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: 22376a9e2e00eb77a2b0dc0e4779c69949cdd0b06fea6678c141a7aa0e2056ea
|
4
|
+
data.tar.gz: 2cfb257d4a1061ee9d9198bdbe7a18026e5d8998ecb6805390cfe200629fc184
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 807834088bcbc0063054914fa171d382b6b691db70943ea2bb37a41dbd51184b7f2997ec1d5c1bb6a1e7ca7be4baeecaed22c1091998bff389a72a4db837381f
|
7
|
+
data.tar.gz: 17c3218162e75282e7207f7ab42202c6b24a593de6983ef059e3a7f085ea9cc2241b9f0b3cce6a787e50173055c62e4617bf8a10b04ab1bcc6d2f7e2903361be
|
@@ -187,7 +187,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
187
187
|
end
|
188
188
|
add_message "gitaly.ListLastCommitsForTreeResponse.CommitForTree" do
|
189
189
|
optional :commit, :message, 2, "gitaly.GitCommit"
|
190
|
-
optional :path, :string, 3
|
191
190
|
optional :path_bytes, :bytes, 4
|
192
191
|
end
|
193
192
|
add_message "gitaly.CommitsByMessageRequest" do
|
@@ -292,12 +292,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
292
292
|
end
|
293
293
|
add_message "gitaly.FetchHTTPRemoteResponse" do
|
294
294
|
end
|
295
|
-
add_message "gitaly.GetObjectDirectorySizeRequest" do
|
296
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
297
|
-
end
|
298
|
-
add_message "gitaly.GetObjectDirectorySizeResponse" do
|
299
|
-
optional :size, :int64, 1
|
300
|
-
end
|
301
295
|
end
|
302
296
|
|
303
297
|
module Gitaly
|
@@ -378,6 +372,4 @@ module Gitaly
|
|
378
372
|
Remote = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Remote").msgclass
|
379
373
|
FetchHTTPRemoteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteRequest").msgclass
|
380
374
|
FetchHTTPRemoteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteResponse").msgclass
|
381
|
-
GetObjectDirectorySizeRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetObjectDirectorySizeRequest").msgclass
|
382
|
-
GetObjectDirectorySizeResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetObjectDirectorySizeResponse").msgclass
|
383
375
|
end
|
@@ -50,7 +50,6 @@ module Gitaly
|
|
50
50
|
rpc :BackupCustomHooks, BackupCustomHooksRequest, stream(BackupCustomHooksResponse)
|
51
51
|
rpc :PreFetch, PreFetchRequest, PreFetchResponse
|
52
52
|
rpc :FetchHTTPRemote, FetchHTTPRemoteRequest, FetchHTTPRemoteResponse
|
53
|
-
rpc :GetObjectDirectorySize, GetObjectDirectorySizeRequest, GetObjectDirectorySizeResponse
|
54
53
|
end
|
55
54
|
|
56
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.28.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-
|
11
|
+
date: 2019-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -90,7 +90,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
|
-
|
93
|
+
rubyforge_project:
|
94
|
+
rubygems_version: 2.7.6
|
94
95
|
signing_key:
|
95
96
|
specification_version: 4
|
96
97
|
summary: Auto-generated gRPC client for gitaly
|