gitaly-proto 1.21.0 → 1.22.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: ed98e67d94e0597f03168b9628f875647d5678466d542bec95942fca42798c58
4
- data.tar.gz: ac80dc4e066b8eef8e80687b2c1b52ebfd2c85358a7fe9a3ee703e03313f89c2
3
+ metadata.gz: 595fe03120363fce320cf2659a6b2813d3e53f9c927882532d2485ad8204d654
4
+ data.tar.gz: dd816710260a525224668ccf3113e2724984ab028c6d206cf724c487fe90aab2
5
5
  SHA512:
6
- metadata.gz: 614f479bea7ad8085559b3bd35c611506a4ab1dfd8827ea840a9013e7bf5de5302395335664361be00e52d2122fb88d8a6a52fedc42e5b6f04c32ff0605daf41
7
- data.tar.gz: bbef97369070fdd4215bdf6dc1681db4d4a28c8553ef2b584f7d35f508c6478634edc5d27608adb0932a3fcac920d9c2fdc25571b2b4638fb0690bb528e63cf5
6
+ metadata.gz: 0bc4483d49ac6e5b4cf092f518404771239c772a7b93d8c51c44b003fb0e0e3da5f1046d5bbf71b81ea9ac64beedb1a785fb25d7108624f77873bb355f5bac15
7
+ data.tar.gz: ab0408a2931d9b42e46915edc8b61be5d45e46753f5c220c22219272b03949094e5ebfa0a2c74bc8a18bcb4615bcee91db1112b0f06c0e131e85e4d9463cf2cb
@@ -188,6 +188,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
188
188
  add_message "gitaly.ListLastCommitsForTreeResponse.CommitForTree" do
189
189
  optional :commit, :message, 2, "gitaly.GitCommit"
190
190
  optional :path, :string, 3
191
+ optional :path_bytes, :bytes, 4
191
192
  end
192
193
  add_message "gitaly.CommitsByMessageRequest" do
193
194
  optional :repository, :message, 1, "gitaly.Repository"
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "1.21.0"
3
+ VERSION = "1.22.0"
4
4
  end
@@ -106,6 +106,20 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
106
106
  add_message "gitaly.WikiGetFormattedDataResponse" do
107
107
  optional :data, :bytes, 1
108
108
  end
109
+ add_message "gitaly.WikiListPagesRequest" do
110
+ optional :repository, :message, 1, "gitaly.Repository"
111
+ optional :limit, :uint32, 2
112
+ optional :direction_desc, :bool, 3
113
+ optional :sort, :enum, 4, "gitaly.WikiListPagesRequest.SortBy"
114
+ optional :offset, :uint32, 5
115
+ end
116
+ add_enum "gitaly.WikiListPagesRequest.SortBy" do
117
+ value :TITLE, 0
118
+ value :CREATED_AT, 1
119
+ end
120
+ add_message "gitaly.WikiListPagesResponse" do
121
+ optional :page, :message, 1, "gitaly.WikiPage"
122
+ end
109
123
  end
110
124
 
111
125
  module Gitaly
@@ -129,4 +143,7 @@ module Gitaly
129
143
  WikiGetAllPagesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetAllPagesResponse").msgclass
130
144
  WikiGetFormattedDataRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetFormattedDataRequest").msgclass
131
145
  WikiGetFormattedDataResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetFormattedDataResponse").msgclass
146
+ WikiListPagesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiListPagesRequest").msgclass
147
+ WikiListPagesRequest::SortBy = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiListPagesRequest.SortBy").enummodule
148
+ WikiListPagesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiListPagesResponse").msgclass
132
149
  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 :WikiListPages, WikiListPagesRequest, stream(WikiListPagesResponse)
25
26
  rpc :WikiGetFormattedData, WikiGetFormattedDataRequest, stream(WikiGetFormattedDataResponse)
26
27
  end
27
28
 
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: 1.21.0
4
+ version: 1.22.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-04-05 00:00:00.000000000 Z
11
+ date: 2019-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc