gitaly-proto 0.70.0 → 0.71.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: 73e90a073e184bad49d713f0b079ccbc0130ac18
4
- data.tar.gz: eec8500a9a80c07b8824784df3e86402a46a1d18
3
+ metadata.gz: 984a45fa19d2027407551bb1bc695b12f58f4b46
4
+ data.tar.gz: e62d7934b1be64624e31e3edb7126da100645161
5
5
  SHA512:
6
- metadata.gz: b95af3cefb5db2576a116c465ad7966a02202518f27f6a090d4b16a35b3462be3c3dec1b91b769ea706f9f9b994e4a98071dd1689f05246bbf19c91d06e6cec7
7
- data.tar.gz: db79a3c090fc025b3c92d596971833090cc56c872a706c597392935dfde53aee1ef8938766de612e9e7efe23d14e59f41e7a8dab2bb9082adbca93374152b1db
6
+ metadata.gz: e49617be94211d561ef701dd1de1d22239b8554db9b9f2bddfdb338f348fe8c2949010e60a262f08731d8cde95dda2da07fe2f3484fdd17b510a32ffb530852f
7
+ data.tar.gz: baec1837b70bd4c27a754477ba17b065aefc4e25a2dc2d459baa77d77cd5ab8864e52300bd940db410825e247d4ae56c492f4c060570afda2f88c9b64a38e244
@@ -138,6 +138,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
138
138
  add_message "gitaly.UserCommitFilesResponse" do
139
139
  optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
140
140
  optional :index_error, :string, 2
141
+ optional :pre_receive_error, :string, 3
141
142
  end
142
143
  add_message "gitaly.UserRebaseRequest" do
143
144
  optional :repository, :message, 1, "gitaly.Repository"
@@ -120,14 +120,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
120
120
  optional :commit_id, :string, 2
121
121
  end
122
122
  add_message "gitaly.ListBranchNamesContainingCommitResponse" do
123
- repeated :branch_names, :string, 1
123
+ repeated :branch_names, :bytes, 2
124
124
  end
125
125
  add_message "gitaly.ListTagNamesContainingCommitRequest" do
126
126
  optional :repository, :message, 1, "gitaly.Repository"
127
127
  optional :commit_id, :string, 2
128
128
  end
129
129
  add_message "gitaly.ListTagNamesContainingCommitResponse" do
130
- repeated :tag_names, :string, 1
130
+ repeated :tag_names, :bytes, 2
131
131
  end
132
132
  end
133
133
 
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.70.0"
3
+ VERSION = "0.71.0"
4
4
  end
@@ -27,6 +27,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
27
27
  add_message "gitaly.WikiGetPageVersionsRequest" do
28
28
  optional :repository, :message, 1, "gitaly.Repository"
29
29
  optional :page_path, :bytes, 2
30
+ optional :page, :int32, 3
31
+ optional :per_page, :int32, 4
30
32
  end
31
33
  add_message "gitaly.WikiGetPageVersionsResponse" do
32
34
  repeated :versions, :message, 1, "gitaly.WikiPageVersion"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly-proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.0
4
+ version: 0.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Vosmaer
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  requirements: []
101
101
  rubyforge_project:
102
- rubygems_version: 2.5.2
102
+ rubygems_version: 2.6.14
103
103
  signing_key:
104
104
  specification_version: 4
105
105
  summary: Auto-generated gRPC client for gitaly