gitaly 1.63.0 → 1.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/commit_pb.rb +2 -0
- data/ruby/proto/gitaly/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf416d655ebd15fcd6241f4d675d18a6c7467546542f268557606fd37596b523
|
|
4
|
+
data.tar.gz: 42f011e93ab53b58219f3cfbfd524ebf38497fcb7bc6d5fa7513700f48a090fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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"
|
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.
|
|
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-
|
|
11
|
+
date: 2019-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: grpc
|