gitaly 15.5.0 → 15.6.0.pre.rc1

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
  SHA256:
3
- metadata.gz: ccf26dc90b45e5875dc8425167f483098b0e9c560a4e57da9cb17a5382149ddb
4
- data.tar.gz: a00a6619034d0cdba2c616ec00136194d63eb661c2cb34e340a6810938d5acaa
3
+ metadata.gz: e71f3990b50e4f5962b821bf25bf13ad8b11a24cfe8321dd1e7ca0be5569e5d6
4
+ data.tar.gz: 147ce6f8e160bf1ecf0899fabef3e3cda8d26eb405c9f99d1259d5e72e5d5bbe
5
5
  SHA512:
6
- metadata.gz: 784b20d55c971e74f5fc9d8c2410a7f756b75df014666a6ee4c5a04998fc23f05d960c801cab690f9f957ba9f2abc6a599c611a9d35dbb8d8dcb4651628f0a91
7
- data.tar.gz: 286ae26346f458b4f237d00ea8417e960b2f45c6b51aa49be1d6fe53d472a06db9ca89212e0483514c67768524638e032b34156b98c9c49df22c045c667227b4
6
+ metadata.gz: 9d7bf504bc752dbcbd6fc79baa5dbe709ad4b9239c61a39cee0b52531f1001311c2497d705cfce7963e390c1b76ebcc25abdcfa508b52167ec827f542cf9c190
7
+ data.tar.gz: 9fd280c443e897cc74767aa7a0701f39cba1499e4a9278728b146c58e1d02d6d6304dfc81cf9d5f9379fdd753785a3fd2e8e62715868c6314942a2e97e511399
@@ -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-rc1'
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.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-10-21 00:00:00.000000000 Z
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,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