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 +4 -4
- data/ruby/proto/gitaly/hook_pb.rb +3 -3
- data/ruby/proto/gitaly/operations_pb.rb +1 -0
- data/ruby/proto/gitaly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc7b6b9c609df78d45d4f3e3f1c8f8ba261ea149070f59d0522346f0150ed927
|
4
|
+
data.tar.gz: 1b0dd0936b0da9973414165b03391e814e1d5cd70a52206723ff2f807dc462ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 :
|
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 :
|
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 :
|
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
|
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.
|
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-
|
11
|
+
date: 2020-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|