gitaly 1.65.0 → 1.66.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: 0b03996a88dfe6196849001676dbda9f678d7f84f717b09f4ddce13a0c1537eb
4
- data.tar.gz: 8de021b80e91154d2637dfa7e17f78402bb54f1619f685a3e00a43f935d7458c
3
+ metadata.gz: aaaa11818682726231695166fb4606b02c8accc3247ab5ba998a4afed65003d9
4
+ data.tar.gz: b41244ef834deb6b51140c199583556623e42aa200e1ed9dc5afa18d7416796c
5
5
  SHA512:
6
- metadata.gz: 6d21fa97e76ff98d66273706fed863fa083a48986a07f71f48022edf6bb693911bf73506bc4d1901d59e415e37c75d8faf1c6d479ce0787d12c29204330c5cb1
7
- data.tar.gz: ad801eb2b12502197d728514f38df216fdfea4f4b6d0aa1fc5eb4aade1870682fe5e527d4f16d21a6f46dc66df008bdcf6aa8d6e380c54d34d5bbeffb13224a2
6
+ metadata.gz: 31880cfb92b8bf024e76527908550025c3ef1e8ea8dd26deeeaf7a49259c5a19ad51153501b3d97209f8b814c7f1854a62add251f84b070cbf0bf9cf1dc82457
7
+ data.tar.gz: c926695fb5ee1a283b947c77c3d7cb250b13a4c6530629c5dd608b407b1cae8a41fc99ebfcc18903420a1f9619db6f3a837abb00a55fa6f14b2527c91b9eba06
@@ -23,11 +23,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
23
23
  optional :old_oid, :string, 2
24
24
  optional :new_oid, :string, 3
25
25
  end
26
- add_message "gitaly.CloseSessionRequest" do
27
- optional :session_id, :string, 1
28
- end
29
- add_message "gitaly.CloseSessionResponse" do
30
- end
31
26
  end
32
27
 
33
28
  module Gitaly
@@ -36,6 +31,4 @@ module Gitaly
36
31
  ApplyBfgObjectMapStreamRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamRequest").msgclass
37
32
  ApplyBfgObjectMapStreamResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamResponse").msgclass
38
33
  ApplyBfgObjectMapStreamResponse::Entry = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamResponse.Entry").msgclass
39
- CloseSessionRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CloseSessionRequest").msgclass
40
- CloseSessionResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CloseSessionResponse").msgclass
41
34
  end
@@ -17,7 +17,6 @@ module Gitaly
17
17
  # Deprecated in favour of ApplyBfgObjectMapStream
18
18
  rpc :ApplyBfgObjectMap, stream(ApplyBfgObjectMapRequest), ApplyBfgObjectMapResponse
19
19
  rpc :ApplyBfgObjectMapStream, stream(ApplyBfgObjectMapStreamRequest), stream(ApplyBfgObjectMapStreamResponse)
20
- rpc :CloseSession, CloseSessionRequest, CloseSessionResponse
21
20
  end
22
21
 
23
22
  Stub = Service.rpc_stub_class
@@ -167,6 +167,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
167
167
  optional :name, :string, 1
168
168
  optional :share, :float, 2
169
169
  optional :color, :string, 3
170
+ optional :file_count, :uint32, 4
171
+ optional :bytes, :uint64, 5
170
172
  end
171
173
  add_message "gitaly.RawBlameRequest" do
172
174
  optional :repository, :message, 1, "gitaly.Repository"
@@ -1,4 +1,4 @@
1
- # This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly/_support/release
1
+ # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = '1.65.0'
3
+ VERSION = '1.66.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.65.0
4
+ version: 1.66.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-18 00:00:00.000000000 Z
11
+ date: 2019-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc