gitaly 1.59.2 → 1.60.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: dd51e85d783f048f5491c31d1d38773381096dae23aadc203cb9202afa0c1fd2
4
- data.tar.gz: 02fa7c18ec058f7619a77a25023523192b337120018dbfbd326793752e1d9eb2
3
+ metadata.gz: 87f71d3dd8d39e0fa6f66cac27a4a11559d3767f74bf57e58ddab180c9d431ed
4
+ data.tar.gz: 9c57c2a2932ce520987e067aa2509005c24b10bc2d54e0517e7d1dba5e6e36aa
5
5
  SHA512:
6
- metadata.gz: 812d49ee76921e665d8f61b7c07e3a6c262608731749d4c88f48c4e60349f8adb7779d55300ec56fe6de806d1808739b2a30ce25c2236c5e624f15bff2dc8bb1
7
- data.tar.gz: 035d7e1d1f0de738af77384595b93dc333db4bf95d01d2f34044a8631805579e0e5a757e70996440ea3e35803803d98ebbf9963ba406a406317a2383cb38fb59
6
+ metadata.gz: c6870c5ffcd58065cf501069eee30aa4cb9de16384d770cc07ff927cab407c593bb92eeb2fceb77e89f1490d461c2155eb0e8041e8cdb1f0a66688dd9ba73eb9
7
+ data.tar.gz: 39074dd7f0bd9f2947fbe85dd1ff8d585bb3cec6dc3633fd2fd8d50eb23143b4f883b46f9798b4eac2b549b7863e2d3c698fe8a52f437202af32a58591c08d6f
@@ -77,6 +77,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
77
77
  optional :name, :bytes, 1
78
78
  optional :target, :message, 2, "gitaly.GitCommit"
79
79
  end
80
+ add_message "gitaly.FindTagRequest" do
81
+ optional :repository, :message, 1, "gitaly.Repository"
82
+ optional :tag_name, :bytes, 2
83
+ end
84
+ add_message "gitaly.FindTagResponse" do
85
+ optional :tag, :message, 1, "gitaly.Tag"
86
+ end
80
87
  add_message "gitaly.FindAllTagsRequest" do
81
88
  optional :repository, :message, 1, "gitaly.Repository"
82
89
  end
@@ -191,6 +198,8 @@ module Gitaly
191
198
  FindAllBranchesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllBranchesRequest").msgclass
192
199
  FindAllBranchesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllBranchesResponse").msgclass
193
200
  FindAllBranchesResponse::Branch = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllBranchesResponse.Branch").msgclass
201
+ FindTagRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindTagRequest").msgclass
202
+ FindTagResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindTagResponse").msgclass
194
203
  FindAllTagsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllTagsRequest").msgclass
195
204
  FindAllTagsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllTagsResponse").msgclass
196
205
  RefExistsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RefExistsRequest").msgclass
@@ -23,6 +23,7 @@ module Gitaly
23
23
  rpc :FindLocalBranches, FindLocalBranchesRequest, stream(FindLocalBranchesResponse)
24
24
  rpc :FindAllBranches, FindAllBranchesRequest, stream(FindAllBranchesResponse)
25
25
  rpc :FindAllTags, FindAllTagsRequest, stream(FindAllTagsResponse)
26
+ rpc :FindTag, FindTagRequest, FindTagResponse
26
27
  rpc :FindAllRemoteBranches, FindAllRemoteBranchesRequest, stream(FindAllRemoteBranchesResponse)
27
28
  rpc :RefExists, RefExistsRequest, RefExistsResponse
28
29
  rpc :CreateBranch, CreateBranchRequest, CreateBranchResponse
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly/_support/release
2
2
  module Gitaly
3
- VERSION = '1.59.2'
3
+ VERSION = '1.60.0'
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: 1.59.2
4
+ version: 1.60.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: 2019-08-22 00:00:00.000000000 Z
11
+ date: 2019-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc