gitaly-proto 0.108.0 → 0.109.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: b66db38d9e685411cc24f8d9a42c330fe4d7d005
4
- data.tar.gz: 97b5e94a2f3bb3d276051ee41d86a1f42bdf5012
3
+ metadata.gz: 89f8e4a849b52c08b9d29410af5a24f785812b59
4
+ data.tar.gz: ff909f7b7defdefc77655e8c06c4a06e2ff16810
5
5
  SHA512:
6
- metadata.gz: 0c88f72a720bc0b1f034e5ec5d4aafdecab057c6c827f749eccec48699fb0cf84f070cdae290244388012df341a877fabb3a6ed9dd71be4c6dc1a4f689179116
7
- data.tar.gz: b5f9d0d2a30364369ad6cc391879504dc24bf24b7c4075f65fbd1cc21004c6089dcb66d41e67290935ba2bec1c539a0d7a047547ca884e1cf8a2e577ad96b7b4
6
+ metadata.gz: bad2e8283bc1821dcac8a4b27343bce88099ba5f787a1acf7331ce0b935f833d80b817fa6b54d5c23f0eed9e0abc3c3339d5a6c57d3bb33e4c05fa0648fb6e60
7
+ data.tar.gz: d7b76831258e08865fcbc3b096fc77d9c262f04cf662b9369206f6202cbf29d95aa1d3d42a6ba3db3c515809981c2185fdef49772465becf2c4bc6be5140c6fc
@@ -8,6 +8,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_message "gitaly.InfoRefsRequest" do
9
9
  optional :repository, :message, 1, "gitaly.Repository"
10
10
  repeated :git_config_options, :string, 2
11
+ optional :git_protocol, :string, 3
11
12
  end
12
13
  add_message "gitaly.InfoRefsResponse" do
13
14
  optional :data, :bytes, 1
@@ -16,6 +17,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
16
17
  optional :repository, :message, 1, "gitaly.Repository"
17
18
  optional :data, :bytes, 2
18
19
  repeated :git_config_options, :string, 3
20
+ optional :git_protocol, :string, 4
19
21
  end
20
22
  add_message "gitaly.PostUploadPackResponse" do
21
23
  optional :data, :bytes, 1
@@ -26,6 +28,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
26
28
  optional :gl_id, :string, 3
27
29
  optional :gl_repository, :string, 4
28
30
  optional :gl_username, :string, 5
31
+ optional :git_protocol, :string, 6
29
32
  end
30
33
  add_message "gitaly.PostReceivePackResponse" do
31
34
  optional :data, :bytes, 1
@@ -9,6 +9,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  optional :repository, :message, 1, "gitaly.Repository"
10
10
  optional :stdin, :bytes, 2
11
11
  repeated :git_config_options, :string, 4
12
+ optional :git_protocol, :string, 5
12
13
  end
13
14
  add_message "gitaly.SSHUploadPackResponse" do
14
15
  optional :stdout, :bytes, 1
@@ -21,6 +22,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
21
22
  optional :gl_id, :string, 3
22
23
  optional :gl_repository, :string, 4
23
24
  optional :gl_username, :string, 5
25
+ optional :git_protocol, :string, 6
24
26
  end
25
27
  add_message "gitaly.SSHReceivePackResponse" do
26
28
  optional :stdout, :bytes, 1
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly-proto/_support/release
2
2
  module Gitaly
3
- VERSION = "0.108.0"
3
+ VERSION = "0.109.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.108.0
4
+ version: 0.109.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-07-17 00:00:00.000000000 Z
11
+ date: 2018-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf