gitaly 15.6.0.pre.rc2 → 15.6.0.pre.rc3
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 +9 -0
- data/ruby/proto/gitaly/repository_pb.rb +7 -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: 772e2e42038fb06b25beb3e3bef80daf59e350f4409ddc0ec4091c7fe67757bd
|
4
|
+
data.tar.gz: 1d5a6b6e6c9a9dc96032a086df7a21d48cdd0fdea848a31be116f287bbb280c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d0d468db91b14a8efe4c708d6bd0046c214b76289c6ce47e17f7b57631137aa64027225418e08bd2ff373ffc2f0e838134e0b7b15eed26476eac9d836df16b4
|
7
|
+
data.tar.gz: d9603f499553f45532f389f535eca159be65e18b36020cd68bf4cdbd12f80b3721f5f7aa1fd8af2ec3b1e54972df2ac3393db35211d59831bbbdc786241b9154
|
@@ -38,6 +38,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
38
38
|
optional :repository, :message, 1, "gitaly.Repository"
|
39
39
|
optional :branch_name, :bytes, 2
|
40
40
|
optional :user, :message, 3, "gitaly.User"
|
41
|
+
optional :expected_old_oid, :string, 4
|
41
42
|
end
|
42
43
|
add_message "gitaly.UserDeleteBranchResponse" do
|
43
44
|
optional :pre_receive_error, :string, 1
|
@@ -53,6 +54,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
53
54
|
optional :repository, :message, 1, "gitaly.Repository"
|
54
55
|
optional :tag_name, :bytes, 2
|
55
56
|
optional :user, :message, 3, "gitaly.User"
|
57
|
+
optional :expected_old_oid, :string, 4
|
56
58
|
end
|
57
59
|
add_message "gitaly.UserDeleteTagResponse" do
|
58
60
|
optional :pre_receive_error, :string, 1
|
@@ -85,6 +87,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
85
87
|
optional :branch, :bytes, 4
|
86
88
|
optional :message, :bytes, 5
|
87
89
|
optional :timestamp, :message, 7, "google.protobuf.Timestamp"
|
90
|
+
optional :expected_old_oid, :string, 8
|
88
91
|
optional :apply, :bool, 6
|
89
92
|
end
|
90
93
|
add_message "gitaly.UserMergeBranchResponse" do
|
@@ -123,6 +126,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
123
126
|
optional :user, :message, 2, "gitaly.User"
|
124
127
|
optional :commit_id, :string, 3
|
125
128
|
optional :branch, :bytes, 4
|
129
|
+
optional :expected_old_oid, :string, 5
|
126
130
|
end
|
127
131
|
add_message "gitaly.UserFFBranchResponse" do
|
128
132
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
@@ -138,6 +142,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
138
142
|
optional :start_repository, :message, 7, "gitaly.Repository"
|
139
143
|
optional :dry_run, :bool, 8
|
140
144
|
optional :timestamp, :message, 9, "google.protobuf.Timestamp"
|
145
|
+
optional :expected_old_oid, :string, 10
|
141
146
|
end
|
142
147
|
add_message "gitaly.UserCherryPickResponse" do
|
143
148
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
@@ -169,6 +174,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
169
174
|
optional :start_repository, :message, 7, "gitaly.Repository"
|
170
175
|
optional :dry_run, :bool, 8
|
171
176
|
optional :timestamp, :message, 9, "google.protobuf.Timestamp"
|
177
|
+
optional :expected_old_oid, :string, 10
|
172
178
|
end
|
173
179
|
add_message "gitaly.UserRevertResponse" do
|
174
180
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
@@ -216,6 +222,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
216
222
|
optional :force, :bool, 9
|
217
223
|
optional :start_sha, :string, 10
|
218
224
|
optional :timestamp, :message, 11, "google.protobuf.Timestamp"
|
225
|
+
optional :expected_old_oid, :string, 12
|
219
226
|
end
|
220
227
|
add_message "gitaly.UserCommitFilesRequest" do
|
221
228
|
oneof :user_commit_files_request_payload do
|
@@ -295,6 +302,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
295
302
|
optional :user, :message, 2, "gitaly.User"
|
296
303
|
optional :target_branch, :bytes, 3
|
297
304
|
optional :timestamp, :message, 4, "google.protobuf.Timestamp"
|
305
|
+
optional :expected_old_oid, :string, 5
|
298
306
|
end
|
299
307
|
add_message "gitaly.UserApplyPatchResponse" do
|
300
308
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
@@ -307,6 +315,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
307
315
|
optional :submodule, :bytes, 5
|
308
316
|
optional :commit_message, :bytes, 6
|
309
317
|
optional :timestamp, :message, 7, "google.protobuf.Timestamp"
|
318
|
+
optional :expected_old_oid, :string, 8
|
310
319
|
end
|
311
320
|
add_message "gitaly.UserUpdateSubmoduleResponse" do
|
312
321
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
@@ -316,6 +316,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
316
316
|
end
|
317
317
|
add_message "gitaly.OptimizeRepositoryRequest" do
|
318
318
|
optional :repository, :message, 1, "gitaly.Repository"
|
319
|
+
optional :strategy, :enum, 2, "gitaly.OptimizeRepositoryRequest.Strategy"
|
320
|
+
end
|
321
|
+
add_enum "gitaly.OptimizeRepositoryRequest.Strategy" do
|
322
|
+
value :STRATEGY_UNSPECIFIED, 0
|
323
|
+
value :STRATEGY_HEURISTICAL, 1
|
324
|
+
value :STRATEGY_EAGER, 2
|
319
325
|
end
|
320
326
|
add_message "gitaly.OptimizeRepositoryResponse" do
|
321
327
|
end
|
@@ -422,6 +428,7 @@ module Gitaly
|
|
422
428
|
ReplicateRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReplicateRepositoryRequest").msgclass
|
423
429
|
ReplicateRepositoryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReplicateRepositoryResponse").msgclass
|
424
430
|
OptimizeRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OptimizeRepositoryRequest").msgclass
|
431
|
+
OptimizeRepositoryRequest::Strategy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OptimizeRepositoryRequest.Strategy").enummodule
|
425
432
|
OptimizeRepositoryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OptimizeRepositoryResponse").msgclass
|
426
433
|
PruneUnreachableObjectsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PruneUnreachableObjectsRequest").msgclass
|
427
434
|
PruneUnreachableObjectsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PruneUnreachableObjectsResponse").msgclass
|
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.6.0.pre.
|
4
|
+
version: 15.6.0.pre.rc3
|
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-
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: 1.3.1
|
93
93
|
requirements: []
|
94
|
-
rubygems_version: 3.3.
|
94
|
+
rubygems_version: 3.3.25
|
95
95
|
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: Auto-generated gRPC client for gitaly
|