gitaly-proto 0.93.0 → 0.94.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c5e3914161f488e23a1bf6727823c031537ada8
|
4
|
+
data.tar.gz: ec6344cb8dddfc6e6ddeb5286b911d78a5a7d091
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c03a7863cc9d6ed9637bf48c6d4dc669eaba1d2e824c58cf61bbae939e5e2681a8c3c1937fa7b61e2bfdea56619d8dfb78458ee3500bc75b23bdd61f6e2bebd
|
7
|
+
data.tar.gz: 2277fb24690bebd7d3af0221ffe5d330d7cc05ac9c4edc1229cce1f1878520a7dbe2d1358172db5c5fb00a2b2df83d8627954906e799a44cee2cd9c5af6caae5
|
@@ -28,6 +28,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
28
28
|
end
|
29
29
|
add_message "gitaly.GarbageCollectResponse" do
|
30
30
|
end
|
31
|
+
add_message "gitaly.CleanupRequest" do
|
32
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
33
|
+
end
|
34
|
+
add_message "gitaly.CleanupResponse" do
|
35
|
+
end
|
31
36
|
add_message "gitaly.RepositorySizeRequest" do
|
32
37
|
optional :repository, :message, 1, "gitaly.Repository"
|
33
38
|
end
|
@@ -185,6 +190,8 @@ module Gitaly
|
|
185
190
|
RepackFullResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RepackFullResponse").msgclass
|
186
191
|
GarbageCollectRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GarbageCollectRequest").msgclass
|
187
192
|
GarbageCollectResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GarbageCollectResponse").msgclass
|
193
|
+
CleanupRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CleanupRequest").msgclass
|
194
|
+
CleanupResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CleanupResponse").msgclass
|
188
195
|
RepositorySizeRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RepositorySizeRequest").msgclass
|
189
196
|
RepositorySizeResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RepositorySizeResponse").msgclass
|
190
197
|
ApplyGitattributesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyGitattributesRequest").msgclass
|
@@ -38,6 +38,7 @@ module Gitaly
|
|
38
38
|
rpc :FindLicense, FindLicenseRequest, FindLicenseResponse
|
39
39
|
rpc :GetInfoAttributes, GetInfoAttributesRequest, stream(GetInfoAttributesResponse)
|
40
40
|
rpc :CalculateChecksum, CalculateChecksumRequest, CalculateChecksumResponse
|
41
|
+
rpc :Cleanup, CleanupRequest, CleanupResponse
|
41
42
|
end
|
42
43
|
|
43
44
|
Stub = Service.rpc_stub_class
|
data/ruby/lib/gitaly/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitaly-proto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.94.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: 2018-03-
|
11
|
+
date: 2018-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
version: '0'
|
102
102
|
requirements: []
|
103
103
|
rubyforge_project:
|
104
|
-
rubygems_version: 2.5.
|
104
|
+
rubygems_version: 2.5.1
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: Auto-generated gRPC client for gitaly
|