gitaly 15.5.0 → 15.6.0.pre.rc2

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: ccf26dc90b45e5875dc8425167f483098b0e9c560a4e57da9cb17a5382149ddb
4
- data.tar.gz: a00a6619034d0cdba2c616ec00136194d63eb661c2cb34e340a6810938d5acaa
3
+ metadata.gz: 6055aadcfb22db1413e708b425c43cc8d2ba383c42a41011ab58a70cae965aec
4
+ data.tar.gz: 688ef75c37e877292a90a7a6a053e6eea0ec3107759da66affeea24220faf3ad
5
5
  SHA512:
6
- metadata.gz: 784b20d55c971e74f5fc9d8c2410a7f756b75df014666a6ee4c5a04998fc23f05d960c801cab690f9f957ba9f2abc6a599c611a9d35dbb8d8dcb4651628f0a91
7
- data.tar.gz: 286ae26346f458b4f237d00ea8417e960b2f45c6b51aa49be1d6fe53d472a06db9ca89212e0483514c67768524638e032b34156b98c9c49df22c045c667227b4
6
+ metadata.gz: b50ccc27da7dc8c735f2d72e6a14ebdaab18411ce96ab4c59b916714fa793cf722eb51c01acb75ac9b1d8d5d57555f4eed34dff1eb2c89426c5139ce1b007bca
7
+ data.tar.gz: 2391792755030db968fdc0b318c87c9ee9a40a78f5aca61a438ca2ef92aebb33e00ff0a051b7830ffb36b3d64e7ee3b890b49674e367c00b06885d94d5f8fce7
@@ -19,6 +19,7 @@ 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
22
23
  end
23
24
  add_message "gitaly.UpdateRemoteMirrorResponse" do
24
25
  repeated :divergent_refs, :bytes, 1
@@ -35,6 +36,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
35
36
  optional :remote_url, :string, 3
36
37
  optional :http_authorization_header, :string, 4
37
38
  optional :http_host, :string, 5
39
+ optional :resolved_address, :string, 6
38
40
  end
39
41
  add_message "gitaly.FindRemoteRootRefResponse" do
40
42
  optional :ref, :string, 1
@@ -157,6 +157,7 @@ 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
160
161
  end
161
162
  add_message "gitaly.CreateRepositoryFromURLResponse" do
162
163
  end
@@ -230,6 +231,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
230
231
  optional :http_url, :string, 2
231
232
  optional :http_auth, :string, 3
232
233
  optional :http_host, :string, 4
234
+ optional :resolved_address, :string, 5
233
235
  end
234
236
  add_message "gitaly.CreateRepositoryFromSnapshotResponse" do
235
237
  end
@@ -287,6 +289,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
287
289
  optional :http_authorization_header, :string, 3
288
290
  repeated :mirror_refmaps, :string, 4
289
291
  optional :http_host, :string, 5
292
+ optional :resolved_address, :string, 6
290
293
  end
291
294
  add_message "gitaly.GetObjectDirectorySizeRequest" do
292
295
  optional :repository, :message, 1, "gitaly.Repository"
@@ -1,6 +1,4 @@
1
- # This file was auto-generated by the Release Tools project
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.5.0'
3
+ VERSION = '15.6.0-rc2'
6
4
  end
data/ruby/proto/gitaly.rb CHANGED
@@ -1,4 +1,4 @@
1
- # This file is generated by generate-proto-ruby. Do not edit.
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.5.0
4
+ version: 15.6.0.pre.rc2
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-10-21 00:00:00.000000000 Z
11
+ date: 2022-11-03 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,11 +87,11 @@ 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: '0'
92
+ version: 1.3.1
96
93
  requirements: []
97
- rubygems_version: 3.1.6
94
+ rubygems_version: 3.3.23
98
95
  signing_key:
99
96
  specification_version: 4
100
97
  summary: Auto-generated gRPC client for gitaly
data/ruby/proto/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Gitaly-proto ruby stubs
2
-
3
- We are moving gitaly-proto inside the Gitaly repository. These stubs are not yet in use. Please use the `gitaly-proto` gem from Rubygems instead of this.
4
-
5
- https://gitlab.com/gitlab-org/gitaly/issues/1761
@@ -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