gitaly-proto 0.82.0 → 0.83.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 -0
- data/ruby/lib/gitaly/version.rb +1 -1
- 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: 9532dc2af61827ec4f135e68fe1435a70b388396
|
4
|
+
data.tar.gz: 7bde9b76fbfe2d0540abe970d7a3996d47bf7489
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 833b94f14b7f626bf131677942e36d291d040705182518709a36f7b0852cc4b8658bfcad9fc0a24783a6106641c8a91eaba4ed6168b1646b6eec47493e612042
|
7
|
+
data.tar.gz: beabed1f974f753c6d946fd918531774e052fe530f4834c38835fdebae777444fb6d32346c411a016d5d4c487702b305220da34b807c5685a0e435e7d43acb61
|
@@ -54,6 +54,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
54
54
|
add_message "gitaly.UserMergeBranchResponse" do
|
55
55
|
optional :commit_id, :string, 1
|
56
56
|
optional :branch_update, :message, 3, "gitaly.OperationBranchUpdate"
|
57
|
+
optional :pre_receive_error, :string, 4
|
57
58
|
end
|
58
59
|
add_message "gitaly.OperationBranchUpdate" do
|
59
60
|
optional :commit_id, :string, 1
|
data/ruby/lib/gitaly/ref_pb.rb
CHANGED
@@ -112,8 +112,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
112
112
|
add_message "gitaly.DeleteRefsRequest" do
|
113
113
|
optional :repository, :message, 1, "gitaly.Repository"
|
114
114
|
repeated :except_with_prefix, :bytes, 2
|
115
|
+
repeated :refs, :bytes, 3
|
115
116
|
end
|
116
117
|
add_message "gitaly.DeleteRefsResponse" do
|
118
|
+
optional :git_error, :string, 1
|
117
119
|
end
|
118
120
|
add_message "gitaly.ListBranchNamesContainingCommitRequest" do
|
119
121
|
optional :repository, :message, 1, "gitaly.Repository"
|
data/ruby/lib/gitaly/version.rb
CHANGED
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.
|
4
|
+
version: 0.83.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-01-
|
11
|
+
date: 2018-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|