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 +4 -4
- data/ruby/lib/gitaly/operations_pb.rb +1 -0
- data/ruby/lib/gitaly/ref_pb.rb +2 -2
- data/ruby/lib/gitaly/version.rb +1 -1
- data/ruby/lib/gitaly/wiki_pb.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 984a45fa19d2027407551bb1bc695b12f58f4b46
|
4
|
+
data.tar.gz: e62d7934b1be64624e31e3edb7126da100645161
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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"
|
data/ruby/lib/gitaly/ref_pb.rb
CHANGED
@@ -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, :
|
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, :
|
130
|
+
repeated :tag_names, :bytes, 2
|
131
131
|
end
|
132
132
|
end
|
133
133
|
|
data/ruby/lib/gitaly/version.rb
CHANGED
data/ruby/lib/gitaly/wiki_pb.rb
CHANGED
@@ -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.
|
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.
|
102
|
+
rubygems_version: 2.6.14
|
103
103
|
signing_key:
|
104
104
|
specification_version: 4
|
105
105
|
summary: Auto-generated gRPC client for gitaly
|