gitaly-proto 0.64.0 → 0.65.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c122ae6acd4ad78005a7a3903a3a57e1e7d24753
|
4
|
+
data.tar.gz: c126c2b56d968dd62e39ba60b7233bc6cde25cbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c79ce25521b0b319ba0d2a1f21a0dfe921c0ac67932cda5060ffc95cea15ec83c4c84edc562ad9611b2182dbcd927cc6301ff27052107eb42712e620517960aa
|
7
|
+
data.tar.gz: 17e8401fcfcb657894041dad86ebadb375693cafe91ffaa5a4cada2d39282c169a439c9ab8ebdbb7114d98707498d60a4c6ece90dbe61eafdb31eef0b656c148
|
data/ruby/lib/gitaly/ref_pb.rb
CHANGED
@@ -58,6 +58,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
58
58
|
end
|
59
59
|
add_message "gitaly.FindAllBranchesRequest" do
|
60
60
|
optional :repository, :message, 1, "gitaly.Repository"
|
61
|
+
optional :merged_only, :bool, 2
|
62
|
+
repeated :merged_branches, :bytes, 3
|
61
63
|
end
|
62
64
|
add_message "gitaly.FindAllBranchesResponse" do
|
63
65
|
repeated :branches, :message, 1, "gitaly.FindAllBranchesResponse.Branch"
|
@@ -83,12 +83,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
83
83
|
add_message "gitaly.HasLocalBranchesResponse" do
|
84
84
|
optional :value, :bool, 1
|
85
85
|
end
|
86
|
-
add_message "gitaly.ChangeStorageRequest" do
|
87
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
88
|
-
optional :new_storage_name, :string, 2
|
89
|
-
end
|
90
|
-
add_message "gitaly.ChangeStorageResponse" do
|
91
|
-
end
|
92
86
|
add_message "gitaly.FetchSourceBranchRequest" do
|
93
87
|
optional :repository, :message, 1, "gitaly.Repository"
|
94
88
|
optional :source_repository, :message, 2, "gitaly.Repository"
|
@@ -152,8 +146,6 @@ module Gitaly
|
|
152
146
|
GetArchiveResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetArchiveResponse").msgclass
|
153
147
|
HasLocalBranchesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.HasLocalBranchesRequest").msgclass
|
154
148
|
HasLocalBranchesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.HasLocalBranchesResponse").msgclass
|
155
|
-
ChangeStorageRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ChangeStorageRequest").msgclass
|
156
|
-
ChangeStorageResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ChangeStorageResponse").msgclass
|
157
149
|
FetchSourceBranchRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchSourceBranchRequest").msgclass
|
158
150
|
FetchSourceBranchResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchSourceBranchResponse").msgclass
|
159
151
|
FsckRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FsckRequest").msgclass
|
@@ -25,7 +25,6 @@ module Gitaly
|
|
25
25
|
rpc :CreateRepository, CreateRepositoryRequest, CreateRepositoryResponse
|
26
26
|
rpc :GetArchive, GetArchiveRequest, stream(GetArchiveResponse)
|
27
27
|
rpc :HasLocalBranches, HasLocalBranchesRequest, HasLocalBranchesResponse
|
28
|
-
rpc :ChangeStorage, ChangeStorageRequest, ChangeStorageResponse
|
29
28
|
rpc :FetchSourceBranch, FetchSourceBranchRequest, FetchSourceBranchResponse
|
30
29
|
rpc :Fsck, FsckRequest, FsckResponse
|
31
30
|
rpc :WriteRef, WriteRefRequest, WriteRefResponse
|
data/ruby/lib/gitaly/version.rb
CHANGED
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.
|
4
|
+
version: 0.65.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-12-
|
11
|
+
date: 2017-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|