gitaly-proto 0.42.0 → 0.43.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: b11d88019a6e6fcea93c88c2f454b1e7cc0ad483
4
- data.tar.gz: c535037bd4dd4fac02b5a31eaf97593d18842a6a
3
+ metadata.gz: 1d406a18674d785258477a995171a96da41c64bd
4
+ data.tar.gz: ca6efe0f5945bfec56fd56aabb4a827c7ce8cdc4
5
5
  SHA512:
6
- metadata.gz: 0f04ef9339979313b41a11225d1be35a856e2c0ed9a2b010f2b32be32f956830e7385f4685b267cde392bd16b5bed366d0dc6a29d1cda561b8b128eaa184707e
7
- data.tar.gz: 12de35141fad21da3d29d805e2e95815080fe28e91c09cd6b0d38e5ad5be42c4ab4e06a631b741e0f190d9d174391d082eed0df9ccf3a9aa8be710628efdec02
6
+ metadata.gz: 36e5b6750b17fb8e4fa7409b16abca86a5799930f8945433381630d2e9cdd6493fe8cddc985212b9e41c3faa929825045a82cc598ef0beca835cfa7c3068efe9
7
+ data.tar.gz: 1f095d463fa6cf3b0b80a78f5983c727baa2cd9463e6e47c7f0e31af8cc37d7e3a3280cd186b28a4294adb1f8afe447b63d210c070f88a8963366f206cec3526
@@ -24,8 +24,6 @@ module Gitaly
24
24
  rpc :CreateRepository, CreateRepositoryRequest, CreateRepositoryResponse
25
25
  rpc :GetArchive, GetArchiveRequest, stream(GetArchiveResponse)
26
26
  rpc :HasLocalBranches, HasLocalBranchesRequest, HasLocalBranchesResponse
27
- # Deprecated, use the RepositoryExists RPC instead.
28
- rpc :Exists, RepositoryExistsRequest, RepositoryExistsResponse
29
27
  end
30
28
 
31
29
  Stub = Service.rpc_stub_class
@@ -14,6 +14,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
14
14
  add_message "gitaly.PostUploadPackRequest" do
15
15
  optional :repository, :message, 1, "gitaly.Repository"
16
16
  optional :data, :bytes, 2
17
+ repeated :git_config_options, :string, 3
17
18
  end
18
19
  add_message "gitaly.PostUploadPackResponse" do
19
20
  optional :data, :bytes, 1
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.42.0"
3
+ VERSION = "0.43.0"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly-proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Vosmaer