gitaly-proto 0.102.0 → 0.103.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
  SHA1:
3
- metadata.gz: 78177bcaac0ff77b723c02d21922835b0f572c6b
4
- data.tar.gz: 931ccc1e7820e320db7d22ebc3aec8bfd577104c
3
+ metadata.gz: f53dfa1d430dbc34a9234b2770053dd6ef90bf2c
4
+ data.tar.gz: f692731c2fa30a58fae7c0074e6e7e6f9e799332
5
5
  SHA512:
6
- metadata.gz: fe5c8611d41c0b7f37322a53c4164d617ad6d3be47b38dca29467d7628c182f9bdc575ef2c1933069390cd09851216ab376217eff51a8ee6cfee6bd184076fa6
7
- data.tar.gz: 945aa75480d2df8da2b26d890c660a37c50de7b4b208fc3417d07fdc287f28b1fba4fa043cf1a2dddd530ea33514af82f03e0c7d0327654ac2e41faf616c7bac
6
+ metadata.gz: 421cb036b74774b5e0d6c15bd5d3b3d55ad8a463535c2a13d4cf0d36c82423eb2c0bbce4f3b069e0b49195e915f5fde4e37b438cd8481f991b6a0f95439e25a9
7
+ data.tar.gz: 832b6ac25c810b445ac3774c577891b3a54eb4728ffb693b66f3c672bf98691f94f768e55c2233012eb0423337190b92801864eff8d5cd3738cc88731352606d
@@ -9,10 +9,17 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  add_message "gitaly.ServerInfoResponse" do
10
10
  optional :server_version, :string, 1
11
11
  optional :git_version, :string, 2
12
+ repeated :storage_statuses, :message, 3, "gitaly.ServerInfoResponse.StorageStatus"
13
+ end
14
+ add_message "gitaly.ServerInfoResponse.StorageStatus" do
15
+ optional :storage_name, :string, 1
16
+ optional :readable, :bool, 2
17
+ optional :writeable, :bool, 3
12
18
  end
13
19
  end
14
20
 
15
21
  module Gitaly
16
22
  ServerInfoRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ServerInfoRequest").msgclass
17
23
  ServerInfoResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ServerInfoResponse").msgclass
24
+ ServerInfoResponse::StorageStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ServerInfoResponse.StorageStatus").msgclass
18
25
  end
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.102.0"
3
+ VERSION = "0.103.0"
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: 0.102.0
4
+ version: 0.103.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: 2018-06-11 00:00:00.000000000 Z
11
+ date: 2018-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf