gitaly-proto 0.122.0 → 0.123.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 +0 -1
- data/ruby/lib/gitaly/remote_pb.rb +2 -0
- data/ruby/lib/gitaly/version.rb +2 -2
- 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: fb2dcebf0e2fc79f0d7a85de824dc4119fdc11eb
|
4
|
+
data.tar.gz: dff56d84c79c71e26612908533ac228dc4d17a2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7ef38e40454611d9f671457c727388a4f97741195bd042631b0939a857ad81513b5ac3572cc1f65e2e7639c9adc71ef525073f0e617c2156b308d17bee971d9
|
7
|
+
data.tar.gz: ee17c01f7fa4719ede86d2642d50922bd0946a1c677e062d2a816a28a7913f8b4657eeddca73664c014ca8a5a6d41a90a89c48db145e7483215c23739f747a4a
|
@@ -206,7 +206,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
206
206
|
add_message "gitaly.UserUpdateSubmoduleResponse" do
|
207
207
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
208
208
|
optional :pre_receive_error, :string, 2
|
209
|
-
optional :create_tree_error, :string, 3
|
210
209
|
optional :commit_error, :string, 4
|
211
210
|
end
|
212
211
|
end
|
@@ -31,6 +31,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
31
31
|
optional :repository, :message, 1, "gitaly.Repository"
|
32
32
|
optional :ref_name, :string, 2
|
33
33
|
repeated :only_branches_matching, :bytes, 3
|
34
|
+
optional :ssh_key, :string, 4
|
35
|
+
optional :known_hosts, :string, 5
|
34
36
|
end
|
35
37
|
add_message "gitaly.UpdateRemoteMirrorResponse" do
|
36
38
|
end
|
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.123.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-
|
11
|
+
date: 2018-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|