gitaly 15.5.2 → 15.6.0.pre.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/remote_pb.rb +0 -2
- data/ruby/proto/gitaly/repository_pb.rb +0 -3
- data/ruby/proto/gitaly/version.rb +2 -4
- data/ruby/proto/gitaly.rb +1 -3
- metadata +4 -7
- data/ruby/proto/README.md +0 -5
- data/ruby/proto/gitaly/wiki_pb.rb +0 -109
- data/ruby/proto/gitaly/wiki_services_pb.rb +0 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e71f3990b50e4f5962b821bf25bf13ad8b11a24cfe8321dd1e7ca0be5569e5d6
|
4
|
+
data.tar.gz: 147ce6f8e160bf1ecf0899fabef3e3cda8d26eb405c9f99d1259d5e72e5d5bbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d7bf504bc752dbcbd6fc79baa5dbe709ad4b9239c61a39cee0b52531f1001311c2497d705cfce7963e390c1b76ebcc25abdcfa508b52167ec827f542cf9c190
|
7
|
+
data.tar.gz: 9fd280c443e897cc74767aa7a0701f39cba1499e4a9278728b146c58e1d02d6d6304dfc81cf9d5f9379fdd753785a3fd2e8e62715868c6314942a2e97e511399
|
@@ -19,7 +19,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
19
19
|
optional :url, :string, 1
|
20
20
|
optional :http_authorization_header, :string, 2
|
21
21
|
optional :http_host, :string, 3
|
22
|
-
optional :resolved_address, :string, 4
|
23
22
|
end
|
24
23
|
add_message "gitaly.UpdateRemoteMirrorResponse" do
|
25
24
|
repeated :divergent_refs, :bytes, 1
|
@@ -36,7 +35,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
36
35
|
optional :remote_url, :string, 3
|
37
36
|
optional :http_authorization_header, :string, 4
|
38
37
|
optional :http_host, :string, 5
|
39
|
-
optional :resolved_address, :string, 6
|
40
38
|
end
|
41
39
|
add_message "gitaly.FindRemoteRootRefResponse" do
|
42
40
|
optional :ref, :string, 1
|
@@ -157,7 +157,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
157
157
|
optional :http_host, :string, 3
|
158
158
|
optional :http_authorization_header, :string, 4
|
159
159
|
optional :mirror, :bool, 5
|
160
|
-
optional :resolved_address, :string, 6
|
161
160
|
end
|
162
161
|
add_message "gitaly.CreateRepositoryFromURLResponse" do
|
163
162
|
end
|
@@ -231,7 +230,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
231
230
|
optional :http_url, :string, 2
|
232
231
|
optional :http_auth, :string, 3
|
233
232
|
optional :http_host, :string, 4
|
234
|
-
optional :resolved_address, :string, 5
|
235
233
|
end
|
236
234
|
add_message "gitaly.CreateRepositoryFromSnapshotResponse" do
|
237
235
|
end
|
@@ -289,7 +287,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
289
287
|
optional :http_authorization_header, :string, 3
|
290
288
|
repeated :mirror_refmaps, :string, 4
|
291
289
|
optional :http_host, :string, 5
|
292
|
-
optional :resolved_address, :string, 6
|
293
290
|
end
|
294
291
|
add_message "gitaly.GetObjectDirectorySizeRequest" do
|
295
292
|
optional :repository, :message, 1, "gitaly.Repository"
|
@@ -1,6 +1,4 @@
|
|
1
|
-
# This file
|
2
|
-
# (https://gitlab.com/gitlab-org/release-tools/), and should not be
|
3
|
-
# modified.
|
1
|
+
# This file is generated by build-proto-gem. Do not edit.
|
4
2
|
module Gitaly
|
5
|
-
VERSION = '15.
|
3
|
+
VERSION = '15.6.0-rc1'
|
6
4
|
end
|
data/ruby/proto/gitaly.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# This file is generated by
|
1
|
+
# This file is generated by build-proto-gem. Do not edit.
|
2
2
|
$:.unshift(File.expand_path('../gitaly', __FILE__))
|
3
3
|
|
4
4
|
require 'gitaly/version'
|
@@ -39,5 +39,3 @@ require 'gitaly/ssh_services_pb'
|
|
39
39
|
|
40
40
|
require 'gitaly/transaction_services_pb'
|
41
41
|
|
42
|
-
require 'gitaly/wiki_services_pb'
|
43
|
-
|
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: 15.
|
4
|
+
version: 15.6.0.pre.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -31,7 +31,6 @@ executables: []
|
|
31
31
|
extensions: []
|
32
32
|
extra_rdoc_files: []
|
33
33
|
files:
|
34
|
-
- ruby/proto/README.md
|
35
34
|
- ruby/proto/gitaly.rb
|
36
35
|
- ruby/proto/gitaly/blob_pb.rb
|
37
36
|
- ruby/proto/gitaly/blob_services_pb.rb
|
@@ -73,8 +72,6 @@ files:
|
|
73
72
|
- ruby/proto/gitaly/transaction_pb.rb
|
74
73
|
- ruby/proto/gitaly/transaction_services_pb.rb
|
75
74
|
- ruby/proto/gitaly/version.rb
|
76
|
-
- ruby/proto/gitaly/wiki_pb.rb
|
77
|
-
- ruby/proto/gitaly/wiki_services_pb.rb
|
78
75
|
homepage: https://gitlab.com/gitlab-org/gitaly
|
79
76
|
licenses:
|
80
77
|
- MIT
|
@@ -90,9 +87,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
87
|
version: '0'
|
91
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
92
89
|
requirements:
|
93
|
-
- - "
|
90
|
+
- - ">"
|
94
91
|
- !ruby/object:Gem::Version
|
95
|
-
version:
|
92
|
+
version: 1.3.1
|
96
93
|
requirements: []
|
97
94
|
rubygems_version: 3.3.23
|
98
95
|
signing_key:
|
data/ruby/proto/README.md
DELETED
@@ -1,109 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: wiki.proto
|
3
|
-
|
4
|
-
require 'lint_pb'
|
5
|
-
require 'shared_pb'
|
6
|
-
require 'google/protobuf'
|
7
|
-
|
8
|
-
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
|
-
add_file("wiki.proto", :syntax => :proto3) do
|
10
|
-
add_message "gitaly.WikiCommitDetails" do
|
11
|
-
optional :name, :bytes, 1
|
12
|
-
optional :email, :bytes, 2
|
13
|
-
optional :message, :bytes, 3
|
14
|
-
optional :user_id, :int32, 4
|
15
|
-
optional :user_name, :bytes, 5
|
16
|
-
end
|
17
|
-
add_message "gitaly.WikiPageVersion" do
|
18
|
-
optional :commit, :message, 1, "gitaly.GitCommit"
|
19
|
-
optional :format, :string, 2
|
20
|
-
end
|
21
|
-
add_message "gitaly.WikiPage" do
|
22
|
-
optional :version, :message, 1, "gitaly.WikiPageVersion"
|
23
|
-
optional :format, :string, 2
|
24
|
-
optional :title, :bytes, 3
|
25
|
-
optional :url_path, :string, 4
|
26
|
-
optional :path, :bytes, 5
|
27
|
-
optional :name, :bytes, 6
|
28
|
-
optional :historical, :bool, 7
|
29
|
-
optional :raw_data, :bytes, 8
|
30
|
-
end
|
31
|
-
add_message "gitaly.WikiWritePageRequest" do
|
32
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
33
|
-
optional :name, :bytes, 2
|
34
|
-
optional :format, :string, 3
|
35
|
-
optional :commit_details, :message, 4, "gitaly.WikiCommitDetails"
|
36
|
-
optional :content, :bytes, 5
|
37
|
-
end
|
38
|
-
add_message "gitaly.WikiWritePageResponse" do
|
39
|
-
optional :duplicate_error, :bytes, 1
|
40
|
-
end
|
41
|
-
add_message "gitaly.WikiUpdatePageRequest" do
|
42
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
43
|
-
optional :page_path, :bytes, 2
|
44
|
-
optional :title, :bytes, 3
|
45
|
-
optional :format, :string, 4
|
46
|
-
optional :commit_details, :message, 5, "gitaly.WikiCommitDetails"
|
47
|
-
optional :content, :bytes, 6
|
48
|
-
end
|
49
|
-
add_message "gitaly.WikiUpdatePageResponse" do
|
50
|
-
optional :error, :bytes, 1
|
51
|
-
end
|
52
|
-
add_message "gitaly.WikiFindPageRequest" do
|
53
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
54
|
-
optional :title, :bytes, 2
|
55
|
-
optional :revision, :bytes, 3
|
56
|
-
optional :directory, :bytes, 4
|
57
|
-
optional :skip_content, :bool, 5
|
58
|
-
end
|
59
|
-
add_message "gitaly.WikiFindPageResponse" do
|
60
|
-
optional :page, :message, 1, "gitaly.WikiPage"
|
61
|
-
end
|
62
|
-
add_message "gitaly.WikiGetAllPagesRequest" do
|
63
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
64
|
-
optional :limit, :uint32, 2
|
65
|
-
optional :direction_desc, :bool, 3
|
66
|
-
optional :sort, :enum, 4, "gitaly.WikiGetAllPagesRequest.SortBy"
|
67
|
-
end
|
68
|
-
add_enum "gitaly.WikiGetAllPagesRequest.SortBy" do
|
69
|
-
value :TITLE, 0
|
70
|
-
value :CREATED_AT, 1
|
71
|
-
end
|
72
|
-
add_message "gitaly.WikiGetAllPagesResponse" do
|
73
|
-
optional :page, :message, 1, "gitaly.WikiPage"
|
74
|
-
optional :end_of_page, :bool, 2
|
75
|
-
end
|
76
|
-
add_message "gitaly.WikiListPagesRequest" do
|
77
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
78
|
-
optional :limit, :uint32, 2
|
79
|
-
optional :direction_desc, :bool, 3
|
80
|
-
optional :sort, :enum, 4, "gitaly.WikiListPagesRequest.SortBy"
|
81
|
-
optional :offset, :uint32, 5
|
82
|
-
end
|
83
|
-
add_enum "gitaly.WikiListPagesRequest.SortBy" do
|
84
|
-
value :TITLE, 0
|
85
|
-
value :CREATED_AT, 1
|
86
|
-
end
|
87
|
-
add_message "gitaly.WikiListPagesResponse" do
|
88
|
-
optional :page, :message, 1, "gitaly.WikiPage"
|
89
|
-
end
|
90
|
-
end
|
91
|
-
end
|
92
|
-
|
93
|
-
module Gitaly
|
94
|
-
WikiCommitDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiCommitDetails").msgclass
|
95
|
-
WikiPageVersion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiPageVersion").msgclass
|
96
|
-
WikiPage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiPage").msgclass
|
97
|
-
WikiWritePageRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiWritePageRequest").msgclass
|
98
|
-
WikiWritePageResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiWritePageResponse").msgclass
|
99
|
-
WikiUpdatePageRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiUpdatePageRequest").msgclass
|
100
|
-
WikiUpdatePageResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiUpdatePageResponse").msgclass
|
101
|
-
WikiFindPageRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiFindPageRequest").msgclass
|
102
|
-
WikiFindPageResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiFindPageResponse").msgclass
|
103
|
-
WikiGetAllPagesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetAllPagesRequest").msgclass
|
104
|
-
WikiGetAllPagesRequest::SortBy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetAllPagesRequest.SortBy").enummodule
|
105
|
-
WikiGetAllPagesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiGetAllPagesResponse").msgclass
|
106
|
-
WikiListPagesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiListPagesRequest").msgclass
|
107
|
-
WikiListPagesRequest::SortBy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiListPagesRequest.SortBy").enummodule
|
108
|
-
WikiListPagesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WikiListPagesResponse").msgclass
|
109
|
-
end
|
@@ -1,34 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# Source: wiki.proto for package 'gitaly'
|
3
|
-
|
4
|
-
require 'grpc'
|
5
|
-
require 'wiki_pb'
|
6
|
-
|
7
|
-
module Gitaly
|
8
|
-
module WikiService
|
9
|
-
# WikiService is a service that provides Wiki-related functionality. This
|
10
|
-
# service is deprecated and should not be used anymore. Instead, all
|
11
|
-
# functionality to implement Wikis should use Git-based RPCS.
|
12
|
-
class Service
|
13
|
-
|
14
|
-
include ::GRPC::GenericService
|
15
|
-
|
16
|
-
self.marshal_class_method = :encode
|
17
|
-
self.unmarshal_class_method = :decode
|
18
|
-
self.service_name = 'gitaly.WikiService'
|
19
|
-
|
20
|
-
# This comment is left unintentionally blank.
|
21
|
-
rpc :WikiWritePage, stream(::Gitaly::WikiWritePageRequest), ::Gitaly::WikiWritePageResponse
|
22
|
-
# This comment is left unintentionally blank.
|
23
|
-
rpc :WikiUpdatePage, stream(::Gitaly::WikiUpdatePageRequest), ::Gitaly::WikiUpdatePageResponse
|
24
|
-
# WikiFindPage returns a stream because the page's raw_data field may be arbitrarily large.
|
25
|
-
rpc :WikiFindPage, ::Gitaly::WikiFindPageRequest, stream(::Gitaly::WikiFindPageResponse)
|
26
|
-
# This comment is left unintentionally blank.
|
27
|
-
rpc :WikiGetAllPages, ::Gitaly::WikiGetAllPagesRequest, stream(::Gitaly::WikiGetAllPagesResponse)
|
28
|
-
# This comment is left unintentionally blank.
|
29
|
-
rpc :WikiListPages, ::Gitaly::WikiListPagesRequest, stream(::Gitaly::WikiListPagesResponse)
|
30
|
-
end
|
31
|
-
|
32
|
-
Stub = Service.rpc_stub_class
|
33
|
-
end
|
34
|
-
end
|