gitaly-proto 1.27.0 → 1.27.2

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: 34e033ca5647a57189bf4fe9fbb94c6949fa953c34f52daa0c055554dec5c0c9
4
- data.tar.gz: e1870a1bd30cb79d980666c2884fa88e43f296dc0102605de436253ccb803b16
3
+ metadata.gz: 50ec976ed4a2f3e54721673507c6fb60b6c62ddf86f9cc1753295cb330804aaf
4
+ data.tar.gz: 6778f61b45f50eb61cf043ee78363d83870d37da58e6fb4daa782fea96c243df
5
5
  SHA512:
6
- metadata.gz: 92f6406cb818e1225fc96220a33a4550d170c04e0124417258f16866bf64c8a98dc161d62de4a8458ea0e1345cfa9cbafbb98cb9d727729fd35d737ba02e6869
7
- data.tar.gz: 1808632e2589495c001e0bd5caa0668ff8fb43749bfbe406cdbc199915c90aaed858d5994704b37e884914db2b12ec18f74f0576da984043f2e712f231b20604
6
+ metadata.gz: 7aabce0b0127de8fa52558001aae65ff7f74b9f449366d23a72812b233eb571e5da4b0ec874b2a46fc39c54263d486b36870354a4e0e9f9ead12a61ad1293fbc
7
+ data.tar.gz: 6067e17db2ce964fd5a39b13aa6a9eae2ee0ef24398bc2244756b4c57b8cd6cc34789712ee9107d5ad567e48c8d3f17f9158b39fb4bcda9a1bbc1bd43ee2810e
@@ -292,6 +292,12 @@ 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
295
301
  end
296
302
 
297
303
  module Gitaly
@@ -372,4 +378,6 @@ module Gitaly
372
378
  Remote = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Remote").msgclass
373
379
  FetchHTTPRemoteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteRequest").msgclass
374
380
  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
375
383
  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.27.0"
3
+ VERSION = "1.27.2"
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.27.0
4
+ version: 1.27.2
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-04-24 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