gitaly-proto 0.81.0 → 0.82.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/version.rb +1 -1
- data/ruby/lib/gitaly/wiki_pb.rb +11 -0
- data/ruby/lib/gitaly/wiki_services_pb.rb +1 -0
- 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: ac731a50b36e28344f9b0468501df94c4cbe905c
|
4
|
+
data.tar.gz: c56b0ae6af5dfb30c6fb0003dcc493c9289dded9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e4a1f38690da8e43e3dcfe73c703fbeb94bf6918333b35ad61ed277cb9616dbaf2e9431b8ae8bb9f1b7b75029e12d1bd1dfc332c1443c97520c6b488d2969c8
|
7
|
+
data.tar.gz: e4f1113b4b5813072d69d2f297c096a07dbb34fa6c25a20209f5524b7e55f333b45191429c6f6d15f9e3631eddfa1a0a8f8cf6511fdcbba9a97ccc52a34214ec
|
data/ruby/lib/gitaly/version.rb
CHANGED
data/ruby/lib/gitaly/wiki_pb.rb
CHANGED
@@ -88,6 +88,15 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
88
88
|
optional :page, :message, 1, "gitaly.WikiPage"
|
89
89
|
optional :end_of_page, :bool, 2
|
90
90
|
end
|
91
|
+
add_message "gitaly.WikiGetFormattedDataRequest" do
|
92
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
93
|
+
optional :title, :bytes, 2
|
94
|
+
optional :revision, :bytes, 3
|
95
|
+
optional :directory, :bytes, 4
|
96
|
+
end
|
97
|
+
add_message "gitaly.WikiGetFormattedDataResponse" do
|
98
|
+
optional :data, :bytes, 1
|
99
|
+
end
|
91
100
|
end
|
92
101
|
|
93
102
|
module Gitaly
|
@@ -108,4 +117,6 @@ module Gitaly
|
|
108
117
|
WikiFindFileResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiFindFileResponse").msgclass
|
109
118
|
WikiGetAllPagesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetAllPagesRequest").msgclass
|
110
119
|
WikiGetAllPagesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetAllPagesResponse").msgclass
|
120
|
+
WikiGetFormattedDataRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetFormattedDataRequest").msgclass
|
121
|
+
WikiGetFormattedDataResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetFormattedDataResponse").msgclass
|
111
122
|
end
|
@@ -22,6 +22,7 @@ module Gitaly
|
|
22
22
|
rpc :WikiFindPage, WikiFindPageRequest, stream(WikiFindPageResponse)
|
23
23
|
rpc :WikiFindFile, WikiFindFileRequest, stream(WikiFindFileResponse)
|
24
24
|
rpc :WikiGetAllPages, WikiGetAllPagesRequest, stream(WikiGetAllPagesResponse)
|
25
|
+
rpc :WikiGetFormattedData, WikiGetFormattedDataRequest, stream(WikiGetFormattedDataResponse)
|
25
26
|
end
|
26
27
|
|
27
28
|
Stub = Service.rpc_stub_class
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitaly-proto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.82.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
@@ -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.
|
104
|
+
rubygems_version: 2.5.1
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: Auto-generated gRPC client for gitaly
|