gitaly 13.7.0.pre.rc4 → 13.8.0.pre.rc1

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
  SHA256:
3
- metadata.gz: 3165e27140dee3c81694472c74a9e74252e2d222b243d211588fa66544e3abb1
4
- data.tar.gz: 908f128fd1b195933f305b6c8ed9a5d1503f2615b3563cef5f04edc5a44bcd87
3
+ metadata.gz: 76ee65ac1ded6bca90a09aa9ccc5227e23f28def552906d8cf856d82b46607e1
4
+ data.tar.gz: 59cd05f33a2e5214bf27e746775029bdec35335ad6cc5d07a1933938ad2cfdaa
5
5
  SHA512:
6
- metadata.gz: 4b7bdbc864af4cd61bacfbc640d08e20777ff86a5c327edc31c8d4016e9bb41be70d4ff21f1a506c185fd7103c99ccbbe66a9bb4b318395d2916fb39189357fe
7
- data.tar.gz: '08597179097e00e225595e57692bc97c853fb1f8ee85f9283f27e2f41419e7e58418919d096f0bc55cc91a959e6ea473fd8b0daea3d45b453202e47ce3cb6d34'
6
+ metadata.gz: 46c4d836cb6eeb27e09753723180cbc8b808793ab9acf94a065679b44728f39377a441576522932addad3ccfac62bb9d4b5adae0367d39e6d682a66a8c60565b
7
+ data.tar.gz: be86ed150326fb9921af41b2d1a6641d0692af981d68e3268cbd20c49462c02ee794ad4c016e996bb99a51143e99796bc8ab6c0cc217daa4d86b854795b6c6bf
@@ -135,7 +135,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
135
135
  add_message "gitaly.CreateForkRequest" do
136
136
  optional :repository, :message, 1, "gitaly.Repository"
137
137
  optional :source_repository, :message, 2, "gitaly.Repository"
138
- optional :pool, :message, 3, "gitaly.ObjectPool"
139
138
  end
140
139
  add_message "gitaly.CreateForkResponse" do
141
140
  end
@@ -15,6 +15,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
15
15
  optional :gl_repository, :string, 6
16
16
  optional :gl_project_path, :string, 8
17
17
  end
18
+ add_message "gitaly.CommitTrailer" do
19
+ optional :key, :bytes, 1
20
+ optional :value, :bytes, 2
21
+ end
18
22
  add_message "gitaly.GitCommit" do
19
23
  optional :id, :string, 1
20
24
  optional :subject, :bytes, 2
@@ -25,6 +29,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
25
29
  optional :body_size, :int64, 7
26
30
  optional :signature_type, :enum, 8, "gitaly.SignatureType"
27
31
  optional :tree_id, :string, 9
32
+ repeated :trailers, :message, 10, "gitaly.CommitTrailer"
28
33
  end
29
34
  add_message "gitaly.CommitAuthor" do
30
35
  optional :name, :bytes, 1
@@ -81,6 +86,7 @@ end
81
86
 
82
87
  module Gitaly
83
88
  Repository = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Repository").msgclass
89
+ CommitTrailer = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitTrailer").msgclass
84
90
  GitCommit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GitCommit").msgclass
85
91
  CommitAuthor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitAuthor").msgclass
86
92
  ExitStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ExitStatus").msgclass
@@ -2,5 +2,5 @@
2
2
  # (https://gitlab.com/gitlab-org/release-tools/), and should not be
3
3
  # modified.
4
4
  module Gitaly
5
- VERSION = '13.7.0-rc4'
5
+ VERSION = '13.8.0-rc1'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.7.0.pre.rc4
4
+ version: 13.8.0.pre.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Vosmaer
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-11 00:00:00.000000000 Z
11
+ date: 2021-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -78,7 +78,7 @@ homepage: https://gitlab.com/gitlab-org/gitaly
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}
81
- post_install_message:
81
+ post_install_message:
82
82
  rdoc_options: []
83
83
  require_paths:
84
84
  - ruby/proto
@@ -93,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: 1.3.1
95
95
  requirements: []
96
- rubygems_version: 3.1.4
97
- signing_key:
96
+ rubygems_version: 3.0.8
97
+ signing_key:
98
98
  specification_version: 4
99
99
  summary: Auto-generated gRPC client for gitaly
100
100
  test_files: []