gitaly 15.4.0.pre.rc1 → 15.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 742c7bb6bbd2b64c185258bbce50ef85bff71563eb0bd8bcbaf918d172b83584
4
- data.tar.gz: 452b26af7ffa979c01bb5381fba67c9e09e92e834298a73d28a4e986c0a2137b
3
+ metadata.gz: 94b90492ffedca627271bf107acbbce9e61f1ff1645a61cd86772a8655b25b6e
4
+ data.tar.gz: 40c356e08790942544a8f5352b0cb5c8b809af593d602c3a73fb705a96d124b7
5
5
  SHA512:
6
- metadata.gz: 5071e4857d9a04fcbc3e6c191ea0e306777cca437b698881a553aad38ebdf5501d25e1d5c2927320de0cf75570c41612cf62f12b1429e23832931817e8f01b21
7
- data.tar.gz: bd5b15cdadbb899c5d14713fc3654431e7bbbbc7513fdf460bb79e296d6770856dd96b5b34a39778b4aad877955450ab4f2abd963c8759fc0ab762c9e64d7875
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
@@ -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
@@ -2,5 +2,5 @@
2
2
  # (https://gitlab.com/gitlab-org/release-tools/), and should not be
3
3
  # modified.
4
4
  module Gitaly
5
- VERSION = '15.4.0-rc1'
5
+ VERSION = '15.4.0'
6
6
  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.4.0.pre.rc1
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-08-23 00:00:00.000000000 Z
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: 1.3.1
95
+ version: '0'
96
96
  requirements: []
97
- rubygems_version: 3.1.6
97
+ rubygems_version: 3.3.23
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Auto-generated gRPC client for gitaly