gitaly 15.4.0.pre.rc1 → 15.4.0
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/operations_pb.rb +6 -0
- data/ruby/proto/gitaly/ref_pb.rb +1 -0
- data/ruby/proto/gitaly/server_pb.rb +0 -1
- 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: 94b90492ffedca627271bf107acbbce9e61f1ff1645a61cd86772a8655b25b6e
|
4
|
+
data.tar.gz: 40c356e08790942544a8f5352b0cb5c8b809af593d602c3a73fb705a96d124b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 115680b6209ba4e274c08a024b3e0531e5cb2172047418d5b858b58aaf35937ffc8bdcd2964ba688e0fe4da7258763e2cc40da980e589e2fc87ce2379d3529b7
|
7
|
+
data.tar.gz: 07ce146743f47dde100b4bcb1a2f4d79b2b1eb7e2c16d7d951585f845d458437b6cfadeda3e5dedfbfcda0c268679919b5667cfc843b58dc0a78ea1ec0f10766
|
@@ -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
|
@@ -34,7 +34,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
34
34
|
end
|
35
35
|
add_message "gitaly.ClockSyncedRequest" do
|
36
36
|
optional :ntp_host, :string, 1
|
37
|
-
optional :drift_threshold_millis, :int64, 2
|
38
37
|
optional :drift_threshold, :message, 3, "google.protobuf.Duration"
|
39
38
|
end
|
40
39
|
add_message "gitaly.ClockSyncedResponse" 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: 15.4.0
|
4
|
+
version: 15.4.0
|
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-
|
11
|
+
date: 2022-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -90,11 +90,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
|
-
- - "
|
93
|
+
- - ">="
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version:
|
95
|
+
version: '0'
|
96
96
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
97
|
+
rubygems_version: 3.3.23
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Auto-generated gRPC client for gitaly
|