gitaly 15.3.0.pre.rc3 → 15.4.0.pre.rc2
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/errors_pb.rb +1 -0
- data/ruby/proto/gitaly/operations_pb.rb +6 -0
- data/ruby/proto/gitaly/ref_pb.rb +2 -0
- data/ruby/proto/gitaly/repository_pb.rb +4 -0
- data/ruby/proto/gitaly/server_pb.rb +25 -1
- data/ruby/proto/gitaly/server_services_pb.rb +2 -0
- data/ruby/proto/gitaly/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 871cdcc91abe77b10a54fbb8e8c799c665f0068bc2c0b15516e0b1cc3d8f44ff
|
4
|
+
data.tar.gz: 053dd5a91d47b062bf41b1f210dc38f6e7ebbff7fd0f9ff16c122bfbe21382a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93a2254e75b9cf30154ed645a08f11d8329a7b8169a7288606d8d4600da9d235e62b58a7e6e805c000ef3586aa1b4003c9cc2ee3d984b3f62c6dc23021682c52
|
7
|
+
data.tar.gz: cf31335e1c482d7c2822ee6d4f0dff8fb71535f8ef83468ccaef751ebfc3e2ed8d1717ca371b7b8bb52e5ff6cce79f309c5409e155b6f69adc342117a3f7b473
|
@@ -26,6 +26,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
26
26
|
repeated :conflicting_commit_ids, :string, 2
|
27
27
|
end
|
28
28
|
add_message "gitaly.ReferencesLockedError" do
|
29
|
+
repeated :refs, :bytes, 1
|
29
30
|
end
|
30
31
|
add_message "gitaly.ReferenceExistsError" do
|
31
32
|
optional :reference_name, :bytes, 1
|
@@ -19,6 +19,11 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
19
19
|
optional :branch, :message, 1, "gitaly.Branch"
|
20
20
|
optional :pre_receive_error, :string, 2
|
21
21
|
end
|
22
|
+
add_message "gitaly.UserCreateBranchError" do
|
23
|
+
oneof :error do
|
24
|
+
optional :custom_hook, :message, 1, "gitaly.CustomHookError"
|
25
|
+
end
|
26
|
+
end
|
22
27
|
add_message "gitaly.UserUpdateBranchRequest" do
|
23
28
|
optional :repository, :message, 1, "gitaly.Repository"
|
24
29
|
optional :branch_name, :bytes, 2
|
@@ -307,6 +312,7 @@ end
|
|
307
312
|
module Gitaly
|
308
313
|
UserCreateBranchRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserCreateBranchRequest").msgclass
|
309
314
|
UserCreateBranchResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserCreateBranchResponse").msgclass
|
315
|
+
UserCreateBranchError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserCreateBranchError").msgclass
|
310
316
|
UserUpdateBranchRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserUpdateBranchRequest").msgclass
|
311
317
|
UserUpdateBranchResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserUpdateBranchResponse").msgclass
|
312
318
|
UserDeleteBranchRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UserDeleteBranchRequest").msgclass
|
data/ruby/proto/gitaly/ref_pb.rb
CHANGED
@@ -39,6 +39,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
39
39
|
end
|
40
40
|
add_message "gitaly.FindLocalBranchesResponse" do
|
41
41
|
repeated :branches, :message, 1, "gitaly.FindLocalBranchResponse"
|
42
|
+
repeated :local_branches, :message, 2, "gitaly.Branch"
|
42
43
|
end
|
43
44
|
add_message "gitaly.FindLocalBranchResponse" do
|
44
45
|
optional :name, :bytes, 1
|
@@ -90,6 +91,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
90
91
|
add_enum "gitaly.FindAllTagsRequest.SortBy.Key" do
|
91
92
|
value :REFNAME, 0
|
92
93
|
value :CREATORDATE, 1
|
94
|
+
value :VERSION_REFNAME, 2
|
93
95
|
end
|
94
96
|
add_message "gitaly.FindAllTagsResponse" do
|
95
97
|
repeated :tags, :message, 1, "gitaly.Tag"
|
@@ -202,6 +202,10 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
202
202
|
end
|
203
203
|
add_message "gitaly.FindLicenseResponse" do
|
204
204
|
optional :license_short_name, :string, 1
|
205
|
+
optional :license_name, :string, 2
|
206
|
+
optional :license_url, :string, 3
|
207
|
+
optional :license_path, :string, 4
|
208
|
+
optional :license_nickname, :string, 5
|
205
209
|
end
|
206
210
|
add_message "gitaly.GetInfoAttributesRequest" do
|
207
211
|
optional :repository, :message, 1, "gitaly.Repository"
|
@@ -1,6 +1,7 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: server.proto
|
3
3
|
|
4
|
+
require 'google/protobuf/duration_pb'
|
4
5
|
require 'lint_pb'
|
5
6
|
require 'google/protobuf'
|
6
7
|
|
@@ -33,11 +34,29 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
33
34
|
end
|
34
35
|
add_message "gitaly.ClockSyncedRequest" do
|
35
36
|
optional :ntp_host, :string, 1
|
36
|
-
optional :
|
37
|
+
optional :drift_threshold, :message, 3, "google.protobuf.Duration"
|
37
38
|
end
|
38
39
|
add_message "gitaly.ClockSyncedResponse" do
|
39
40
|
optional :synced, :bool, 1
|
40
41
|
end
|
42
|
+
add_message "gitaly.ReadinessCheckRequest" do
|
43
|
+
optional :timeout, :message, 1, "google.protobuf.Duration"
|
44
|
+
end
|
45
|
+
add_message "gitaly.ReadinessCheckResponse" do
|
46
|
+
oneof :Result do
|
47
|
+
optional :ok_response, :message, 1, "gitaly.ReadinessCheckResponse.Ok"
|
48
|
+
optional :failure_response, :message, 2, "gitaly.ReadinessCheckResponse.Failure"
|
49
|
+
end
|
50
|
+
end
|
51
|
+
add_message "gitaly.ReadinessCheckResponse.Ok" do
|
52
|
+
end
|
53
|
+
add_message "gitaly.ReadinessCheckResponse.Failure" do
|
54
|
+
repeated :failed_checks, :message, 1, "gitaly.ReadinessCheckResponse.Failure.Response"
|
55
|
+
end
|
56
|
+
add_message "gitaly.ReadinessCheckResponse.Failure.Response" do
|
57
|
+
optional :name, :string, 1
|
58
|
+
optional :error_message, :string, 2
|
59
|
+
end
|
41
60
|
end
|
42
61
|
end
|
43
62
|
|
@@ -50,4 +69,9 @@ module Gitaly
|
|
50
69
|
DiskStatisticsResponse::StorageStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.DiskStatisticsResponse.StorageStatus").msgclass
|
51
70
|
ClockSyncedRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ClockSyncedRequest").msgclass
|
52
71
|
ClockSyncedResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ClockSyncedResponse").msgclass
|
72
|
+
ReadinessCheckRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReadinessCheckRequest").msgclass
|
73
|
+
ReadinessCheckResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReadinessCheckResponse").msgclass
|
74
|
+
ReadinessCheckResponse::Ok = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReadinessCheckResponse.Ok").msgclass
|
75
|
+
ReadinessCheckResponse::Failure = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReadinessCheckResponse.Failure").msgclass
|
76
|
+
ReadinessCheckResponse::Failure::Response = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReadinessCheckResponse.Failure.Response").msgclass
|
53
77
|
end
|
@@ -22,6 +22,8 @@ module Gitaly
|
|
22
22
|
# ClockSynced checks if machine clock is synced
|
23
23
|
# (the offset is less that the one passed in the request).
|
24
24
|
rpc :ClockSynced, ::Gitaly::ClockSyncedRequest, ::Gitaly::ClockSyncedResponse
|
25
|
+
# ReadinessCheck runs the set of the checks to make sure service is in operational state.
|
26
|
+
rpc :ReadinessCheck, ::Gitaly::ReadinessCheckRequest, ::Gitaly::ReadinessCheckResponse
|
25
27
|
end
|
26
28
|
|
27
29
|
Stub = Service.rpc_stub_class
|
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.
|
4
|
+
version: 15.4.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-08-
|
11
|
+
date: 2022-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: 1.3.1
|
96
96
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
97
|
+
rubygems_version: 3.3.21
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Auto-generated gRPC client for gitaly
|