gitaly 13.4.0.pre.rc1 → 13.5.0.pre.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of gitaly might be problematic. Click here for more details.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 162ff40313c109482e8b39aa281b9f9b04fc1c76ceeceec7bf77cbaef079a64e
|
4
|
+
data.tar.gz: e07f51b337e57f22ec2b349a2bf4c4874ef5a4a7ed355f64d4f6e2ae58ce9c8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21e31b227b86d087b376722f95ab4dfa4abf5a88a62c7712b495276af702f6159cb1689f9254975bdb39e087678a9df83b995fe6c626b2f623cf2dc899ea2497
|
7
|
+
data.tar.gz: 38b7a28479a83faa8bc54975df7ca7372a049a98d3038c5ddcb6a6008a4c555b72246b51407a5bbd007f848daf9ca089a89eff8eb1788961c1d329d2d9bebb0c
|
@@ -24,6 +24,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
24
24
|
end
|
25
25
|
add_message "gitaly.RepackFullResponse" do
|
26
26
|
end
|
27
|
+
add_message "gitaly.MidxRepackRequest" do
|
28
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
29
|
+
end
|
30
|
+
add_message "gitaly.MidxRepackResponse" do
|
31
|
+
end
|
27
32
|
add_message "gitaly.GarbageCollectRequest" do
|
28
33
|
optional :repository, :message, 1, "gitaly.Repository"
|
29
34
|
optional :create_bitmap, :bool, 2
|
@@ -79,6 +84,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
79
84
|
optional :path, :bytes, 5
|
80
85
|
repeated :exclude, :bytes, 6
|
81
86
|
optional :elide_path, :bool, 7
|
87
|
+
optional :include_lfs_blobs, :bool, 8
|
82
88
|
end
|
83
89
|
add_enum "gitaly.GetArchiveRequest.Format" do
|
84
90
|
value :ZIP, 0
|
@@ -341,6 +347,8 @@ module Gitaly
|
|
341
347
|
RepackIncrementalResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RepackIncrementalResponse").msgclass
|
342
348
|
RepackFullRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RepackFullRequest").msgclass
|
343
349
|
RepackFullResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RepackFullResponse").msgclass
|
350
|
+
MidxRepackRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.MidxRepackRequest").msgclass
|
351
|
+
MidxRepackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.MidxRepackResponse").msgclass
|
344
352
|
GarbageCollectRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GarbageCollectRequest").msgclass
|
345
353
|
GarbageCollectResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GarbageCollectResponse").msgclass
|
346
354
|
WriteCommitGraphRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WriteCommitGraphRequest").msgclass
|
@@ -17,6 +17,7 @@ module Gitaly
|
|
17
17
|
rpc :RepositoryExists, Gitaly::RepositoryExistsRequest, Gitaly::RepositoryExistsResponse
|
18
18
|
rpc :RepackIncremental, Gitaly::RepackIncrementalRequest, Gitaly::RepackIncrementalResponse
|
19
19
|
rpc :RepackFull, Gitaly::RepackFullRequest, Gitaly::RepackFullResponse
|
20
|
+
rpc :MidxRepack, Gitaly::MidxRepackRequest, Gitaly::MidxRepackResponse
|
20
21
|
rpc :GarbageCollect, Gitaly::GarbageCollectRequest, Gitaly::GarbageCollectResponse
|
21
22
|
rpc :WriteCommitGraph, Gitaly::WriteCommitGraphRequest, Gitaly::WriteCommitGraphResponse
|
22
23
|
rpc :RepositorySize, Gitaly::RepositorySizeRequest, Gitaly::RepositorySizeResponse
|
@@ -1,6 +1,5 @@
|
|
1
|
-
# This file was auto-generated by
|
2
|
-
#
|
3
|
-
# modified.
|
1
|
+
# This file was auto-generated by release-tools
|
2
|
+
# https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
|
4
3
|
module Gitaly
|
5
|
-
VERSION = '13.
|
4
|
+
VERSION = '13.5.0-rc1'
|
6
5
|
end
|
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.5.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: 2020-
|
11
|
+
date: 2020-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -78,7 +78,7 @@ homepage: https://gitlab.com/gitlab-org/gitaly
|
|
78
78
|
licenses:
|
79
79
|
- MIT
|
80
80
|
metadata: {}
|
81
|
-
post_install_message:
|
81
|
+
post_install_message:
|
82
82
|
rdoc_options: []
|
83
83
|
require_paths:
|
84
84
|
- ruby/proto
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
version: 1.3.1
|
95
95
|
requirements: []
|
96
96
|
rubygems_version: 3.0.8
|
97
|
-
signing_key:
|
97
|
+
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: Auto-generated gRPC client for gitaly
|
100
100
|
test_files: []
|