gitaly 15.3.0.pre.rc4 → 15.4.0.pre.rc1

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: d0f52ce793737a096239e30b695d65638581b23d2fb2429ea7d6aac20aa7a083
4
- data.tar.gz: 1ed0563bd211d4b466ff9313202ce61d675de279757c9f4ef673a48286fd8ca7
3
+ metadata.gz: 742c7bb6bbd2b64c185258bbce50ef85bff71563eb0bd8bcbaf918d172b83584
4
+ data.tar.gz: 452b26af7ffa979c01bb5381fba67c9e09e92e834298a73d28a4e986c0a2137b
5
5
  SHA512:
6
- metadata.gz: e8dc6f59be567a6fdc7628c982c4ba9a75384f9fe4ab30e2fa2b1261cb601cf50320c5c1608f56f0a9b1c8a39c3fb7ac3db5d709b33ce8cd25c279c45dc7fcf2
7
- data.tar.gz: 05a609b4f910b125c85001c946a8a5b3dbe941fe1070f5a2f358fd2662c8f7785c40a7b2286fbd32ebc189b3d3eaef5bf969eb71c7567fab0e22ebce3a95ae1d
6
+ metadata.gz: 5071e4857d9a04fcbc3e6c191ea0e306777cca437b698881a553aad38ebdf5501d25e1d5c2927320de0cf75570c41612cf62f12b1429e23832931817e8f01b21
7
+ data.tar.gz: bd5b15cdadbb899c5d14713fc3654431e7bbbbc7513fdf460bb79e296d6770856dd96b5b34a39778b4aad877955450ab4f2abd963c8759fc0ab762c9e64d7875
@@ -90,6 +90,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
90
90
  add_enum "gitaly.FindAllTagsRequest.SortBy.Key" do
91
91
  value :REFNAME, 0
92
92
  value :CREATORDATE, 1
93
+ value :VERSION_REFNAME, 2
93
94
  end
94
95
  add_message "gitaly.FindAllTagsResponse" do
95
96
  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"
@@ -35,6 +35,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
35
35
  add_message "gitaly.ClockSyncedRequest" do
36
36
  optional :ntp_host, :string, 1
37
37
  optional :drift_threshold_millis, :int64, 2
38
+ optional :drift_threshold, :message, 3, "google.protobuf.Duration"
38
39
  end
39
40
  add_message "gitaly.ClockSyncedResponse" do
40
41
  optional :synced, :bool, 1
@@ -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.3.0-rc4'
5
+ VERSION = '15.4.0-rc1'
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.3.0.pre.rc4
4
+ version: 15.4.0.pre.rc1
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-09 00:00:00.000000000 Z
11
+ date: 2022-08-23 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.3.18
97
+ rubygems_version: 3.1.6
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Auto-generated gRPC client for gitaly