gitaly-proto 1.19.0 → 1.19.1

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: 76a3e3fc86c657bd152bdfb96b34dc6c5387c560ed6ba7ff49fac54aea56cd14
4
- data.tar.gz: '098c8a7a1c2daf5b7dd3e67544a5a638ddfcf2ef064af1da2cc693e023802088'
3
+ metadata.gz: 189729e6b1e2bd1cfa314a7184e34d07c6adfa09b42162f651e4f572ca1c2855
4
+ data.tar.gz: 12c9427fc3f0663fbcb54c7638b65a1d6eac9cf4981fa98b951bee10a9efc0f7
5
5
  SHA512:
6
- metadata.gz: d8fe08107f65a69bde8de1903b35cc9c91fb440d8ac51a528a521d089c126613d26b0e3848555799cc4d740599ec5c379d8937e3b19dfb90e0528f79002dbfc4
7
- data.tar.gz: 9f9e6e99d220279f4d909a6b70f912dade4cfada195d67f82c019322dff09e11ca670b88a50cb6d97b87e00dd4283e3847c318a270b78b568907f06cdd739468
6
+ metadata.gz: 7a4d654d3b7e1fb5265d754a017935084b02d2d75cbd2d4e1e6130209925df78921337be0e8ec1468da39909c0969d30527b52409098127d05685d408489a724
7
+ data.tar.gz: d7d7d01d0a8a895c26d5a62316b9d827fd2bbf989442fc6dbf9c1dcf21c87627fc64eddf60b8bf76861eb4363340acefe8c0f786b7cfe3fb1da4c0b956789311
@@ -288,6 +288,12 @@ 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
291
297
  end
292
298
 
293
299
  module Gitaly
@@ -368,4 +374,6 @@ module Gitaly
368
374
  Remote = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Remote").msgclass
369
375
  FetchHTTPRemoteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteRequest").msgclass
370
376
  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
371
379
  end
@@ -50,6 +50,7 @@ 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
53
54
  end
54
55
 
55
56
  Stub = Service.rpc_stub_class
@@ -1,4 +1,4 @@
1
- # This file was auto-generated by _support/release
1
+ # This file was auto-generated by ./_support/release
2
2
  module Gitaly
3
- VERSION = "1.19.0"
3
+ VERSION = "1.19.1"
4
4
  end
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.19.0
4
+ version: 1.19.1
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-27 00:00:00.000000000 Z
11
+ date: 2019-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -90,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubyforge_project:
94
- rubygems_version: 2.7.6
93
+ rubygems_version: 3.0.3
95
94
  signing_key:
96
95
  specification_version: 4
97
96
  summary: Auto-generated gRPC client for gitaly