gitaly 13.5.0.pre.rc2 → 13.6.1
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 +4 -4
- data/ruby/proto/gitaly/commit_pb.rb +1 -0
- data/ruby/proto/gitaly/conflicts_pb.rb +1 -0
- data/ruby/proto/gitaly/operations_services_pb.rb +4 -0
- data/ruby/proto/gitaly/repository-service_pb.rb +0 -9
- data/ruby/proto/gitaly/repository-service_services_pb.rb +0 -1
- data/ruby/proto/gitaly/shared_pb.rb +1 -0
- data/ruby/proto/gitaly/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd659e269b5487704ff7662870b48d3d785782bc0f45688129933953d11aaa7b
|
4
|
+
data.tar.gz: 83cb14afd21cf73ca3ccdd4a477929dac6d326478a3e9181db42c2ac21c2cff3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aae38036a5279e11146830f16c7206ca14b9ffdaa97dab46f8dbb44d61673cd3938956dc9dceadf0d939ad7dbaec135d4340bd4986e0bdfd8bd339b68d385c7c
|
7
|
+
data.tar.gz: a33f3eaeeccc1d06562be333282883b7fd21dd9e45802721d0f7d994cc71a53bf0c57e6dce9cd827a3a667103dbe0ab56124fc754cc21d6a13b2e956097e4992
|
@@ -30,6 +30,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
30
30
|
optional :revision, :bytes, 2
|
31
31
|
optional :path, :bytes, 3
|
32
32
|
optional :limit, :int64, 4
|
33
|
+
optional :max_size, :int64, 5
|
33
34
|
end
|
34
35
|
add_message "gitaly.TreeEntryResponse" do
|
35
36
|
optional :type, :enum, 1, "gitaly.TreeEntryResponse.ObjectType"
|
@@ -17,6 +17,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
17
17
|
optional :their_path, :bytes, 3
|
18
18
|
optional :our_path, :bytes, 4
|
19
19
|
optional :our_mode, :int32, 5
|
20
|
+
optional :ancestor_path, :bytes, 6
|
20
21
|
end
|
21
22
|
add_message "gitaly.ConflictFile" do
|
22
23
|
oneof :conflict_file_payload do
|
@@ -23,6 +23,10 @@ module Gitaly
|
|
23
23
|
rpc :UserMergeBranch, stream(Gitaly::UserMergeBranchRequest), stream(Gitaly::UserMergeBranchResponse)
|
24
24
|
rpc :UserFFBranch, Gitaly::UserFFBranchRequest, Gitaly::UserFFBranchResponse
|
25
25
|
rpc :UserCherryPick, Gitaly::UserCherryPickRequest, Gitaly::UserCherryPickResponse
|
26
|
+
# UserCommitFiles builds a commit from a stream of actions and updates the target branch to point to it.
|
27
|
+
# UserCommitFilesRequest with a UserCommitFilesRequestHeader must be sent as the first message of the stream.
|
28
|
+
# Following that, a variable number of actions can be sent to build a new commit. Each action consists of
|
29
|
+
# a header followed by content if used by the action.
|
26
30
|
rpc :UserCommitFiles, stream(Gitaly::UserCommitFilesRequest), Gitaly::UserCommitFilesResponse
|
27
31
|
rpc :UserRebaseConfirmable, stream(Gitaly::UserRebaseConfirmableRequest), stream(Gitaly::UserRebaseConfirmableResponse)
|
28
32
|
rpc :UserRevert, Gitaly::UserRevertRequest, Gitaly::UserRevertResponse
|
@@ -288,13 +288,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
288
288
|
optional :http_authorization_header, :string, 3
|
289
289
|
repeated :mirror_refmaps, :string, 4
|
290
290
|
end
|
291
|
-
add_message "gitaly.FetchHTTPRemoteRequest" do
|
292
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
293
|
-
optional :remote, :message, 2, "gitaly.Remote"
|
294
|
-
optional :timeout, :int32, 3
|
295
|
-
end
|
296
|
-
add_message "gitaly.FetchHTTPRemoteResponse" do
|
297
|
-
end
|
298
291
|
add_message "gitaly.GetObjectDirectorySizeRequest" do
|
299
292
|
optional :repository, :message, 1, "gitaly.Repository"
|
300
293
|
end
|
@@ -416,8 +409,6 @@ module Gitaly
|
|
416
409
|
SearchFilesByContentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SearchFilesByContentRequest").msgclass
|
417
410
|
SearchFilesByContentResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SearchFilesByContentResponse").msgclass
|
418
411
|
Remote = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Remote").msgclass
|
419
|
-
FetchHTTPRemoteRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteRequest").msgclass
|
420
|
-
FetchHTTPRemoteResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchHTTPRemoteResponse").msgclass
|
421
412
|
GetObjectDirectorySizeRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetObjectDirectorySizeRequest").msgclass
|
422
413
|
GetObjectDirectorySizeResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetObjectDirectorySizeResponse").msgclass
|
423
414
|
CloneFromPoolRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CloneFromPoolRequest").msgclass
|
@@ -49,7 +49,6 @@ module Gitaly
|
|
49
49
|
rpc :SearchFilesByName, Gitaly::SearchFilesByNameRequest, stream(Gitaly::SearchFilesByNameResponse)
|
50
50
|
rpc :RestoreCustomHooks, stream(Gitaly::RestoreCustomHooksRequest), Gitaly::RestoreCustomHooksResponse
|
51
51
|
rpc :BackupCustomHooks, Gitaly::BackupCustomHooksRequest, stream(Gitaly::BackupCustomHooksResponse)
|
52
|
-
rpc :FetchHTTPRemote, Gitaly::FetchHTTPRemoteRequest, Gitaly::FetchHTTPRemoteResponse
|
53
52
|
rpc :GetObjectDirectorySize, Gitaly::GetObjectDirectorySizeRequest, Gitaly::GetObjectDirectorySizeResponse
|
54
53
|
rpc :CloneFromPool, Gitaly::CloneFromPoolRequest, Gitaly::CloneFromPoolResponse
|
55
54
|
rpc :CloneFromPoolInternal, Gitaly::CloneFromPoolInternalRequest, Gitaly::CloneFromPoolInternalResponse
|
@@ -24,6 +24,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
24
24
|
repeated :parent_ids, :string, 6
|
25
25
|
optional :body_size, :int64, 7
|
26
26
|
optional :signature_type, :enum, 8, "gitaly.SignatureType"
|
27
|
+
optional :tree_id, :string, 9
|
27
28
|
end
|
28
29
|
add_message "gitaly.CommitAuthor" do
|
29
30
|
optional :name, :bytes, 1
|
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: 13.
|
4
|
+
version: 13.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -89,11 +89,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
89
89
|
version: '0'
|
90
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
91
|
requirements:
|
92
|
-
- - "
|
92
|
+
- - ">="
|
93
93
|
- !ruby/object:Gem::Version
|
94
|
-
version:
|
94
|
+
version: '0'
|
95
95
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
96
|
+
rubygems_version: 3.1.4
|
97
97
|
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: Auto-generated gRPC client for gitaly
|