gitaly 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ruby/lib/gitaly/diff_pb.rb +2 -1
- data/ruby/lib/gitaly/diff_services_pb.rb +1 -1
- data/ruby/lib/gitaly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc285ad849f4d0624227d7702f559f93000013a0
|
4
|
+
data.tar.gz: 302dc06d059eaea9d6dc4c36e5f7f54fe62bc4a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ccbf188eaac9a3dff2bbe91a8205739a2c8674d193067ff36734b11350d1114432c6c69193bf3c8e8f6a13a862feaf0e09a774a560775266d387a5a39b3f2b0
|
7
|
+
data.tar.gz: 332eca5aa9f48be77309324b9c22b43ae5b8252caecb734c3fc66e49d1b453ca309d604fb21e137c36444228d7ba402cdc0405663085364bf82df542e7756002
|
data/ruby/lib/gitaly/diff_pb.rb
CHANGED
@@ -20,7 +20,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
20
20
|
optional :old_mode, :int32, 5
|
21
21
|
optional :new_mode, :int32, 6
|
22
22
|
optional :binary, :bool, 7
|
23
|
-
|
23
|
+
optional :raw_patch_data, :bytes, 9
|
24
|
+
optional :end_of_patch, :bool, 10
|
24
25
|
end
|
25
26
|
add_message "gitaly.CommitDeltaRequest" do
|
26
27
|
optional :repository, :message, 1, "gitaly.Repository"
|
@@ -14,7 +14,7 @@ module Gitaly
|
|
14
14
|
self.unmarshal_class_method = :decode
|
15
15
|
self.service_name = 'gitaly.Diff'
|
16
16
|
|
17
|
-
# Returns stream of CommitDiffResponse
|
17
|
+
# Returns stream of CommitDiffResponse with patches chunked over messages
|
18
18
|
rpc :CommitDiff, CommitDiffRequest, stream(CommitDiffResponse)
|
19
19
|
# Return a stream so we can divide the response in chunks of deltas
|
20
20
|
rpc :CommitDelta, CommitDeltaRequest, stream(CommitDeltaResponse)
|
data/ruby/lib/gitaly/version.rb
CHANGED
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: 0.
|
4
|
+
version: 0.8.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: 2017-05-
|
11
|
+
date: 2017-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|