gitaly 14.2.0.pre.rc2 → 14.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/blob_pb.rb +4 -2
- data/ruby/proto/gitaly/cleanup_pb.rb +2 -2
- data/ruby/proto/gitaly/commit_pb.rb +2 -2
- data/ruby/proto/gitaly/commit_services_pb.rb +3 -3
- data/ruby/proto/gitaly/conflicts_pb.rb +2 -2
- data/ruby/proto/gitaly/diff_pb.rb +2 -2
- data/ruby/proto/gitaly/errors_pb.rb +19 -0
- data/ruby/proto/gitaly/hook_pb.rb +10 -2
- data/ruby/proto/gitaly/hook_services_pb.rb +4 -3
- data/ruby/proto/gitaly/internal_pb.rb +1 -1
- data/ruby/proto/gitaly/lint_pb.rb +1 -0
- data/ruby/proto/gitaly/namespace_pb.rb +1 -1
- data/ruby/proto/gitaly/objectpool_pb.rb +2 -10
- data/ruby/proto/gitaly/objectpool_services_pb.rb +0 -1
- data/ruby/proto/gitaly/operations_pb.rb +9 -2
- data/ruby/proto/gitaly/praefect_pb.rb +32 -2
- data/ruby/proto/gitaly/praefect_services_pb.rb +2 -0
- data/ruby/proto/gitaly/ref_pb.rb +41 -32
- data/ruby/proto/gitaly/ref_services_pb.rb +9 -5
- data/ruby/proto/gitaly/remote_pb.rb +2 -46
- data/ruby/proto/gitaly/remote_services_pb.rb +0 -3
- data/ruby/proto/gitaly/repository-service_pb.rb +19 -63
- data/ruby/proto/gitaly/repository-service_services_pb.rb +8 -6
- data/ruby/proto/gitaly/server_pb.rb +1 -1
- data/ruby/proto/gitaly/shared_pb.rb +7 -2
- data/ruby/proto/gitaly/smarthttp_pb.rb +11 -2
- data/ruby/proto/gitaly/smarthttp_services_pb.rb +2 -0
- data/ruby/proto/gitaly/ssh_pb.rb +2 -2
- data/ruby/proto/gitaly/transaction_pb.rb +2 -2
- data/ruby/proto/gitaly/version.rb +1 -1
- data/ruby/proto/gitaly/wiki_pb.rb +2 -2
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b201f1fddfda7672b5f7f11e28fabf4097806abc2e22586a7dbf3598cdafbb5
|
4
|
+
data.tar.gz: 39ebe5ad0fe81e22f44f4fd79eb6e955404444a196cee37e62002594bf78db36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5072b5ef0e6223e4cb46ea1a672026d256b41ee76969a6b03e8ae828baebcfdb8615806675f4f8a4da8d8c2318f2acff2431bd7bb57120d8155f82215334a205
|
7
|
+
data.tar.gz: 05462deaf89ecc1d54ca4c583456554be7381d45435ab71610d66c7c58912908acbfeb5cd9d7e8944b2d6b982dfdbb06735a9cb11d0b5865284ecb42c72f66df
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: blob.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("blob.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.GetBlobRequest" do
|
@@ -41,6 +41,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
41
41
|
repeated :revisions, :string, 2
|
42
42
|
optional :limit, :uint32, 3
|
43
43
|
optional :bytes_limit, :int64, 4
|
44
|
+
optional :with_paths, :bool, 5
|
44
45
|
end
|
45
46
|
add_message "gitaly.ListBlobsResponse" do
|
46
47
|
repeated :blobs, :message, 1, "gitaly.ListBlobsResponse.Blob"
|
@@ -49,6 +50,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
49
50
|
optional :oid, :string, 1
|
50
51
|
optional :size, :int64, 2
|
51
52
|
optional :data, :bytes, 3
|
53
|
+
optional :path, :bytes, 4
|
52
54
|
end
|
53
55
|
add_message "gitaly.ListAllBlobsRequest" do
|
54
56
|
optional :repository, :message, 1, "gitaly.Repository"
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: cleanup.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("cleanup.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.ApplyBfgObjectMapStreamRequest" do
|
@@ -1,11 +1,11 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: commit.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
8
6
|
require 'google/protobuf/timestamp_pb'
|
7
|
+
require 'google/protobuf'
|
8
|
+
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
10
|
add_file("commit.proto", :syntax => :proto3) do
|
11
11
|
add_message "gitaly.ListCommitsRequest" do
|
@@ -15,9 +15,9 @@ module Gitaly
|
|
15
15
|
self.service_name = 'gitaly.CommitService'
|
16
16
|
|
17
17
|
# ListCommits lists all commits reachable via a set of references by doing a
|
18
|
-
# graph walk. This deprecates
|
19
|
-
#
|
20
|
-
#
|
18
|
+
# graph walk. This deprecates FindAllCommits, FindCommits (except Follow is
|
19
|
+
# not yet supported) and CommitsBetweenRequest. Any unknown revisions will
|
20
|
+
# cause the RPC to fail.
|
21
21
|
rpc :ListCommits, ::Gitaly::ListCommitsRequest, stream(::Gitaly::ListCommitsResponse)
|
22
22
|
# ListAllCommits lists all commits present in the repository, including
|
23
23
|
# those not reachable by any reference.
|
@@ -1,11 +1,11 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: conflicts.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
8
6
|
require 'google/protobuf/timestamp_pb'
|
7
|
+
require 'google/protobuf'
|
8
|
+
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
10
|
add_file("conflicts.proto", :syntax => :proto3) do
|
11
11
|
add_message "gitaly.ListConflictFilesRequest" do
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: diff.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("diff.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.CommitDiffRequest" do
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
+
# source: errors.proto
|
3
|
+
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
6
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
7
|
+
add_file("errors.proto", :syntax => :proto3) do
|
8
|
+
add_message "gitaly.AccessCheckError" do
|
9
|
+
optional :error_message, :string, 1
|
10
|
+
optional :protocol, :string, 2
|
11
|
+
optional :user_id, :string, 3
|
12
|
+
optional :changes, :bytes, 4
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
module Gitaly
|
18
|
+
AccessCheckError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.AccessCheckError").msgclass
|
19
|
+
end
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: hook.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("hook.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.PreReceiveHookRequest" do
|
@@ -66,6 +66,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
66
66
|
optional :stdout, :bytes, 1
|
67
67
|
optional :stderr, :bytes, 2
|
68
68
|
end
|
69
|
+
add_message "gitaly.PackObjectsHookWithSidechannelRequest" do
|
70
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
71
|
+
repeated :args, :string, 2
|
72
|
+
end
|
73
|
+
add_message "gitaly.PackObjectsHookWithSidechannelResponse" do
|
74
|
+
end
|
69
75
|
end
|
70
76
|
end
|
71
77
|
|
@@ -81,4 +87,6 @@ module Gitaly
|
|
81
87
|
ReferenceTransactionHookResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReferenceTransactionHookResponse").msgclass
|
82
88
|
PackObjectsHookRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PackObjectsHookRequest").msgclass
|
83
89
|
PackObjectsHookResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PackObjectsHookResponse").msgclass
|
90
|
+
PackObjectsHookWithSidechannelRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PackObjectsHookWithSidechannelRequest").msgclass
|
91
|
+
PackObjectsHookWithSidechannelResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PackObjectsHookWithSidechannelResponse").msgclass
|
84
92
|
end
|
@@ -18,10 +18,11 @@ module Gitaly
|
|
18
18
|
rpc :PostReceiveHook, stream(::Gitaly::PostReceiveHookRequest), stream(::Gitaly::PostReceiveHookResponse)
|
19
19
|
rpc :UpdateHook, ::Gitaly::UpdateHookRequest, stream(::Gitaly::UpdateHookResponse)
|
20
20
|
rpc :ReferenceTransactionHook, stream(::Gitaly::ReferenceTransactionHookRequest), stream(::Gitaly::ReferenceTransactionHookResponse)
|
21
|
-
# PackObjectsHook
|
22
|
-
# uploadpack.packObjectsHook mechanism. It generates a stream of packed
|
23
|
-
# Git objects.
|
21
|
+
# PackObjectsHook has been replaced by PackObjectsHookWithSidechannel. Remove in 15.0.
|
24
22
|
rpc :PackObjectsHook, stream(::Gitaly::PackObjectsHookRequest), stream(::Gitaly::PackObjectsHookResponse)
|
23
|
+
# PackObjectsHookWithSidechannel is an optimized version of PackObjectsHook that uses
|
24
|
+
# a unix socket side channel.
|
25
|
+
rpc :PackObjectsHookWithSidechannel, ::Gitaly::PackObjectsHookWithSidechannelRequest, ::Gitaly::PackObjectsHookWithSidechannelResponse
|
25
26
|
end
|
26
27
|
|
27
28
|
Stub = Service.rpc_stub_class
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: internal.proto
|
3
3
|
|
4
|
+
require 'lint_pb'
|
4
5
|
require 'google/protobuf'
|
5
6
|
|
6
|
-
require 'lint_pb'
|
7
7
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
8
8
|
add_file("internal.proto", :syntax => :proto3) do
|
9
9
|
add_message "gitaly.WalkReposRequest" do
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: namespace.proto
|
3
3
|
|
4
|
+
require 'lint_pb'
|
4
5
|
require 'google/protobuf'
|
5
6
|
|
6
|
-
require 'lint_pb'
|
7
7
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
8
8
|
add_file("namespace.proto", :syntax => :proto3) do
|
9
9
|
add_message "gitaly.AddNamespaceRequest" do
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: objectpool.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("objectpool.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.CreateObjectPoolRequest" do
|
@@ -24,12 +24,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
24
24
|
end
|
25
25
|
add_message "gitaly.LinkRepositoryToObjectPoolResponse" do
|
26
26
|
end
|
27
|
-
add_message "gitaly.UnlinkRepositoryFromObjectPoolRequest" do
|
28
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
29
|
-
optional :object_pool, :message, 2, "gitaly.ObjectPool"
|
30
|
-
end
|
31
|
-
add_message "gitaly.UnlinkRepositoryFromObjectPoolResponse" do
|
32
|
-
end
|
33
27
|
add_message "gitaly.ReduplicateRepositoryRequest" do
|
34
28
|
optional :repository, :message, 1, "gitaly.Repository"
|
35
29
|
end
|
@@ -63,8 +57,6 @@ module Gitaly
|
|
63
57
|
DeleteObjectPoolResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.DeleteObjectPoolResponse").msgclass
|
64
58
|
LinkRepositoryToObjectPoolRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LinkRepositoryToObjectPoolRequest").msgclass
|
65
59
|
LinkRepositoryToObjectPoolResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LinkRepositoryToObjectPoolResponse").msgclass
|
66
|
-
UnlinkRepositoryFromObjectPoolRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UnlinkRepositoryFromObjectPoolRequest").msgclass
|
67
|
-
UnlinkRepositoryFromObjectPoolResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UnlinkRepositoryFromObjectPoolResponse").msgclass
|
68
60
|
ReduplicateRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReduplicateRepositoryRequest").msgclass
|
69
61
|
ReduplicateRepositoryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReduplicateRepositoryResponse").msgclass
|
70
62
|
DisconnectGitAlternatesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.DisconnectGitAlternatesRequest").msgclass
|
@@ -18,7 +18,6 @@ module Gitaly
|
|
18
18
|
rpc :DeleteObjectPool, ::Gitaly::DeleteObjectPoolRequest, ::Gitaly::DeleteObjectPoolResponse
|
19
19
|
# Repositories are assumed to be stored on the same disk
|
20
20
|
rpc :LinkRepositoryToObjectPool, ::Gitaly::LinkRepositoryToObjectPoolRequest, ::Gitaly::LinkRepositoryToObjectPoolResponse
|
21
|
-
rpc :UnlinkRepositoryFromObjectPool, ::Gitaly::UnlinkRepositoryFromObjectPoolRequest, ::Gitaly::UnlinkRepositoryFromObjectPoolResponse
|
22
21
|
rpc :ReduplicateRepository, ::Gitaly::ReduplicateRepositoryRequest, ::Gitaly::ReduplicateRepositoryResponse
|
23
22
|
rpc :DisconnectGitAlternates, ::Gitaly::DisconnectGitAlternatesRequest, ::Gitaly::DisconnectGitAlternatesResponse
|
24
23
|
rpc :FetchIntoObjectPool, ::Gitaly::FetchIntoObjectPoolRequest, ::Gitaly::FetchIntoObjectPoolResponse
|
@@ -1,11 +1,12 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: operations.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'errors_pb'
|
8
7
|
require 'google/protobuf/timestamp_pb'
|
8
|
+
require 'google/protobuf'
|
9
|
+
|
9
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
11
|
add_file("operations.proto", :syntax => :proto3) do
|
11
12
|
add_message "gitaly.UserCreateBranchRequest" do
|
@@ -71,6 +72,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
71
72
|
optional :branch_update, :message, 3, "gitaly.OperationBranchUpdate"
|
72
73
|
optional :pre_receive_error, :string, 4
|
73
74
|
end
|
75
|
+
add_message "gitaly.UserMergeBranchError" do
|
76
|
+
oneof :error do
|
77
|
+
optional :access_check, :message, 1, "gitaly.AccessCheckError"
|
78
|
+
end
|
79
|
+
end
|
74
80
|
add_message "gitaly.UserMergeToRefRequest" do
|
75
81
|
optional :repository, :message, 1, "gitaly.Repository"
|
76
82
|
optional :user, :message, 2, "gitaly.User"
|
@@ -277,6 +283,7 @@ module Gitaly
|
|
277
283
|
UserCreateTagResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserCreateTagResponse").msgclass
|
278
284
|
UserMergeBranchRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserMergeBranchRequest").msgclass
|
279
285
|
UserMergeBranchResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserMergeBranchResponse").msgclass
|
286
|
+
UserMergeBranchError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserMergeBranchError").msgclass
|
280
287
|
UserMergeToRefRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserMergeToRefRequest").msgclass
|
281
288
|
UserMergeToRefResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserMergeToRefResponse").msgclass
|
282
289
|
OperationBranchUpdate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OperationBranchUpdate").msgclass
|
@@ -1,12 +1,38 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: praefect.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("praefect.proto", :syntax => :proto3) do
|
10
|
+
add_message "gitaly.GetRepositoryMetadataRequest" do
|
11
|
+
oneof :query do
|
12
|
+
optional :repository_id, :int64, 1
|
13
|
+
optional :path, :message, 2, "gitaly.GetRepositoryMetadataRequest.Path"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
add_message "gitaly.GetRepositoryMetadataRequest.Path" do
|
17
|
+
optional :virtual_storage, :string, 1
|
18
|
+
optional :relative_path, :string, 2
|
19
|
+
end
|
20
|
+
add_message "gitaly.GetRepositoryMetadataResponse" do
|
21
|
+
optional :repository_id, :int64, 1
|
22
|
+
optional :virtual_storage, :string, 2
|
23
|
+
optional :relative_path, :string, 3
|
24
|
+
optional :replica_path, :string, 4
|
25
|
+
optional :primary, :string, 5
|
26
|
+
optional :generation, :int64, 6
|
27
|
+
repeated :replicas, :message, 7, "gitaly.GetRepositoryMetadataResponse.Replica"
|
28
|
+
end
|
29
|
+
add_message "gitaly.GetRepositoryMetadataResponse.Replica" do
|
30
|
+
optional :storage, :string, 1
|
31
|
+
optional :assigned, :bool, 2
|
32
|
+
optional :generation, :int64, 4
|
33
|
+
optional :healthy, :bool, 5
|
34
|
+
optional :valid_primary, :bool, 6
|
35
|
+
end
|
10
36
|
add_message "gitaly.SetReplicationFactorRequest" do
|
11
37
|
optional :virtual_storage, :string, 1
|
12
38
|
optional :relative_path, :string, 2
|
@@ -57,6 +83,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
57
83
|
end
|
58
84
|
|
59
85
|
module Gitaly
|
86
|
+
GetRepositoryMetadataRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetRepositoryMetadataRequest").msgclass
|
87
|
+
GetRepositoryMetadataRequest::Path = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetRepositoryMetadataRequest.Path").msgclass
|
88
|
+
GetRepositoryMetadataResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetRepositoryMetadataResponse").msgclass
|
89
|
+
GetRepositoryMetadataResponse::Replica = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetRepositoryMetadataResponse.Replica").msgclass
|
60
90
|
SetReplicationFactorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetReplicationFactorRequest").msgclass
|
61
91
|
SetReplicationFactorResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetReplicationFactorResponse").msgclass
|
62
92
|
SetAuthoritativeStorageRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetAuthoritativeStorageRequest").msgclass
|
@@ -30,6 +30,8 @@ module Gitaly
|
|
30
30
|
# from a Praefect node that does not yet know about a new node. As assignments of unconfigured storages are ignored, replication
|
31
31
|
# factor of repositories assigned to a storage node removed from the cluster is effectively decreased.
|
32
32
|
rpc :SetReplicationFactor, ::Gitaly::SetReplicationFactorRequest, ::Gitaly::SetReplicationFactorResponse
|
33
|
+
# GetRepositoryMetadata returns the cluster metadata for a repository. Returns NotFound if the repository does not exist.
|
34
|
+
rpc :GetRepositoryMetadata, ::Gitaly::GetRepositoryMetadataRequest, ::Gitaly::GetRepositoryMetadataResponse
|
33
35
|
end
|
34
36
|
|
35
37
|
Stub = Service.rpc_stub_class
|
data/ruby/proto/gitaly/ref_pb.rb
CHANGED
@@ -1,22 +1,13 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: ref.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
8
|
-
require 'blob_pb'
|
9
6
|
require 'google/protobuf/timestamp_pb'
|
7
|
+
require 'google/protobuf'
|
8
|
+
|
10
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
11
10
|
add_file("ref.proto", :syntax => :proto3) do
|
12
|
-
add_message "gitaly.ListNewBlobsRequest" do
|
13
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
14
|
-
optional :commit_id, :string, 2
|
15
|
-
optional :limit, :uint32, 3
|
16
|
-
end
|
17
|
-
add_message "gitaly.ListNewBlobsResponse" do
|
18
|
-
repeated :new_blob_objects, :message, 1, "gitaly.NewBlobObject"
|
19
|
-
end
|
20
11
|
add_message "gitaly.FindDefaultBranchNameRequest" do
|
21
12
|
optional :repository, :message, 1, "gitaly.Repository"
|
22
13
|
end
|
@@ -35,14 +26,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
35
26
|
add_message "gitaly.FindAllTagNamesResponse" do
|
36
27
|
repeated :names, :bytes, 1
|
37
28
|
end
|
38
|
-
add_message "gitaly.FindRefNameRequest" do
|
39
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
40
|
-
optional :commit_id, :string, 2
|
41
|
-
optional :prefix, :bytes, 3
|
42
|
-
end
|
43
|
-
add_message "gitaly.FindRefNameResponse" do
|
44
|
-
optional :name, :bytes, 1
|
45
|
-
end
|
46
29
|
add_message "gitaly.FindLocalBranchesRequest" do
|
47
30
|
optional :repository, :message, 1, "gitaly.Repository"
|
48
31
|
optional :sort_by, :enum, 2, "gitaly.FindLocalBranchesRequest.SortBy"
|
@@ -91,6 +74,16 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
91
74
|
end
|
92
75
|
add_message "gitaly.FindAllTagsRequest" do
|
93
76
|
optional :repository, :message, 1, "gitaly.Repository"
|
77
|
+
optional :sort_by, :message, 2, "gitaly.FindAllTagsRequest.SortBy"
|
78
|
+
optional :pagination_params, :message, 3, "gitaly.PaginationParameter"
|
79
|
+
end
|
80
|
+
add_message "gitaly.FindAllTagsRequest.SortBy" do
|
81
|
+
optional :key, :enum, 1, "gitaly.FindAllTagsRequest.SortBy.Key"
|
82
|
+
optional :direction, :enum, 2, "gitaly.SortDirection"
|
83
|
+
end
|
84
|
+
add_enum "gitaly.FindAllTagsRequest.SortBy.Key" do
|
85
|
+
value :REFNAME, 0
|
86
|
+
value :CREATORDATE, 1
|
94
87
|
end
|
95
88
|
add_message "gitaly.FindAllTagsResponse" do
|
96
89
|
repeated :tags, :message, 1, "gitaly.Tag"
|
@@ -174,13 +167,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
174
167
|
optional :message, :bytes, 2
|
175
168
|
optional :tag_id, :string, 3
|
176
169
|
end
|
177
|
-
add_message "gitaly.ListNewCommitsRequest" do
|
178
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
179
|
-
optional :commit_id, :string, 2
|
180
|
-
end
|
181
|
-
add_message "gitaly.ListNewCommitsResponse" do
|
182
|
-
repeated :commits, :message, 1, "gitaly.GitCommit"
|
183
|
-
end
|
184
170
|
add_message "gitaly.FindAllRemoteBranchesRequest" do
|
185
171
|
optional :repository, :message, 1, "gitaly.Repository"
|
186
172
|
optional :remote_name, :string, 2
|
@@ -194,20 +180,38 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
194
180
|
end
|
195
181
|
add_message "gitaly.PackRefsResponse" do
|
196
182
|
end
|
183
|
+
add_message "gitaly.ListRefsRequest" do
|
184
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
185
|
+
repeated :patterns, :bytes, 2
|
186
|
+
optional :head, :bool, 3
|
187
|
+
end
|
188
|
+
add_message "gitaly.ListRefsResponse" do
|
189
|
+
repeated :references, :message, 1, "gitaly.ListRefsResponse.Reference"
|
190
|
+
end
|
191
|
+
add_message "gitaly.ListRefsResponse.Reference" do
|
192
|
+
optional :name, :bytes, 1
|
193
|
+
optional :target, :string, 2
|
194
|
+
end
|
195
|
+
add_message "gitaly.FindRefsByOIDRequest" do
|
196
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
197
|
+
optional :oid, :string, 2
|
198
|
+
repeated :ref_patterns, :string, 3
|
199
|
+
optional :sort_field, :string, 4
|
200
|
+
optional :limit, :uint32, 5
|
201
|
+
end
|
202
|
+
add_message "gitaly.FindRefsByOIDResponse" do
|
203
|
+
repeated :refs, :string, 1
|
204
|
+
end
|
197
205
|
end
|
198
206
|
end
|
199
207
|
|
200
208
|
module Gitaly
|
201
|
-
ListNewBlobsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListNewBlobsRequest").msgclass
|
202
|
-
ListNewBlobsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListNewBlobsResponse").msgclass
|
203
209
|
FindDefaultBranchNameRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindDefaultBranchNameRequest").msgclass
|
204
210
|
FindDefaultBranchNameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindDefaultBranchNameResponse").msgclass
|
205
211
|
FindAllBranchNamesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllBranchNamesRequest").msgclass
|
206
212
|
FindAllBranchNamesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllBranchNamesResponse").msgclass
|
207
213
|
FindAllTagNamesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllTagNamesRequest").msgclass
|
208
214
|
FindAllTagNamesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllTagNamesResponse").msgclass
|
209
|
-
FindRefNameRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRefNameRequest").msgclass
|
210
|
-
FindRefNameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRefNameResponse").msgclass
|
211
215
|
FindLocalBranchesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindLocalBranchesRequest").msgclass
|
212
216
|
FindLocalBranchesRequest::SortBy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindLocalBranchesRequest.SortBy").enummodule
|
213
217
|
FindLocalBranchesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindLocalBranchesResponse").msgclass
|
@@ -219,6 +223,8 @@ module Gitaly
|
|
219
223
|
FindTagRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindTagRequest").msgclass
|
220
224
|
FindTagResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindTagResponse").msgclass
|
221
225
|
FindAllTagsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllTagsRequest").msgclass
|
226
|
+
FindAllTagsRequest::SortBy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllTagsRequest.SortBy").msgclass
|
227
|
+
FindAllTagsRequest::SortBy::Key = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllTagsRequest.SortBy.Key").enummodule
|
222
228
|
FindAllTagsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllTagsResponse").msgclass
|
223
229
|
RefExistsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RefExistsRequest").msgclass
|
224
230
|
RefExistsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RefExistsResponse").msgclass
|
@@ -240,10 +246,13 @@ module Gitaly
|
|
240
246
|
GetTagSignaturesResponse::TagSignature = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetTagSignaturesResponse.TagSignature").msgclass
|
241
247
|
GetTagMessagesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetTagMessagesRequest").msgclass
|
242
248
|
GetTagMessagesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetTagMessagesResponse").msgclass
|
243
|
-
ListNewCommitsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListNewCommitsRequest").msgclass
|
244
|
-
ListNewCommitsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListNewCommitsResponse").msgclass
|
245
249
|
FindAllRemoteBranchesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllRemoteBranchesRequest").msgclass
|
246
250
|
FindAllRemoteBranchesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllRemoteBranchesResponse").msgclass
|
247
251
|
PackRefsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PackRefsRequest").msgclass
|
248
252
|
PackRefsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PackRefsResponse").msgclass
|
253
|
+
ListRefsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListRefsRequest").msgclass
|
254
|
+
ListRefsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListRefsResponse").msgclass
|
255
|
+
ListRefsResponse::Reference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListRefsResponse.Reference").msgclass
|
256
|
+
FindRefsByOIDRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRefsByOIDRequest").msgclass
|
257
|
+
FindRefsByOIDResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRefsByOIDResponse").msgclass
|
249
258
|
end
|
@@ -17,11 +17,10 @@ module Gitaly
|
|
17
17
|
rpc :FindDefaultBranchName, ::Gitaly::FindDefaultBranchNameRequest, ::Gitaly::FindDefaultBranchNameResponse
|
18
18
|
rpc :FindAllBranchNames, ::Gitaly::FindAllBranchNamesRequest, stream(::Gitaly::FindAllBranchNamesResponse)
|
19
19
|
rpc :FindAllTagNames, ::Gitaly::FindAllTagNamesRequest, stream(::Gitaly::FindAllTagNamesResponse)
|
20
|
-
# Find a Ref matching the given constraints. Response may be empty.
|
21
|
-
rpc :FindRefName, ::Gitaly::FindRefNameRequest, ::Gitaly::FindRefNameResponse
|
22
20
|
# Return a stream so we can divide the response in chunks of branches
|
23
21
|
rpc :FindLocalBranches, ::Gitaly::FindLocalBranchesRequest, stream(::Gitaly::FindLocalBranchesResponse)
|
24
22
|
rpc :FindAllBranches, ::Gitaly::FindAllBranchesRequest, stream(::Gitaly::FindAllBranchesResponse)
|
23
|
+
# Returns a stream of tags repository has.
|
25
24
|
rpc :FindAllTags, ::Gitaly::FindAllTagsRequest, stream(::Gitaly::FindAllTagsResponse)
|
26
25
|
rpc :FindTag, ::Gitaly::FindTagRequest, ::Gitaly::FindTagResponse
|
27
26
|
rpc :FindAllRemoteBranches, ::Gitaly::FindAllRemoteBranchesRequest, stream(::Gitaly::FindAllRemoteBranchesResponse)
|
@@ -38,10 +37,15 @@ module Gitaly
|
|
38
37
|
# which has no signature, but its unsigned contents will still be returned.
|
39
38
|
rpc :GetTagSignatures, ::Gitaly::GetTagSignaturesRequest, stream(::Gitaly::GetTagSignaturesResponse)
|
40
39
|
rpc :GetTagMessages, ::Gitaly::GetTagMessagesRequest, stream(::Gitaly::GetTagMessagesResponse)
|
41
|
-
# Returns commits that are only reachable from the ref passed
|
42
|
-
rpc :ListNewCommits, ::Gitaly::ListNewCommitsRequest, stream(::Gitaly::ListNewCommitsResponse)
|
43
|
-
rpc :ListNewBlobs, ::Gitaly::ListNewBlobsRequest, stream(::Gitaly::ListNewBlobsResponse)
|
44
40
|
rpc :PackRefs, ::Gitaly::PackRefsRequest, ::Gitaly::PackRefsResponse
|
41
|
+
# ListRefs returns a stream of all references in the repository. By default, pseudo-revisions like HEAD
|
42
|
+
# will not be returned by this RPC. Any symbolic references will be resolved to the object ID it is
|
43
|
+
# pointing at.
|
44
|
+
rpc :ListRefs, ::Gitaly::ListRefsRequest, stream(::Gitaly::ListRefsResponse)
|
45
|
+
# FindRefsByOID returns an array of fully qualified reference names that point to an object ID.
|
46
|
+
# It returns nothing if the object ID doesn't exist, or doesn't point to
|
47
|
+
# any branches or tags. Prefixes can be also be used as the object ID.
|
48
|
+
rpc :FindRefsByOID, ::Gitaly::FindRefsByOIDRequest, ::Gitaly::FindRefsByOIDResponse
|
45
49
|
end
|
46
50
|
|
47
51
|
Stub = Service.rpc_stub_class
|
@@ -1,37 +1,14 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: remote.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("remote.proto", :syntax => :proto3) do
|
10
|
-
add_message "gitaly.AddRemoteRequest" do
|
11
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
12
|
-
optional :name, :string, 2
|
13
|
-
optional :url, :string, 3
|
14
|
-
repeated :mirror_refmaps, :string, 5
|
15
|
-
end
|
16
|
-
add_message "gitaly.AddRemoteResponse" do
|
17
|
-
end
|
18
|
-
add_message "gitaly.RemoveRemoteRequest" do
|
19
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
20
|
-
optional :name, :string, 2
|
21
|
-
end
|
22
|
-
add_message "gitaly.RemoveRemoteResponse" do
|
23
|
-
optional :result, :bool, 1
|
24
|
-
end
|
25
|
-
add_message "gitaly.FetchInternalRemoteRequest" do
|
26
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
27
|
-
optional :remote_repository, :message, 2, "gitaly.Repository"
|
28
|
-
end
|
29
|
-
add_message "gitaly.FetchInternalRemoteResponse" do
|
30
|
-
optional :result, :bool, 1
|
31
|
-
end
|
32
10
|
add_message "gitaly.UpdateRemoteMirrorRequest" do
|
33
11
|
optional :repository, :message, 1, "gitaly.Repository"
|
34
|
-
optional :ref_name, :string, 2
|
35
12
|
optional :remote, :message, 7, "gitaly.UpdateRemoteMirrorRequest.Remote"
|
36
13
|
repeated :only_branches_matching, :bytes, 3
|
37
14
|
optional :ssh_key, :string, 4
|
@@ -54,34 +31,16 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
54
31
|
end
|
55
32
|
add_message "gitaly.FindRemoteRootRefRequest" do
|
56
33
|
optional :repository, :message, 1, "gitaly.Repository"
|
57
|
-
optional :remote, :string, 2
|
58
34
|
optional :remote_url, :string, 3
|
59
35
|
optional :http_authorization_header, :string, 4
|
60
36
|
end
|
61
37
|
add_message "gitaly.FindRemoteRootRefResponse" do
|
62
38
|
optional :ref, :string, 1
|
63
39
|
end
|
64
|
-
add_message "gitaly.ListRemotesRequest" do
|
65
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
66
|
-
end
|
67
|
-
add_message "gitaly.ListRemotesResponse" do
|
68
|
-
repeated :remotes, :message, 1, "gitaly.ListRemotesResponse.Remote"
|
69
|
-
end
|
70
|
-
add_message "gitaly.ListRemotesResponse.Remote" do
|
71
|
-
optional :name, :string, 1
|
72
|
-
optional :fetch_url, :string, 2
|
73
|
-
optional :push_url, :string, 3
|
74
|
-
end
|
75
40
|
end
|
76
41
|
end
|
77
42
|
|
78
43
|
module Gitaly
|
79
|
-
AddRemoteRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.AddRemoteRequest").msgclass
|
80
|
-
AddRemoteResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.AddRemoteResponse").msgclass
|
81
|
-
RemoveRemoteRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RemoveRemoteRequest").msgclass
|
82
|
-
RemoveRemoteResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RemoveRemoteResponse").msgclass
|
83
|
-
FetchInternalRemoteRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchInternalRemoteRequest").msgclass
|
84
|
-
FetchInternalRemoteResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchInternalRemoteResponse").msgclass
|
85
44
|
UpdateRemoteMirrorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UpdateRemoteMirrorRequest").msgclass
|
86
45
|
UpdateRemoteMirrorRequest::Remote = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UpdateRemoteMirrorRequest.Remote").msgclass
|
87
46
|
UpdateRemoteMirrorResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UpdateRemoteMirrorResponse").msgclass
|
@@ -89,7 +48,4 @@ module Gitaly
|
|
89
48
|
FindRemoteRepositoryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRemoteRepositoryResponse").msgclass
|
90
49
|
FindRemoteRootRefRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRemoteRootRefRequest").msgclass
|
91
50
|
FindRemoteRootRefResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRemoteRootRefResponse").msgclass
|
92
|
-
ListRemotesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListRemotesRequest").msgclass
|
93
|
-
ListRemotesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListRemotesResponse").msgclass
|
94
|
-
ListRemotesResponse::Remote = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListRemotesResponse.Remote").msgclass
|
95
51
|
end
|
@@ -14,9 +14,6 @@ module Gitaly
|
|
14
14
|
self.unmarshal_class_method = :decode
|
15
15
|
self.service_name = 'gitaly.RemoteService'
|
16
16
|
|
17
|
-
rpc :AddRemote, ::Gitaly::AddRemoteRequest, ::Gitaly::AddRemoteResponse
|
18
|
-
rpc :FetchInternalRemote, ::Gitaly::FetchInternalRemoteRequest, ::Gitaly::FetchInternalRemoteResponse
|
19
|
-
rpc :RemoveRemote, ::Gitaly::RemoveRemoteRequest, ::Gitaly::RemoveRemoteResponse
|
20
17
|
# UpdateRemoteMirror compares the references in the target repository and its remote mirror
|
21
18
|
# repository. Any differences in the references are then addressed by pushing the differing
|
22
19
|
# references to the mirror. Created and modified references are updated, removed references are
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: repository-service.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("repository-service.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.RepositoryExistsRequest" do
|
@@ -62,9 +62,15 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
62
62
|
end
|
63
63
|
add_message "gitaly.ApplyGitattributesResponse" do
|
64
64
|
end
|
65
|
+
add_message "gitaly.FetchBundleRequest" do
|
66
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
67
|
+
optional :data, :bytes, 2
|
68
|
+
optional :update_head, :bool, 3
|
69
|
+
end
|
70
|
+
add_message "gitaly.FetchBundleResponse" do
|
71
|
+
end
|
65
72
|
add_message "gitaly.FetchRemoteRequest" do
|
66
73
|
optional :repository, :message, 1, "gitaly.Repository"
|
67
|
-
optional :remote, :string, 2
|
68
74
|
optional :force, :bool, 3
|
69
75
|
optional :no_tags, :bool, 4
|
70
76
|
optional :timeout, :int32, 5
|
@@ -144,20 +150,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
144
150
|
end
|
145
151
|
add_message "gitaly.CreateForkResponse" do
|
146
152
|
end
|
147
|
-
add_message "gitaly.IsRebaseInProgressRequest" do
|
148
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
149
|
-
optional :rebase_id, :string, 2
|
150
|
-
end
|
151
|
-
add_message "gitaly.IsRebaseInProgressResponse" do
|
152
|
-
optional :in_progress, :bool, 1
|
153
|
-
end
|
154
|
-
add_message "gitaly.IsSquashInProgressRequest" do
|
155
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
156
|
-
optional :squash_id, :string, 2
|
157
|
-
end
|
158
|
-
add_message "gitaly.IsSquashInProgressResponse" do
|
159
|
-
optional :in_progress, :bool, 1
|
160
|
-
end
|
161
153
|
add_message "gitaly.CreateRepositoryFromURLRequest" do
|
162
154
|
optional :repository, :message, 1, "gitaly.Repository"
|
163
155
|
optional :url, :string, 2
|
@@ -170,31 +162,18 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
170
162
|
add_message "gitaly.CreateBundleResponse" do
|
171
163
|
optional :data, :bytes, 1
|
172
164
|
end
|
173
|
-
add_message "gitaly.
|
165
|
+
add_message "gitaly.CreateBundleFromRefListRequest" do
|
174
166
|
optional :repository, :message, 1, "gitaly.Repository"
|
167
|
+
repeated :patterns, :bytes, 2
|
175
168
|
end
|
176
|
-
add_message "gitaly.
|
169
|
+
add_message "gitaly.CreateBundleFromRefListResponse" do
|
177
170
|
optional :data, :bytes, 1
|
178
171
|
end
|
179
|
-
add_message "gitaly.
|
180
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
181
|
-
repeated :entries, :message, 2, "gitaly.SetConfigRequest.Entry"
|
182
|
-
end
|
183
|
-
add_message "gitaly.SetConfigRequest.Entry" do
|
184
|
-
optional :key, :string, 1
|
185
|
-
oneof :value do
|
186
|
-
optional :value_str, :string, 2
|
187
|
-
optional :value_int32, :int32, 3
|
188
|
-
optional :value_bool, :bool, 4
|
189
|
-
end
|
190
|
-
end
|
191
|
-
add_message "gitaly.SetConfigResponse" do
|
192
|
-
end
|
193
|
-
add_message "gitaly.DeleteConfigRequest" do
|
172
|
+
add_message "gitaly.GetConfigRequest" do
|
194
173
|
optional :repository, :message, 1, "gitaly.Repository"
|
195
|
-
repeated :keys, :string, 2
|
196
174
|
end
|
197
|
-
add_message "gitaly.
|
175
|
+
add_message "gitaly.GetConfigResponse" do
|
176
|
+
optional :data, :bytes, 1
|
198
177
|
end
|
199
178
|
add_message "gitaly.RestoreCustomHooksRequest" do
|
200
179
|
optional :repository, :message, 1, "gitaly.Repository"
|
@@ -305,20 +284,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
305
284
|
add_message "gitaly.GetObjectDirectorySizeResponse" do
|
306
285
|
optional :size, :int64, 1
|
307
286
|
end
|
308
|
-
add_message "gitaly.CloneFromPoolRequest" do
|
309
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
310
|
-
optional :pool, :message, 2, "gitaly.ObjectPool"
|
311
|
-
optional :remote, :message, 3, "gitaly.Remote"
|
312
|
-
end
|
313
|
-
add_message "gitaly.CloneFromPoolResponse" do
|
314
|
-
end
|
315
|
-
add_message "gitaly.CloneFromPoolInternalRequest" do
|
316
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
317
|
-
optional :pool, :message, 2, "gitaly.ObjectPool"
|
318
|
-
optional :source_repository, :message, 3, "gitaly.Repository"
|
319
|
-
end
|
320
|
-
add_message "gitaly.CloneFromPoolInternalResponse" do
|
321
|
-
end
|
322
287
|
add_message "gitaly.RemoveRepositoryRequest" do
|
323
288
|
optional :repository, :message, 1, "gitaly.Repository"
|
324
289
|
end
|
@@ -370,6 +335,8 @@ module Gitaly
|
|
370
335
|
RepositorySizeResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RepositorySizeResponse").msgclass
|
371
336
|
ApplyGitattributesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyGitattributesRequest").msgclass
|
372
337
|
ApplyGitattributesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyGitattributesResponse").msgclass
|
338
|
+
FetchBundleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchBundleRequest").msgclass
|
339
|
+
FetchBundleResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchBundleResponse").msgclass
|
373
340
|
FetchRemoteRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchRemoteRequest").msgclass
|
374
341
|
FetchRemoteResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchRemoteResponse").msgclass
|
375
342
|
CreateRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateRepositoryRequest").msgclass
|
@@ -389,21 +356,14 @@ module Gitaly
|
|
389
356
|
FindMergeBaseResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindMergeBaseResponse").msgclass
|
390
357
|
CreateForkRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateForkRequest").msgclass
|
391
358
|
CreateForkResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateForkResponse").msgclass
|
392
|
-
IsRebaseInProgressRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.IsRebaseInProgressRequest").msgclass
|
393
|
-
IsRebaseInProgressResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.IsRebaseInProgressResponse").msgclass
|
394
|
-
IsSquashInProgressRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.IsSquashInProgressRequest").msgclass
|
395
|
-
IsSquashInProgressResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.IsSquashInProgressResponse").msgclass
|
396
359
|
CreateRepositoryFromURLRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateRepositoryFromURLRequest").msgclass
|
397
360
|
CreateRepositoryFromURLResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateRepositoryFromURLResponse").msgclass
|
398
361
|
CreateBundleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateBundleRequest").msgclass
|
399
362
|
CreateBundleResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateBundleResponse").msgclass
|
363
|
+
CreateBundleFromRefListRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateBundleFromRefListRequest").msgclass
|
364
|
+
CreateBundleFromRefListResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateBundleFromRefListResponse").msgclass
|
400
365
|
GetConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetConfigRequest").msgclass
|
401
366
|
GetConfigResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetConfigResponse").msgclass
|
402
|
-
SetConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetConfigRequest").msgclass
|
403
|
-
SetConfigRequest::Entry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetConfigRequest.Entry").msgclass
|
404
|
-
SetConfigResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetConfigResponse").msgclass
|
405
|
-
DeleteConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.DeleteConfigRequest").msgclass
|
406
|
-
DeleteConfigResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.DeleteConfigResponse").msgclass
|
407
367
|
RestoreCustomHooksRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RestoreCustomHooksRequest").msgclass
|
408
368
|
RestoreCustomHooksResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RestoreCustomHooksResponse").msgclass
|
409
369
|
BackupCustomHooksRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.BackupCustomHooksRequest").msgclass
|
@@ -431,10 +391,6 @@ module Gitaly
|
|
431
391
|
Remote = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Remote").msgclass
|
432
392
|
GetObjectDirectorySizeRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetObjectDirectorySizeRequest").msgclass
|
433
393
|
GetObjectDirectorySizeResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetObjectDirectorySizeResponse").msgclass
|
434
|
-
CloneFromPoolRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CloneFromPoolRequest").msgclass
|
435
|
-
CloneFromPoolResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CloneFromPoolResponse").msgclass
|
436
|
-
CloneFromPoolInternalRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CloneFromPoolInternalRequest").msgclass
|
437
|
-
CloneFromPoolInternalResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CloneFromPoolInternalResponse").msgclass
|
438
394
|
RemoveRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RemoveRepositoryRequest").msgclass
|
439
395
|
RemoveRepositoryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RemoveRepositoryResponse").msgclass
|
440
396
|
RenameRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RenameRepositoryRequest").msgclass
|
@@ -35,16 +35,20 @@ module Gitaly
|
|
35
35
|
rpc :WriteRef, ::Gitaly::WriteRefRequest, ::Gitaly::WriteRefResponse
|
36
36
|
rpc :FindMergeBase, ::Gitaly::FindMergeBaseRequest, ::Gitaly::FindMergeBaseResponse
|
37
37
|
rpc :CreateFork, ::Gitaly::CreateForkRequest, ::Gitaly::CreateForkResponse
|
38
|
-
rpc :IsRebaseInProgress, ::Gitaly::IsRebaseInProgressRequest, ::Gitaly::IsRebaseInProgressResponse
|
39
|
-
rpc :IsSquashInProgress, ::Gitaly::IsSquashInProgressRequest, ::Gitaly::IsSquashInProgressResponse
|
40
38
|
rpc :CreateRepositoryFromURL, ::Gitaly::CreateRepositoryFromURLRequest, ::Gitaly::CreateRepositoryFromURLResponse
|
39
|
+
# CreateBundle creates a bundle from all refs
|
41
40
|
rpc :CreateBundle, ::Gitaly::CreateBundleRequest, stream(::Gitaly::CreateBundleResponse)
|
41
|
+
# CreateBundleFromRefList creates a bundle from a stream of ref patterns.
|
42
|
+
# When the bundle would be empty the FailedPrecondition error code is returned.
|
43
|
+
rpc :CreateBundleFromRefList, stream(::Gitaly::CreateBundleFromRefListRequest), stream(::Gitaly::CreateBundleFromRefListResponse)
|
44
|
+
# FetchBundle fetches references from a bundle into the local repository.
|
45
|
+
# Refs will be mirrored to the target repository with the refspec
|
46
|
+
# "+refs/*:refs/*" and refs that do not exist in the bundle will be removed.
|
47
|
+
rpc :FetchBundle, stream(::Gitaly::FetchBundleRequest), ::Gitaly::FetchBundleResponse
|
42
48
|
rpc :CreateRepositoryFromBundle, stream(::Gitaly::CreateRepositoryFromBundleRequest), ::Gitaly::CreateRepositoryFromBundleResponse
|
43
49
|
# GetConfig reads the target repository's gitconfig and streams its contents
|
44
50
|
# back. Returns a NotFound error in case no gitconfig was found.
|
45
51
|
rpc :GetConfig, ::Gitaly::GetConfigRequest, stream(::Gitaly::GetConfigResponse)
|
46
|
-
rpc :SetConfig, ::Gitaly::SetConfigRequest, ::Gitaly::SetConfigResponse
|
47
|
-
rpc :DeleteConfig, ::Gitaly::DeleteConfigRequest, ::Gitaly::DeleteConfigResponse
|
48
52
|
rpc :FindLicense, ::Gitaly::FindLicenseRequest, ::Gitaly::FindLicenseResponse
|
49
53
|
rpc :GetInfoAttributes, ::Gitaly::GetInfoAttributesRequest, stream(::Gitaly::GetInfoAttributesResponse)
|
50
54
|
rpc :CalculateChecksum, ::Gitaly::CalculateChecksumRequest, ::Gitaly::CalculateChecksumResponse
|
@@ -57,8 +61,6 @@ module Gitaly
|
|
57
61
|
rpc :RestoreCustomHooks, stream(::Gitaly::RestoreCustomHooksRequest), ::Gitaly::RestoreCustomHooksResponse
|
58
62
|
rpc :BackupCustomHooks, ::Gitaly::BackupCustomHooksRequest, stream(::Gitaly::BackupCustomHooksResponse)
|
59
63
|
rpc :GetObjectDirectorySize, ::Gitaly::GetObjectDirectorySizeRequest, ::Gitaly::GetObjectDirectorySizeResponse
|
60
|
-
rpc :CloneFromPool, ::Gitaly::CloneFromPoolRequest, ::Gitaly::CloneFromPoolResponse
|
61
|
-
rpc :CloneFromPoolInternal, ::Gitaly::CloneFromPoolInternalRequest, ::Gitaly::CloneFromPoolInternalResponse
|
62
64
|
# RemoveRepository will move the repository to `+gitaly/tmp/<relative_path>_removed` and
|
63
65
|
# eventually remove it. This ensures that even on networked filesystems the
|
64
66
|
# data is actually removed even if there's someone still handling the data.
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: server.proto
|
3
3
|
|
4
|
+
require 'lint_pb'
|
4
5
|
require 'google/protobuf'
|
5
6
|
|
6
|
-
require 'lint_pb'
|
7
7
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
8
8
|
add_file("server.proto", :syntax => :proto3) do
|
9
9
|
add_message "gitaly.ServerInfoRequest" do
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: shared.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'google/protobuf/timestamp_pb'
|
7
5
|
require 'lint_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("shared.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.Repository" do
|
@@ -85,6 +85,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
85
85
|
value :PGP, 1
|
86
86
|
value :X509, 2
|
87
87
|
end
|
88
|
+
add_enum "gitaly.SortDirection" do
|
89
|
+
value :ASCENDING, 0
|
90
|
+
value :DESCENDING, 1
|
91
|
+
end
|
88
92
|
end
|
89
93
|
end
|
90
94
|
|
@@ -103,4 +107,5 @@ module Gitaly
|
|
103
107
|
GlobalOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GlobalOptions").msgclass
|
104
108
|
ObjectType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ObjectType").enummodule
|
105
109
|
SignatureType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SignatureType").enummodule
|
110
|
+
SortDirection = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SortDirection").enummodule
|
106
111
|
end
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: smarthttp.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("smarthttp.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.InfoRefsRequest" do
|
@@ -24,6 +24,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
24
24
|
add_message "gitaly.PostUploadPackResponse" do
|
25
25
|
optional :data, :bytes, 1
|
26
26
|
end
|
27
|
+
add_message "gitaly.PostUploadPackWithSidechannelRequest" do
|
28
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
29
|
+
repeated :git_config_options, :string, 2
|
30
|
+
optional :git_protocol, :string, 3
|
31
|
+
end
|
32
|
+
add_message "gitaly.PostUploadPackWithSidechannelResponse" do
|
33
|
+
end
|
27
34
|
add_message "gitaly.PostReceivePackRequest" do
|
28
35
|
optional :repository, :message, 1, "gitaly.Repository"
|
29
36
|
optional :data, :bytes, 2
|
@@ -44,6 +51,8 @@ module Gitaly
|
|
44
51
|
InfoRefsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsResponse").msgclass
|
45
52
|
PostUploadPackRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackRequest").msgclass
|
46
53
|
PostUploadPackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackResponse").msgclass
|
54
|
+
PostUploadPackWithSidechannelRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackWithSidechannelRequest").msgclass
|
55
|
+
PostUploadPackWithSidechannelResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackWithSidechannelResponse").msgclass
|
47
56
|
PostReceivePackRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackRequest").msgclass
|
48
57
|
PostReceivePackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackResponse").msgclass
|
49
58
|
end
|
@@ -24,6 +24,8 @@ module Gitaly
|
|
24
24
|
rpc :InfoRefsReceivePack, ::Gitaly::InfoRefsRequest, stream(::Gitaly::InfoRefsResponse)
|
25
25
|
# Request and response body for POST /upload-pack
|
26
26
|
rpc :PostUploadPack, stream(::Gitaly::PostUploadPackRequest), stream(::Gitaly::PostUploadPackResponse)
|
27
|
+
# Request and response body for POST /upload-pack using sidechannel protocol
|
28
|
+
rpc :PostUploadPackWithSidechannel, ::Gitaly::PostUploadPackWithSidechannelRequest, ::Gitaly::PostUploadPackWithSidechannelResponse
|
27
29
|
# Request and response body for POST /receive-pack
|
28
30
|
rpc :PostReceivePack, stream(::Gitaly::PostReceivePackRequest), stream(::Gitaly::PostReceivePackResponse)
|
29
31
|
end
|
data/ruby/proto/gitaly/ssh_pb.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: ssh.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("ssh.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.SSHUploadPackRequest" do
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: transaction.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("transaction.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.VoteTransactionRequest" do
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: wiki.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'lint_pb'
|
7
5
|
require 'shared_pb'
|
6
|
+
require 'google/protobuf'
|
7
|
+
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
9
|
add_file("wiki.proto", :syntax => :proto3) do
|
10
10
|
add_message "gitaly.WikiCommitDetails" do
|
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: 14.
|
4
|
+
version: 14.6.0.pre.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -43,6 +43,7 @@ files:
|
|
43
43
|
- ruby/proto/gitaly/conflicts_services_pb.rb
|
44
44
|
- ruby/proto/gitaly/diff_pb.rb
|
45
45
|
- ruby/proto/gitaly/diff_services_pb.rb
|
46
|
+
- ruby/proto/gitaly/errors_pb.rb
|
46
47
|
- ruby/proto/gitaly/hook_pb.rb
|
47
48
|
- ruby/proto/gitaly/hook_services_pb.rb
|
48
49
|
- ruby/proto/gitaly/internal_pb.rb
|
@@ -78,7 +79,7 @@ homepage: https://gitlab.com/gitlab-org/gitaly
|
|
78
79
|
licenses:
|
79
80
|
- MIT
|
80
81
|
metadata: {}
|
81
|
-
post_install_message:
|
82
|
+
post_install_message:
|
82
83
|
rdoc_options: []
|
83
84
|
require_paths:
|
84
85
|
- ruby/proto
|
@@ -93,8 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
94
|
- !ruby/object:Gem::Version
|
94
95
|
version: 1.3.1
|
95
96
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
97
|
+
rubygems_version: 3.1.6
|
98
|
+
signing_key:
|
98
99
|
specification_version: 4
|
99
100
|
summary: Auto-generated gRPC client for gitaly
|
100
101
|
test_files: []
|