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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82d4b74b0efa08fd26d60e30f19c0eb222d559ca
4
- data.tar.gz: d93e878c104784fc1df7cd7bc2355302579d029f
3
+ metadata.gz: dc285ad849f4d0624227d7702f559f93000013a0
4
+ data.tar.gz: 302dc06d059eaea9d6dc4c36e5f7f54fe62bc4a7
5
5
  SHA512:
6
- metadata.gz: b0d38d76f771bb333e3e65ac45e415d8bdae4f403af1c463df69753291ba7aaf42c5a9b59cf1b4ee2d99b442ceffbe80ae168a28ce604ae8f6c530b51b7f3c5f
7
- data.tar.gz: d719a8455776209a65fb3f54bfbe182da2f02da14f6344f5e5eb1e3a2fd32dee9ad27a16131ee09d30d83ebe7f4b521bbdfa3f0f0805a9225d687ad732777e2f
6
+ metadata.gz: 5ccbf188eaac9a3dff2bbe91a8205739a2c8674d193067ff36734b11350d1114432c6c69193bf3c8e8f6a13a862feaf0e09a774a560775266d387a5a39b3f2b0
7
+ data.tar.gz: 332eca5aa9f48be77309324b9c22b43ae5b8252caecb734c3fc66e49d1b453ca309d604fb21e137c36444228d7ba402cdc0405663085364bf82df542e7756002
@@ -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
- repeated :raw_chunks, :bytes, 8
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: 1 per changed file
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)
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.7.0"
3
+ VERSION = "0.8.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: 0.7.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-05 00:00:00.000000000 Z
11
+ date: 2017-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf