gitaly 15.6.0.pre.rc1 → 15.6.0.pre.rc3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e71f3990b50e4f5962b821bf25bf13ad8b11a24cfe8321dd1e7ca0be5569e5d6
4
- data.tar.gz: 147ce6f8e160bf1ecf0899fabef3e3cda8d26eb405c9f99d1259d5e72e5d5bbe
3
+ metadata.gz: 772e2e42038fb06b25beb3e3bef80daf59e350f4409ddc0ec4091c7fe67757bd
4
+ data.tar.gz: 1d5a6b6e6c9a9dc96032a086df7a21d48cdd0fdea848a31be116f287bbb280c3
5
5
  SHA512:
6
- metadata.gz: 9d7bf504bc752dbcbd6fc79baa5dbe709ad4b9239c61a39cee0b52531f1001311c2497d705cfce7963e390c1b76ebcc25abdcfa508b52167ec827f542cf9c190
7
- data.tar.gz: 9fd280c443e897cc74767aa7a0701f39cba1499e4a9278728b146c58e1d02d6d6304dfc81cf9d5f9379fdd753785a3fd2e8e62715868c6314942a2e97e511399
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"
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
19
  optional :url, :string, 1
20
20
  optional :http_authorization_header, :string, 2
21
21
  optional :http_host, :string, 3
22
+ optional :resolved_address, :string, 4
22
23
  end
23
24
  add_message "gitaly.UpdateRemoteMirrorResponse" do
24
25
  repeated :divergent_refs, :bytes, 1
@@ -35,6 +36,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
35
36
  optional :remote_url, :string, 3
36
37
  optional :http_authorization_header, :string, 4
37
38
  optional :http_host, :string, 5
39
+ optional :resolved_address, :string, 6
38
40
  end
39
41
  add_message "gitaly.FindRemoteRootRefResponse" do
40
42
  optional :ref, :string, 1
@@ -157,6 +157,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
157
157
  optional :http_host, :string, 3
158
158
  optional :http_authorization_header, :string, 4
159
159
  optional :mirror, :bool, 5
160
+ optional :resolved_address, :string, 6
160
161
  end
161
162
  add_message "gitaly.CreateRepositoryFromURLResponse" do
162
163
  end
@@ -230,6 +231,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
230
231
  optional :http_url, :string, 2
231
232
  optional :http_auth, :string, 3
232
233
  optional :http_host, :string, 4
234
+ optional :resolved_address, :string, 5
233
235
  end
234
236
  add_message "gitaly.CreateRepositoryFromSnapshotResponse" do
235
237
  end
@@ -287,6 +289,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
287
289
  optional :http_authorization_header, :string, 3
288
290
  repeated :mirror_refmaps, :string, 4
289
291
  optional :http_host, :string, 5
292
+ optional :resolved_address, :string, 6
290
293
  end
291
294
  add_message "gitaly.GetObjectDirectorySizeRequest" do
292
295
  optional :repository, :message, 1, "gitaly.Repository"
@@ -313,6 +316,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
313
316
  end
314
317
  add_message "gitaly.OptimizeRepositoryRequest" do
315
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
316
325
  end
317
326
  add_message "gitaly.OptimizeRepositoryResponse" do
318
327
  end
@@ -419,6 +428,7 @@ module Gitaly
419
428
  ReplicateRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReplicateRepositoryRequest").msgclass
420
429
  ReplicateRepositoryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReplicateRepositoryResponse").msgclass
421
430
  OptimizeRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OptimizeRepositoryRequest").msgclass
431
+ OptimizeRepositoryRequest::Strategy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OptimizeRepositoryRequest.Strategy").enummodule
422
432
  OptimizeRepositoryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OptimizeRepositoryResponse").msgclass
423
433
  PruneUnreachableObjectsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PruneUnreachableObjectsRequest").msgclass
424
434
  PruneUnreachableObjectsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PruneUnreachableObjectsResponse").msgclass
@@ -1,4 +1,4 @@
1
1
  # This file is generated by build-proto-gem. Do not edit.
2
2
  module Gitaly
3
- VERSION = '15.6.0-rc1'
3
+ VERSION = '15.6.0-rc3'
4
4
  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: 15.6.0.pre.rc1
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-02 00:00:00.000000000 Z
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.23
94
+ rubygems_version: 3.3.25
95
95
  signing_key:
96
96
  specification_version: 4
97
97
  summary: Auto-generated gRPC client for gitaly