gitaly 1.85.0 → 1.86.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gitaly might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11e542d349c163159b15a018afed02a238b7debf228d850d6c9cd30019595af2
4
- data.tar.gz: 7583edbaf18a8e87f7b5c7d70b6acb7fe12551954f9afdf34a5da926b8f42b17
3
+ metadata.gz: d4837ae0359a1f1e281b094809c58426c8f70aa152be59b0747ef9658fd999a9
4
+ data.tar.gz: b7210d4c20af4dd023188ce1d056616c71ef83d1e1a2a9561e922f15e78532aa
5
5
  SHA512:
6
- metadata.gz: 20b6a8200545695997c62a7614d254c39a020ed7e4a4aac5ec63b78c3a00fdd727f06c6c699610279c8df015f3f2568294c74ca591a41c6308119ec69f8e2962
7
- data.tar.gz: a1463ecd8f3887dd18bcaa2f6a7a99c524c60502dd922fecdb0d8332844be5e468c55ff4965eb87670df8bc800e4ed83d363d25c813bfa0a6f5b96f24bb99fba
6
+ metadata.gz: b41514c8286f3bb349ab896f7c453bd08f74fe6243d1f793bafa38e6ec0a38ba46533dc63a3bc52701fd65f8eae19fcc98c2ae11657485125e441ada80ef77b2
7
+ data.tar.gz: 9de2a86541044855fc1e9050ed1412600286b47735af82655da4b4fad92020fd56097bad2a0224f9578fe980800af1161eb3b5b22f023ff5a5eb620a3a22acd3
@@ -153,6 +153,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
153
153
  optional :all, :bool, 11
154
154
  optional :first_parent, :bool, 12
155
155
  optional :author, :bytes, 13
156
+ optional :order, :enum, 14, "gitaly.FindCommitsRequest.Order"
157
+ end
158
+ add_enum "gitaly.FindCommitsRequest.Order" do
159
+ value :NONE, 0
160
+ value :TOPO, 1
156
161
  end
157
162
  add_message "gitaly.FindCommitsResponse" do
158
163
  repeated :commits, :message, 1, "gitaly.GitCommit"
@@ -276,6 +281,7 @@ module Gitaly
276
281
  FindAllCommitsRequest::Order = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllCommitsRequest.Order").enummodule
277
282
  FindAllCommitsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllCommitsResponse").msgclass
278
283
  FindCommitsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsRequest").msgclass
284
+ FindCommitsRequest::Order = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsRequest.Order").enummodule
279
285
  FindCommitsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsResponse").msgclass
280
286
  CommitLanguagesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitLanguagesRequest").msgclass
281
287
  CommitLanguagesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitLanguagesResponse").msgclass
@@ -20,6 +20,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
20
20
  optional :repository, :message, 1, "gitaly.Repository"
21
21
  optional :key_id, :string, 2
22
22
  optional :stdin, :bytes, 3
23
+ repeated :git_push_options, :string, 4
23
24
  end
24
25
  add_message "gitaly.PostReceiveHookResponse" do
25
26
  optional :stdout, :bytes, 1
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = '1.85.0'
3
+ VERSION = '1.86.0'
4
4
  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: 1.85.0
4
+ version: 1.86.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: 2020-01-29 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc