gitaly-proto 1.19.1 → 1.20.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: 8ebd7a65960ec62860b88231b97bf22de14a8d1c52e8805994b0af81803a3035
|
4
|
+
data.tar.gz: 0ae070593fc80bca20c5c39c3b890c36064d956a9460eb347042dc841358b8cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d693bf1a12402849c66350414d027c4f58c7919c287e7fd92f392061ba1c8d62df29546d4cb1077903f2379cf99bb7e9f40bc915ffe9e6f1a0cfa0ad59d7dc6f
|
7
|
+
data.tar.gz: 0a8a8d9f12d229065b9c18c74d27488fa1812736bdceb785610ada9e54cd448f51b08f38d63b876efd1724bca352a0b8f7706ab538b1edad62a9c6478c3b6762
|
data/ruby/lib/gitaly/ref_pb.rb
CHANGED
@@ -164,6 +164,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
164
164
|
add_message "gitaly.FindAllRemoteBranchesResponse" do
|
165
165
|
repeated :branches, :message, 1, "gitaly.Branch"
|
166
166
|
end
|
167
|
+
add_message "gitaly.PackRefsRequest" do
|
168
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
169
|
+
optional :all_refs, :bool, 2
|
170
|
+
end
|
171
|
+
add_message "gitaly.PackRefsResponse" do
|
172
|
+
end
|
167
173
|
end
|
168
174
|
|
169
175
|
module Gitaly
|
@@ -208,4 +214,6 @@ module Gitaly
|
|
208
214
|
ListNewCommitsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListNewCommitsResponse").msgclass
|
209
215
|
FindAllRemoteBranchesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllRemoteBranchesRequest").msgclass
|
210
216
|
FindAllRemoteBranchesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllRemoteBranchesResponse").msgclass
|
217
|
+
PackRefsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PackRefsRequest").msgclass
|
218
|
+
PackRefsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PackRefsResponse").msgclass
|
211
219
|
end
|
@@ -35,6 +35,7 @@ module Gitaly
|
|
35
35
|
# Returns commits that are only reachable from the ref passed
|
36
36
|
rpc :ListNewCommits, ListNewCommitsRequest, stream(ListNewCommitsResponse)
|
37
37
|
rpc :ListNewBlobs, ListNewBlobsRequest, stream(ListNewBlobsResponse)
|
38
|
+
rpc :PackRefs, PackRefsRequest, PackRefsResponse
|
38
39
|
end
|
39
40
|
|
40
41
|
Stub = Service.rpc_stub_class
|
@@ -288,12 +288,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
288
288
|
end
|
289
289
|
add_message "gitaly.FetchHTTPRemoteResponse" do
|
290
290
|
end
|
291
|
-
add_message "gitaly.GetObjectDirectorySizeRequest" do
|
292
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
293
|
-
end
|
294
|
-
add_message "gitaly.GetObjectDirectorySizeResponse" do
|
295
|
-
optional :size, :int64, 1
|
296
|
-
end
|
297
291
|
end
|
298
292
|
|
299
293
|
module Gitaly
|
@@ -374,6 +368,4 @@ module Gitaly
|
|
374
368
|
Remote = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Remote").msgclass
|
375
369
|
FetchHTTPRemoteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteRequest").msgclass
|
376
370
|
FetchHTTPRemoteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteResponse").msgclass
|
377
|
-
GetObjectDirectorySizeRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetObjectDirectorySizeRequest").msgclass
|
378
|
-
GetObjectDirectorySizeResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetObjectDirectorySizeResponse").msgclass
|
379
371
|
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.20.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-03-29 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
|