gitaly 1.69.0 → 1.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be04c3cf497a77da65af2c8ba1ccfb3d81b494f51728182f72589751743d4fb0
|
4
|
+
data.tar.gz: 64df503e885dd3114228b447f864101241d7f34e115e798720afe436d9fad85b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45f583a4dd5af8333bf32d8000bcacf7acc36f32291fcf6026f4fb9ceb2df06d77deee1686fbfe5ef6b416a6c15e52335751ea56d10565e4716b63cb6dcbadb2
|
7
|
+
data.tar.gz: aca3f02eaba91f0e6a50138778c1e17318daec2a35c86157ea5875a056b229c62441ad5072753f8fb39b0bc24c674aca80feb0dac38bf7f0b723e405d6e0cd51
|
@@ -52,13 +52,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
52
52
|
add_message "gitaly.CommitDeltaResponse" do
|
53
53
|
repeated :deltas, :message, 1, "gitaly.CommitDelta"
|
54
54
|
end
|
55
|
-
add_message "gitaly.CommitPatchRequest" do
|
56
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
57
|
-
optional :revision, :bytes, 2
|
58
|
-
end
|
59
|
-
add_message "gitaly.CommitPatchResponse" do
|
60
|
-
optional :data, :bytes, 1
|
61
|
-
end
|
62
55
|
add_message "gitaly.RawDiffRequest" do
|
63
56
|
optional :repository, :message, 1, "gitaly.Repository"
|
64
57
|
optional :left_commit_id, :string, 2
|
@@ -96,8 +89,6 @@ module Gitaly
|
|
96
89
|
CommitDeltaRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitDeltaRequest").msgclass
|
97
90
|
CommitDelta = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitDelta").msgclass
|
98
91
|
CommitDeltaResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitDeltaResponse").msgclass
|
99
|
-
CommitPatchRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitPatchRequest").msgclass
|
100
|
-
CommitPatchResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitPatchResponse").msgclass
|
101
92
|
RawDiffRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RawDiffRequest").msgclass
|
102
93
|
RawDiffResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RawDiffResponse").msgclass
|
103
94
|
RawPatchRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RawPatchRequest").msgclass
|
@@ -18,7 +18,6 @@ module Gitaly
|
|
18
18
|
rpc :CommitDiff, CommitDiffRequest, stream(CommitDiffResponse)
|
19
19
|
# Return a stream so we can divide the response in chunks of deltas
|
20
20
|
rpc :CommitDelta, CommitDeltaRequest, stream(CommitDeltaResponse)
|
21
|
-
rpc :CommitPatch, CommitPatchRequest, stream(CommitPatchResponse)
|
22
21
|
rpc :RawDiff, RawDiffRequest, stream(RawDiffResponse)
|
23
22
|
rpc :RawPatch, RawPatchRequest, stream(RawPatchResponse)
|
24
23
|
rpc :DiffStats, DiffStatsRequest, stream(DiffStatsResponse)
|
@@ -148,13 +148,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
148
148
|
add_message "gitaly.CreateBundleResponse" do
|
149
149
|
optional :data, :bytes, 1
|
150
150
|
end
|
151
|
-
add_message "gitaly.WriteConfigRequest" do
|
152
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
153
|
-
optional :full_path, :string, 2
|
154
|
-
end
|
155
|
-
add_message "gitaly.WriteConfigResponse" do
|
156
|
-
optional :error, :bytes, 1
|
157
|
-
end
|
158
151
|
add_message "gitaly.SetConfigRequest" do
|
159
152
|
optional :repository, :message, 1, "gitaly.Repository"
|
160
153
|
repeated :entries, :message, 2, "gitaly.SetConfigRequest.Entry"
|
@@ -367,8 +360,6 @@ module Gitaly
|
|
367
360
|
CreateRepositoryFromURLResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateRepositoryFromURLResponse").msgclass
|
368
361
|
CreateBundleRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateBundleRequest").msgclass
|
369
362
|
CreateBundleResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CreateBundleResponse").msgclass
|
370
|
-
WriteConfigRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WriteConfigRequest").msgclass
|
371
|
-
WriteConfigResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WriteConfigResponse").msgclass
|
372
363
|
SetConfigRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetConfigRequest").msgclass
|
373
364
|
SetConfigRequest::Entry = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetConfigRequest.Entry").msgclass
|
374
365
|
SetConfigResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetConfigResponse").msgclass
|
@@ -34,7 +34,6 @@ module Gitaly
|
|
34
34
|
rpc :CreateRepositoryFromURL, CreateRepositoryFromURLRequest, CreateRepositoryFromURLResponse
|
35
35
|
rpc :CreateBundle, CreateBundleRequest, stream(CreateBundleResponse)
|
36
36
|
rpc :CreateRepositoryFromBundle, stream(CreateRepositoryFromBundleRequest), CreateRepositoryFromBundleResponse
|
37
|
-
rpc :WriteConfig, WriteConfigRequest, WriteConfigResponse
|
38
37
|
rpc :SetConfig, SetConfigRequest, SetConfigResponse
|
39
38
|
rpc :DeleteConfig, DeleteConfigRequest, DeleteConfigResponse
|
40
39
|
rpc :FindLicense, FindLicenseRequest, FindLicenseResponse
|
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.70.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: 2019-10-
|
11
|
+
date: 2019-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|