gitaly-proto 0.53.0 → 0.54.0

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
  SHA1:
3
- metadata.gz: fb665352f466358c974f996b73d153a86e2caf15
4
- data.tar.gz: cef0d6b11e22eb081e812efb56b5bfb1ce3a4db9
3
+ metadata.gz: ba348731e00c3c0847b4417f54e992a4683f337b
4
+ data.tar.gz: 9dd8b2299e06484ee93931cc4e2b82c8beed3485
5
5
  SHA512:
6
- metadata.gz: 4996de14373271cf47311f619020f51d1d40c5e9be0ddbded0512b7dce5123a7749f71fe822e72266a162c488fe266d40ad50d776c97d84249b07a1dd2c26eb1
7
- data.tar.gz: 33228477d010e27ac680c2f09af25cbbed1610d952e0758e5f74295bfe025487aa0a837bfe0a1202dc7fee5d93de831702dd8aff0af75b3ccb7598c8a7ba3ac3
6
+ metadata.gz: fdcfb933de0ea6a30bbc75dff5da2d7ff08dedd02aa45f94848e70ee703ed9926fe82ac8684c924ad0c4d5349990bbcd3851d4e5c13590d4df3020a4170e76b0
7
+ data.tar.gz: 6ce0baeda5ae38c3e52c004c0c88f0a8413df2dfeb677da57c339773d77c0195a04598f9a3e6c73264cf606003eee25979315a8bd373e70f893402c0f39496de
@@ -107,6 +107,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
107
107
  add_message "gitaly.FindBranchResponse" do
108
108
  optional :branch, :message, 1, "gitaly.Branch"
109
109
  end
110
+ add_message "gitaly.DeleteRefsRequest" do
111
+ optional :repository, :message, 1, "gitaly.Repository"
112
+ repeated :except_with_prefix, :bytes, 2
113
+ end
114
+ add_message "gitaly.DeleteRefsResponse" do
115
+ end
110
116
  end
111
117
 
112
118
  module Gitaly
@@ -137,4 +143,6 @@ module Gitaly
137
143
  DeleteBranchResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.DeleteBranchResponse").msgclass
138
144
  FindBranchRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindBranchRequest").msgclass
139
145
  FindBranchResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindBranchResponse").msgclass
146
+ DeleteRefsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.DeleteRefsRequest").msgclass
147
+ DeleteRefsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.DeleteRefsResponse").msgclass
140
148
  end
@@ -27,6 +27,7 @@ module Gitaly
27
27
  rpc :CreateBranch, CreateBranchRequest, CreateBranchResponse
28
28
  rpc :DeleteBranch, DeleteBranchRequest, DeleteBranchResponse
29
29
  rpc :FindBranch, FindBranchRequest, FindBranchResponse
30
+ rpc :DeleteRefs, DeleteRefsRequest, DeleteRefsResponse
30
31
  end
31
32
 
32
33
  Stub = Service.rpc_stub_class
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.53.0"
3
+ VERSION = "0.54.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly-proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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: 2017-11-08 00:00:00.000000000 Z
11
+ date: 2017-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf