gitaly-proto 0.100.0 → 0.101.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cb992e2277d8b549b05cc8374781714c9238efc
|
4
|
+
data.tar.gz: 34f17fbf0ba9db1662e7fc08977e4f77910df9e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b6a12f8339dc1baf6946cf1fedc9695be2d24e57db403e365724d0ddf689cfb54f7625b895d981fd4366b0fa2caf8321c8333ef9443cc1376f4b72e9fa08acc
|
7
|
+
data.tar.gz: d5382415e08d5a14844030228056fa0dc7c5e7136705f70cf668e8a922e0f6cb08a9526d69a65d0766dedfbb763c88af38edd13726c40bc8afb5ecc85d2a345e
|
@@ -155,6 +155,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
155
155
|
add_message "gitaly.WriteConfigResponse" do
|
156
156
|
optional :error, :bytes, 1
|
157
157
|
end
|
158
|
+
add_message "gitaly.RestoreCustomHooksRequest" do
|
159
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
160
|
+
optional :data, :bytes, 2
|
161
|
+
end
|
162
|
+
add_message "gitaly.RestoreCustomHooksResponse" do
|
163
|
+
end
|
158
164
|
add_message "gitaly.CreateRepositoryFromBundleRequest" do
|
159
165
|
optional :repository, :message, 1, "gitaly.Repository"
|
160
166
|
optional :data, :bytes, 2
|
@@ -279,6 +285,8 @@ module Gitaly
|
|
279
285
|
CreateBundleResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateBundleResponse").msgclass
|
280
286
|
WriteConfigRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WriteConfigRequest").msgclass
|
281
287
|
WriteConfigResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WriteConfigResponse").msgclass
|
288
|
+
RestoreCustomHooksRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RestoreCustomHooksRequest").msgclass
|
289
|
+
RestoreCustomHooksResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RestoreCustomHooksResponse").msgclass
|
282
290
|
CreateRepositoryFromBundleRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateRepositoryFromBundleRequest").msgclass
|
283
291
|
CreateRepositoryFromBundleResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateRepositoryFromBundleResponse").msgclass
|
284
292
|
FindLicenseRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindLicenseRequest").msgclass
|
@@ -44,6 +44,7 @@ module Gitaly
|
|
44
44
|
rpc :GetRawChanges, GetRawChangesRequest, stream(GetRawChangesResponse)
|
45
45
|
rpc :SearchFilesByContent, SearchFilesByContentRequest, stream(SearchFilesByContentResponse)
|
46
46
|
rpc :SearchFilesByName, SearchFilesByNameRequest, stream(SearchFilesByNameResponse)
|
47
|
+
rpc :RestoreCustomHooks, stream(RestoreCustomHooksRequest), RestoreCustomHooksResponse
|
47
48
|
end
|
48
49
|
|
49
50
|
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.101.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-05-
|
11
|
+
date: 2018-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|