gitaly 1.63.0 → 1.64.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
  SHA256:
3
- metadata.gz: 1ca28fc1a7c51b84d2ce88cfaf9eea33886567040b292b28eb72b86d27803d32
4
- data.tar.gz: e758706e38dbe87182678b9f4b4e99d538d593f14c53220a85b6753a67f3ce53
3
+ metadata.gz: bf416d655ebd15fcd6241f4d675d18a6c7467546542f268557606fd37596b523
4
+ data.tar.gz: 42f011e93ab53b58219f3cfbfd524ebf38497fcb7bc6d5fa7513700f48a090fe
5
5
  SHA512:
6
- metadata.gz: e2a89c50a9fadb170a435edfbe0f4868e6653761b71d3045e68bd0c709267acab8a34e49deabec24dab5a22a44e17229d86d51417193742eae9c0f024d13e2cc
7
- data.tar.gz: 2ce00c0ddfb8c7a28f9eb8b36271c38e1e96a960f5d65a8eacb0dae331bd9b5e51f6ec15c79c6519e8f198e5b1b75cdb3b27ee26772f8288e73bd4850e05cb66
6
+ metadata.gz: f491b22b8419328f3bd30189ab7dd48ea196cf42559b7059e04f9cbad72fb9fe3c344706639f4cd26f5fd0610ed6480add78fdf8112191f7ad34cd5fe3704f55
7
+ data.tar.gz: 3e15cdf9ee300c12ff0ad13a01e2e353a0704d6a80a210c4b03bd0a9c4ecab366e3645688847c2fc5e72ee8b4cfb24dd5c806030f2a04cdc6961c451865f04ce
@@ -58,6 +58,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
58
58
  optional :path, :bytes, 5
59
59
  optional :max_count, :int32, 6
60
60
  optional :all, :bool, 7
61
+ optional :first_parent, :bool, 8
61
62
  end
62
63
  add_message "gitaly.CountCommitsResponse" do
63
64
  optional :count, :int32, 1
@@ -150,6 +151,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
150
151
  optional :after, :message, 9, "google.protobuf.Timestamp"
151
152
  optional :before, :message, 10, "google.protobuf.Timestamp"
152
153
  optional :all, :bool, 11
154
+ optional :first_parent, :bool, 12
153
155
  end
154
156
  add_message "gitaly.FindCommitsResponse" do
155
157
  repeated :commits, :message, 1, "gitaly.GitCommit"
@@ -1,4 +1,4 @@
1
- # This file was auto-generated by _support/release
1
+ # This file was auto-generated by ./_support/release
2
2
  module Gitaly
3
- VERSION = '1.63.0'
3
+ VERSION = '1.64.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.63.0
4
+ version: 1.64.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: 2019-09-10 00:00:00.000000000 Z
11
+ date: 2019-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc