gitaly 1.80.0 → 1.81.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gitaly might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04e9ac2183168bbc7791cc9837efbd0c574f24d7bddcf6a40d97f79f34805906
4
- data.tar.gz: 23e4a7b6872e5bd31582c8a358653db159353e58f6a7e812aac10fc2897a5578
3
+ metadata.gz: cc7b6b9c609df78d45d4f3e3f1c8f8ba261ea149070f59d0522346f0150ed927
4
+ data.tar.gz: 1b0dd0936b0da9973414165b03391e814e1d5cd70a52206723ff2f807dc462ae
5
5
  SHA512:
6
- metadata.gz: ea2495a235078dec663890c9a6211616236449fb0b8ce6391f2c8765e10c5b5da55971816f7f156f79f73b89d30fffa43e259a927d5fb4585815d7d0628611b5
7
- data.tar.gz: 1fb2e1c5f1546ab0ed0553f53da4b3b5d9aea537acd03cfee6682b156af103eb40e4281aa765a3babd3345172775b9b0b0d3589fcf152a601e0036a7b13a4b23
6
+ metadata.gz: 4ffe8ed0c8e6d133bc254ab389dec6dd8845502902ed34d1514d9709dcb184a0782f7d205b95b1d4eda0613301387d877b1ad3b38da6c320666c82da0ea03a92
7
+ data.tar.gz: 30cb2e4304403a26633a380b43292a2f04d77bc4bddba21f142d07e6d52d09ee75eb7c9b5e4a033dd7008a4cbf184b7a6508d377b198ee55c3d84cbbd588dc06
@@ -14,7 +14,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
14
14
  add_message "gitaly.PreReceiveHookResponse" do
15
15
  optional :stdout, :bytes, 1
16
16
  optional :stderr, :bytes, 2
17
- optional :success, :bool, 3
17
+ optional :exit_status, :message, 3, "gitaly.ExitStatus"
18
18
  end
19
19
  add_message "gitaly.PostReceiveHookRequest" do
20
20
  optional :repository, :message, 1, "gitaly.Repository"
@@ -24,7 +24,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
24
24
  add_message "gitaly.PostReceiveHookResponse" do
25
25
  optional :stdout, :bytes, 1
26
26
  optional :stderr, :bytes, 2
27
- optional :success, :bool, 3
27
+ optional :exit_status, :message, 3, "gitaly.ExitStatus"
28
28
  end
29
29
  add_message "gitaly.UpdateHookRequest" do
30
30
  optional :repository, :message, 1, "gitaly.Repository"
@@ -36,7 +36,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
36
36
  add_message "gitaly.UpdateHookResponse" do
37
37
  optional :stdout, :bytes, 1
38
38
  optional :stderr, :bytes, 2
39
- optional :success, :bool, 3
39
+ optional :exit_status, :message, 3, "gitaly.ExitStatus"
40
40
  end
41
41
  end
42
42
 
@@ -209,6 +209,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
209
209
  optional :branch_sha, :string, 5
210
210
  optional :remote_repository, :message, 6, "gitaly.Repository"
211
211
  optional :remote_branch, :bytes, 7
212
+ repeated :git_push_options, :string, 8
212
213
  end
213
214
  add_message "gitaly.UserRebaseConfirmableResponse" do
214
215
  optional :pre_receive_error, :string, 3
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = '1.80.0'
3
+ VERSION = '1.81.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.80.0
4
+ version: 1.81.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: 2020-01-09 00:00:00.000000000 Z
11
+ date: 2020-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc