gitaly 13.3.0.pre.rc3 → 13.3.0.pre.rc4
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/blob_pb.rb +76 -74
- data/ruby/proto/gitaly/blob_services_pb.rb +5 -5
- data/ruby/proto/gitaly/cleanup_pb.rb +16 -14
- data/ruby/proto/gitaly/cleanup_services_pb.rb +1 -1
- data/ruby/proto/gitaly/commit_pb.rb +307 -305
- data/ruby/proto/gitaly/commit_services_pb.rb +21 -21
- data/ruby/proto/gitaly/conflicts_pb.rb +45 -43
- data/ruby/proto/gitaly/conflicts_services_pb.rb +2 -2
- data/ruby/proto/gitaly/diff_pb.rb +90 -88
- data/ruby/proto/gitaly/diff_services_pb.rb +5 -5
- data/ruby/proto/gitaly/hook_pb.rb +53 -51
- data/ruby/proto/gitaly/hook_services_pb.rb +4 -4
- data/ruby/proto/gitaly/internal_pb.rb +9 -7
- data/ruby/proto/gitaly/internal_services_pb.rb +1 -1
- data/ruby/proto/gitaly/lint_pb.rb +18 -16
- data/ruby/proto/gitaly/namespace_pb.rb +35 -33
- data/ruby/proto/gitaly/namespace_services_pb.rb +4 -4
- data/ruby/proto/gitaly/objectpool_pb.rb +63 -61
- data/ruby/proto/gitaly/objectpool_services_pb.rb +8 -8
- data/ruby/proto/gitaly/operations_pb.rb +277 -275
- data/ruby/proto/gitaly/operations_services_pb.rb +15 -15
- data/ruby/proto/gitaly/praefect_pb.rb +60 -56
- data/ruby/proto/gitaly/praefect_services_pb.rb +5 -6
- data/ruby/proto/gitaly/ref_pb.rb +219 -217
- data/ruby/proto/gitaly/ref_services_pb.rb +18 -18
- data/ruby/proto/gitaly/remote_pb.rb +74 -72
- data/ruby/proto/gitaly/remote_services_pb.rb +7 -7
- data/ruby/proto/gitaly/repository-service_pb.rb +412 -409
- data/ruby/proto/gitaly/repository-service_services_pb.rb +42 -42
- data/ruby/proto/gitaly/server_pb.rb +32 -30
- data/ruby/proto/gitaly/server_services_pb.rb +2 -2
- data/ruby/proto/gitaly/shared_pb.rb +81 -79
- data/ruby/proto/gitaly/smarthttp_pb.rb +36 -34
- data/ruby/proto/gitaly/smarthttp_services_pb.rb +4 -4
- data/ruby/proto/gitaly/ssh_pb.rb +41 -39
- data/ruby/proto/gitaly/ssh_services_pb.rb +3 -3
- data/ruby/proto/gitaly/transaction_pb.rb +17 -15
- data/ruby/proto/gitaly/transaction_services_pb.rb +1 -1
- data/ruby/proto/gitaly/version.rb +1 -1
- data/ruby/proto/gitaly/wiki_pb.rb +128 -126
- data/ruby/proto/gitaly/wiki_services_pb.rb +8 -8
- 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: a259b3bdcf9b88680a4e8c9f81c087123b95d7e1e592b537f6131e1dd763a0c8
|
4
|
+
data.tar.gz: 0b0177beffee5e3c5ed03e6642b6cb03dff78a5a47fead19a8a756f0f5984469
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9528d083d8b9ab6b6594cabdcce3ce93851d9db572a81ca2dff133f2f6d338c9ad311896df382d4bb984bb9a69c5775aac8f1fd45c54ad55e64c7a8fbc75ed1
|
7
|
+
data.tar.gz: 7be211125760998ee5143de8d556a404ae00be94032ea07eb8c00576ba6ad144829afd7438f9e219348d068af1f239f01a491c47f1fc506d1c2405cef6674553
|
@@ -6,82 +6,84 @@ require 'google/protobuf'
|
|
6
6
|
require 'lint_pb'
|
7
7
|
require 'shared_pb'
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
9
|
+
add_file("blob.proto", :syntax => :proto3) do
|
10
|
+
add_message "gitaly.GetBlobRequest" do
|
11
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
12
|
+
optional :oid, :string, 2
|
13
|
+
optional :limit, :int64, 3
|
14
|
+
end
|
15
|
+
add_message "gitaly.GetBlobResponse" do
|
16
|
+
optional :size, :int64, 1
|
17
|
+
optional :data, :bytes, 2
|
18
|
+
optional :oid, :string, 3
|
19
|
+
end
|
20
|
+
add_message "gitaly.GetBlobsRequest" do
|
21
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
22
|
+
repeated :revision_paths, :message, 2, "gitaly.GetBlobsRequest.RevisionPath"
|
23
|
+
optional :limit, :int64, 3
|
24
|
+
end
|
25
|
+
add_message "gitaly.GetBlobsRequest.RevisionPath" do
|
26
|
+
optional :revision, :string, 1
|
27
|
+
optional :path, :bytes, 2
|
28
|
+
end
|
29
|
+
add_message "gitaly.GetBlobsResponse" do
|
30
|
+
optional :size, :int64, 1
|
31
|
+
optional :data, :bytes, 2
|
32
|
+
optional :oid, :string, 3
|
33
|
+
optional :is_submodule, :bool, 4
|
34
|
+
optional :mode, :int32, 5
|
35
|
+
optional :revision, :string, 6
|
36
|
+
optional :path, :bytes, 7
|
37
|
+
optional :type, :enum, 8, "gitaly.ObjectType"
|
38
|
+
end
|
39
|
+
add_message "gitaly.LFSPointer" do
|
40
|
+
optional :size, :int64, 1
|
41
|
+
optional :data, :bytes, 2
|
42
|
+
optional :oid, :string, 3
|
43
|
+
end
|
44
|
+
add_message "gitaly.NewBlobObject" do
|
45
|
+
optional :size, :int64, 1
|
46
|
+
optional :oid, :string, 2
|
47
|
+
optional :path, :bytes, 3
|
48
|
+
end
|
49
|
+
add_message "gitaly.GetLFSPointersRequest" do
|
50
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
51
|
+
repeated :blob_ids, :string, 2
|
52
|
+
end
|
53
|
+
add_message "gitaly.GetLFSPointersResponse" do
|
54
|
+
repeated :lfs_pointers, :message, 1, "gitaly.LFSPointer"
|
55
|
+
end
|
56
|
+
add_message "gitaly.GetNewLFSPointersRequest" do
|
57
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
58
|
+
optional :revision, :bytes, 2
|
59
|
+
optional :limit, :int32, 3
|
60
|
+
optional :not_in_all, :bool, 4
|
61
|
+
repeated :not_in_refs, :bytes, 5
|
62
|
+
end
|
63
|
+
add_message "gitaly.GetNewLFSPointersResponse" do
|
64
|
+
repeated :lfs_pointers, :message, 1, "gitaly.LFSPointer"
|
65
|
+
end
|
66
|
+
add_message "gitaly.GetAllLFSPointersRequest" do
|
67
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
68
|
+
end
|
69
|
+
add_message "gitaly.GetAllLFSPointersResponse" do
|
70
|
+
repeated :lfs_pointers, :message, 1, "gitaly.LFSPointer"
|
71
|
+
end
|
70
72
|
end
|
71
73
|
end
|
72
74
|
|
73
75
|
module Gitaly
|
74
|
-
GetBlobRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobRequest").msgclass
|
75
|
-
GetBlobResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobResponse").msgclass
|
76
|
-
GetBlobsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobsRequest").msgclass
|
77
|
-
GetBlobsRequest::RevisionPath = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobsRequest.RevisionPath").msgclass
|
78
|
-
GetBlobsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobsResponse").msgclass
|
79
|
-
LFSPointer = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LFSPointer").msgclass
|
80
|
-
NewBlobObject = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.NewBlobObject").msgclass
|
81
|
-
GetLFSPointersRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetLFSPointersRequest").msgclass
|
82
|
-
GetLFSPointersResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetLFSPointersResponse").msgclass
|
83
|
-
GetNewLFSPointersRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetNewLFSPointersRequest").msgclass
|
84
|
-
GetNewLFSPointersResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetNewLFSPointersResponse").msgclass
|
85
|
-
GetAllLFSPointersRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetAllLFSPointersRequest").msgclass
|
86
|
-
GetAllLFSPointersResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetAllLFSPointersResponse").msgclass
|
76
|
+
GetBlobRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobRequest").msgclass
|
77
|
+
GetBlobResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobResponse").msgclass
|
78
|
+
GetBlobsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobsRequest").msgclass
|
79
|
+
GetBlobsRequest::RevisionPath = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobsRequest.RevisionPath").msgclass
|
80
|
+
GetBlobsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobsResponse").msgclass
|
81
|
+
LFSPointer = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LFSPointer").msgclass
|
82
|
+
NewBlobObject = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.NewBlobObject").msgclass
|
83
|
+
GetLFSPointersRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetLFSPointersRequest").msgclass
|
84
|
+
GetLFSPointersResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetLFSPointersResponse").msgclass
|
85
|
+
GetNewLFSPointersRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetNewLFSPointersRequest").msgclass
|
86
|
+
GetNewLFSPointersResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetNewLFSPointersResponse").msgclass
|
87
|
+
GetAllLFSPointersRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetAllLFSPointersRequest").msgclass
|
88
|
+
GetAllLFSPointersResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetAllLFSPointersResponse").msgclass
|
87
89
|
end
|
@@ -17,11 +17,11 @@ module Gitaly
|
|
17
17
|
# GetBlob returns the contents of a blob object referenced by its object
|
18
18
|
# ID. We use a stream to return a chunked arbitrarily large binary
|
19
19
|
# response
|
20
|
-
rpc :GetBlob, GetBlobRequest, stream(GetBlobResponse)
|
21
|
-
rpc :GetBlobs, GetBlobsRequest, stream(GetBlobsResponse)
|
22
|
-
rpc :GetLFSPointers, GetLFSPointersRequest, stream(GetLFSPointersResponse)
|
23
|
-
rpc :GetNewLFSPointers, GetNewLFSPointersRequest, stream(GetNewLFSPointersResponse)
|
24
|
-
rpc :GetAllLFSPointers, GetAllLFSPointersRequest, stream(GetAllLFSPointersResponse)
|
20
|
+
rpc :GetBlob, Gitaly::GetBlobRequest, stream(Gitaly::GetBlobResponse)
|
21
|
+
rpc :GetBlobs, Gitaly::GetBlobsRequest, stream(Gitaly::GetBlobsResponse)
|
22
|
+
rpc :GetLFSPointers, Gitaly::GetLFSPointersRequest, stream(Gitaly::GetLFSPointersResponse)
|
23
|
+
rpc :GetNewLFSPointers, Gitaly::GetNewLFSPointersRequest, stream(Gitaly::GetNewLFSPointersResponse)
|
24
|
+
rpc :GetAllLFSPointers, Gitaly::GetAllLFSPointersRequest, stream(Gitaly::GetAllLFSPointersResponse)
|
25
25
|
end
|
26
26
|
|
27
27
|
Stub = Service.rpc_stub_class
|
@@ -6,22 +6,24 @@ require 'google/protobuf'
|
|
6
6
|
require 'lint_pb'
|
7
7
|
require 'shared_pb'
|
8
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
9
|
+
add_file("cleanup.proto", :syntax => :proto3) do
|
10
|
+
add_message "gitaly.ApplyBfgObjectMapStreamRequest" do
|
11
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
12
|
+
optional :object_map, :bytes, 2
|
13
|
+
end
|
14
|
+
add_message "gitaly.ApplyBfgObjectMapStreamResponse" do
|
15
|
+
repeated :entries, :message, 1, "gitaly.ApplyBfgObjectMapStreamResponse.Entry"
|
16
|
+
end
|
17
|
+
add_message "gitaly.ApplyBfgObjectMapStreamResponse.Entry" do
|
18
|
+
optional :type, :enum, 1, "gitaly.ObjectType"
|
19
|
+
optional :old_oid, :string, 2
|
20
|
+
optional :new_oid, :string, 3
|
21
|
+
end
|
20
22
|
end
|
21
23
|
end
|
22
24
|
|
23
25
|
module Gitaly
|
24
|
-
ApplyBfgObjectMapStreamRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamRequest").msgclass
|
25
|
-
ApplyBfgObjectMapStreamResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamResponse").msgclass
|
26
|
-
ApplyBfgObjectMapStreamResponse::Entry = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamResponse.Entry").msgclass
|
26
|
+
ApplyBfgObjectMapStreamRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamRequest").msgclass
|
27
|
+
ApplyBfgObjectMapStreamResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamResponse").msgclass
|
28
|
+
ApplyBfgObjectMapStreamResponse::Entry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamResponse.Entry").msgclass
|
27
29
|
end
|
@@ -14,7 +14,7 @@ module Gitaly
|
|
14
14
|
self.unmarshal_class_method = :decode
|
15
15
|
self.service_name = 'gitaly.CleanupService'
|
16
16
|
|
17
|
-
rpc :ApplyBfgObjectMapStream, stream(ApplyBfgObjectMapStreamRequest), stream(ApplyBfgObjectMapStreamResponse)
|
17
|
+
rpc :ApplyBfgObjectMapStream, stream(Gitaly::ApplyBfgObjectMapStreamRequest), stream(Gitaly::ApplyBfgObjectMapStreamResponse)
|
18
18
|
end
|
19
19
|
|
20
20
|
Stub = Service.rpc_stub_class
|
@@ -7,313 +7,315 @@ require 'lint_pb'
|
|
7
7
|
require 'shared_pb'
|
8
8
|
require 'google/protobuf/timestamp_pb'
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
10
|
+
add_file("commit.proto", :syntax => :proto3) do
|
11
|
+
add_message "gitaly.CommitStatsRequest" do
|
12
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
13
|
+
optional :revision, :bytes, 2
|
14
|
+
end
|
15
|
+
add_message "gitaly.CommitStatsResponse" do
|
16
|
+
optional :oid, :string, 1
|
17
|
+
optional :additions, :int32, 2
|
18
|
+
optional :deletions, :int32, 3
|
19
|
+
end
|
20
|
+
add_message "gitaly.CommitIsAncestorRequest" do
|
21
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
22
|
+
optional :ancestor_id, :string, 2
|
23
|
+
optional :child_id, :string, 3
|
24
|
+
end
|
25
|
+
add_message "gitaly.CommitIsAncestorResponse" do
|
26
|
+
optional :value, :bool, 1
|
27
|
+
end
|
28
|
+
add_message "gitaly.TreeEntryRequest" do
|
29
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
30
|
+
optional :revision, :bytes, 2
|
31
|
+
optional :path, :bytes, 3
|
32
|
+
optional :limit, :int64, 4
|
33
|
+
end
|
34
|
+
add_message "gitaly.TreeEntryResponse" do
|
35
|
+
optional :type, :enum, 1, "gitaly.TreeEntryResponse.ObjectType"
|
36
|
+
optional :oid, :string, 2
|
37
|
+
optional :size, :int64, 3
|
38
|
+
optional :mode, :int32, 4
|
39
|
+
optional :data, :bytes, 5
|
40
|
+
end
|
41
|
+
add_enum "gitaly.TreeEntryResponse.ObjectType" do
|
42
|
+
value :COMMIT, 0
|
43
|
+
value :BLOB, 1
|
44
|
+
value :TREE, 2
|
45
|
+
value :TAG, 3
|
46
|
+
end
|
47
|
+
add_message "gitaly.CommitsBetweenRequest" do
|
48
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
49
|
+
optional :from, :bytes, 2
|
50
|
+
optional :to, :bytes, 3
|
51
|
+
end
|
52
|
+
add_message "gitaly.CommitsBetweenResponse" do
|
53
|
+
repeated :commits, :message, 1, "gitaly.GitCommit"
|
54
|
+
end
|
55
|
+
add_message "gitaly.CountCommitsRequest" do
|
56
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
57
|
+
optional :revision, :bytes, 2
|
58
|
+
optional :after, :message, 3, "google.protobuf.Timestamp"
|
59
|
+
optional :before, :message, 4, "google.protobuf.Timestamp"
|
60
|
+
optional :path, :bytes, 5
|
61
|
+
optional :max_count, :int32, 6
|
62
|
+
optional :all, :bool, 7
|
63
|
+
optional :first_parent, :bool, 8
|
64
|
+
optional :global_options, :message, 9, "gitaly.GlobalOptions"
|
65
|
+
end
|
66
|
+
add_message "gitaly.CountCommitsResponse" do
|
67
|
+
optional :count, :int32, 1
|
68
|
+
end
|
69
|
+
add_message "gitaly.CountDivergingCommitsRequest" do
|
70
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
71
|
+
optional :from, :bytes, 2
|
72
|
+
optional :to, :bytes, 3
|
73
|
+
optional :max_count, :int32, 7
|
74
|
+
end
|
75
|
+
add_message "gitaly.CountDivergingCommitsResponse" do
|
76
|
+
optional :left_count, :int32, 1
|
77
|
+
optional :right_count, :int32, 2
|
78
|
+
end
|
79
|
+
add_message "gitaly.TreeEntry" do
|
80
|
+
optional :oid, :string, 1
|
81
|
+
optional :root_oid, :string, 2
|
82
|
+
optional :path, :bytes, 3
|
83
|
+
optional :type, :enum, 4, "gitaly.TreeEntry.EntryType"
|
84
|
+
optional :mode, :int32, 5
|
85
|
+
optional :commit_oid, :string, 6
|
86
|
+
optional :flat_path, :bytes, 7
|
87
|
+
end
|
88
|
+
add_enum "gitaly.TreeEntry.EntryType" do
|
89
|
+
value :BLOB, 0
|
90
|
+
value :TREE, 1
|
91
|
+
value :COMMIT, 3
|
92
|
+
end
|
93
|
+
add_message "gitaly.GetTreeEntriesRequest" do
|
94
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
95
|
+
optional :revision, :bytes, 2
|
96
|
+
optional :path, :bytes, 3
|
97
|
+
optional :recursive, :bool, 4
|
98
|
+
end
|
99
|
+
add_message "gitaly.GetTreeEntriesResponse" do
|
100
|
+
repeated :entries, :message, 1, "gitaly.TreeEntry"
|
101
|
+
end
|
102
|
+
add_message "gitaly.ListFilesRequest" do
|
103
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
104
|
+
optional :revision, :bytes, 2
|
105
|
+
end
|
106
|
+
add_message "gitaly.ListFilesResponse" do
|
107
|
+
repeated :paths, :bytes, 1
|
108
|
+
end
|
109
|
+
add_message "gitaly.FindCommitRequest" do
|
110
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
111
|
+
optional :revision, :bytes, 2
|
112
|
+
end
|
113
|
+
add_message "gitaly.FindCommitResponse" do
|
114
|
+
optional :commit, :message, 1, "gitaly.GitCommit"
|
115
|
+
end
|
116
|
+
add_message "gitaly.ListCommitsByOidRequest" do
|
117
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
118
|
+
repeated :oid, :string, 2
|
119
|
+
end
|
120
|
+
add_message "gitaly.ListCommitsByOidResponse" do
|
121
|
+
repeated :commits, :message, 1, "gitaly.GitCommit"
|
122
|
+
end
|
123
|
+
add_message "gitaly.ListCommitsByRefNameRequest" do
|
124
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
125
|
+
repeated :ref_names, :bytes, 2
|
126
|
+
end
|
127
|
+
add_message "gitaly.ListCommitsByRefNameResponse" do
|
128
|
+
repeated :commit_refs, :message, 2, "gitaly.ListCommitsByRefNameResponse.CommitForRef"
|
129
|
+
end
|
130
|
+
add_message "gitaly.ListCommitsByRefNameResponse.CommitForRef" do
|
131
|
+
optional :commit, :message, 1, "gitaly.GitCommit"
|
132
|
+
optional :ref_name, :bytes, 2
|
133
|
+
end
|
134
|
+
add_message "gitaly.FindAllCommitsRequest" do
|
135
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
136
|
+
optional :revision, :bytes, 2
|
137
|
+
optional :max_count, :int32, 3
|
138
|
+
optional :skip, :int32, 4
|
139
|
+
optional :order, :enum, 5, "gitaly.FindAllCommitsRequest.Order"
|
140
|
+
end
|
141
|
+
add_enum "gitaly.FindAllCommitsRequest.Order" do
|
142
|
+
value :NONE, 0
|
143
|
+
value :TOPO, 1
|
144
|
+
value :DATE, 2
|
145
|
+
end
|
146
|
+
add_message "gitaly.FindAllCommitsResponse" do
|
147
|
+
repeated :commits, :message, 1, "gitaly.GitCommit"
|
148
|
+
end
|
149
|
+
add_message "gitaly.FindCommitsRequest" do
|
150
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
151
|
+
optional :revision, :bytes, 2
|
152
|
+
optional :limit, :int32, 3
|
153
|
+
optional :offset, :int32, 4
|
154
|
+
repeated :paths, :bytes, 5
|
155
|
+
optional :follow, :bool, 6
|
156
|
+
optional :skip_merges, :bool, 7
|
157
|
+
optional :disable_walk, :bool, 8
|
158
|
+
optional :after, :message, 9, "google.protobuf.Timestamp"
|
159
|
+
optional :before, :message, 10, "google.protobuf.Timestamp"
|
160
|
+
optional :all, :bool, 11
|
161
|
+
optional :first_parent, :bool, 12
|
162
|
+
optional :author, :bytes, 13
|
163
|
+
optional :order, :enum, 14, "gitaly.FindCommitsRequest.Order"
|
164
|
+
optional :global_options, :message, 15, "gitaly.GlobalOptions"
|
165
|
+
end
|
166
|
+
add_enum "gitaly.FindCommitsRequest.Order" do
|
167
|
+
value :NONE, 0
|
168
|
+
value :TOPO, 1
|
169
|
+
end
|
170
|
+
add_message "gitaly.FindCommitsResponse" do
|
171
|
+
repeated :commits, :message, 1, "gitaly.GitCommit"
|
172
|
+
end
|
173
|
+
add_message "gitaly.CommitLanguagesRequest" do
|
174
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
175
|
+
optional :revision, :bytes, 2
|
176
|
+
end
|
177
|
+
add_message "gitaly.CommitLanguagesResponse" do
|
178
|
+
repeated :languages, :message, 1, "gitaly.CommitLanguagesResponse.Language"
|
179
|
+
end
|
180
|
+
add_message "gitaly.CommitLanguagesResponse.Language" do
|
181
|
+
optional :name, :string, 1
|
182
|
+
optional :share, :float, 2
|
183
|
+
optional :color, :string, 3
|
184
|
+
optional :file_count, :uint32, 4
|
185
|
+
optional :bytes, :uint64, 5
|
186
|
+
end
|
187
|
+
add_message "gitaly.RawBlameRequest" do
|
188
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
189
|
+
optional :revision, :bytes, 2
|
190
|
+
optional :path, :bytes, 3
|
191
|
+
end
|
192
|
+
add_message "gitaly.RawBlameResponse" do
|
193
|
+
optional :data, :bytes, 1
|
194
|
+
end
|
195
|
+
add_message "gitaly.LastCommitForPathRequest" do
|
196
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
197
|
+
optional :revision, :bytes, 2
|
198
|
+
optional :path, :bytes, 3
|
199
|
+
optional :literal_pathspec, :bool, 4
|
200
|
+
optional :global_options, :message, 5, "gitaly.GlobalOptions"
|
201
|
+
end
|
202
|
+
add_message "gitaly.LastCommitForPathResponse" do
|
203
|
+
optional :commit, :message, 1, "gitaly.GitCommit"
|
204
|
+
end
|
205
|
+
add_message "gitaly.ListLastCommitsForTreeRequest" do
|
206
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
207
|
+
optional :revision, :string, 2
|
208
|
+
optional :path, :bytes, 3
|
209
|
+
optional :limit, :int32, 4
|
210
|
+
optional :offset, :int32, 5
|
211
|
+
optional :literal_pathspec, :bool, 6
|
212
|
+
optional :global_options, :message, 7, "gitaly.GlobalOptions"
|
213
|
+
end
|
214
|
+
add_message "gitaly.ListLastCommitsForTreeResponse" do
|
215
|
+
repeated :commits, :message, 1, "gitaly.ListLastCommitsForTreeResponse.CommitForTree"
|
216
|
+
end
|
217
|
+
add_message "gitaly.ListLastCommitsForTreeResponse.CommitForTree" do
|
218
|
+
optional :commit, :message, 2, "gitaly.GitCommit"
|
219
|
+
optional :path_bytes, :bytes, 4
|
220
|
+
end
|
221
|
+
add_message "gitaly.CommitsByMessageRequest" do
|
222
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
223
|
+
optional :revision, :bytes, 2
|
224
|
+
optional :offset, :int32, 3
|
225
|
+
optional :limit, :int32, 4
|
226
|
+
optional :path, :bytes, 5
|
227
|
+
optional :query, :string, 6
|
228
|
+
optional :global_options, :message, 7, "gitaly.GlobalOptions"
|
229
|
+
end
|
230
|
+
add_message "gitaly.CommitsByMessageResponse" do
|
231
|
+
repeated :commits, :message, 1, "gitaly.GitCommit"
|
232
|
+
end
|
233
|
+
add_message "gitaly.FilterShasWithSignaturesRequest" do
|
234
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
235
|
+
repeated :shas, :bytes, 2
|
236
|
+
end
|
237
|
+
add_message "gitaly.FilterShasWithSignaturesResponse" do
|
238
|
+
repeated :shas, :bytes, 1
|
239
|
+
end
|
240
|
+
add_message "gitaly.ExtractCommitSignatureRequest" do
|
241
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
242
|
+
optional :commit_id, :string, 2
|
243
|
+
end
|
244
|
+
add_message "gitaly.ExtractCommitSignatureResponse" do
|
245
|
+
optional :signature, :bytes, 1
|
246
|
+
optional :signed_text, :bytes, 2
|
247
|
+
end
|
248
|
+
add_message "gitaly.GetCommitSignaturesRequest" do
|
249
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
250
|
+
repeated :commit_ids, :string, 2
|
251
|
+
end
|
252
|
+
add_message "gitaly.GetCommitSignaturesResponse" do
|
253
|
+
optional :commit_id, :string, 1
|
254
|
+
optional :signature, :bytes, 2
|
255
|
+
optional :signed_text, :bytes, 3
|
256
|
+
end
|
257
|
+
add_message "gitaly.GetCommitMessagesRequest" do
|
258
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
259
|
+
repeated :commit_ids, :string, 2
|
260
|
+
end
|
261
|
+
add_message "gitaly.GetCommitMessagesResponse" do
|
262
|
+
optional :commit_id, :string, 1
|
263
|
+
optional :message, :bytes, 2
|
264
|
+
end
|
263
265
|
end
|
264
266
|
end
|
265
267
|
|
266
268
|
module Gitaly
|
267
|
-
CommitStatsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitStatsRequest").msgclass
|
268
|
-
CommitStatsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitStatsResponse").msgclass
|
269
|
-
CommitIsAncestorRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitIsAncestorRequest").msgclass
|
270
|
-
CommitIsAncestorResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitIsAncestorResponse").msgclass
|
271
|
-
TreeEntryRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntryRequest").msgclass
|
272
|
-
TreeEntryResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntryResponse").msgclass
|
273
|
-
TreeEntryResponse::ObjectType = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntryResponse.ObjectType").enummodule
|
274
|
-
CommitsBetweenRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitsBetweenRequest").msgclass
|
275
|
-
CommitsBetweenResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitsBetweenResponse").msgclass
|
276
|
-
CountCommitsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CountCommitsRequest").msgclass
|
277
|
-
CountCommitsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CountCommitsResponse").msgclass
|
278
|
-
CountDivergingCommitsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CountDivergingCommitsRequest").msgclass
|
279
|
-
CountDivergingCommitsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CountDivergingCommitsResponse").msgclass
|
280
|
-
TreeEntry = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntry").msgclass
|
281
|
-
TreeEntry::EntryType = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntry.EntryType").enummodule
|
282
|
-
GetTreeEntriesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetTreeEntriesRequest").msgclass
|
283
|
-
GetTreeEntriesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetTreeEntriesResponse").msgclass
|
284
|
-
ListFilesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListFilesRequest").msgclass
|
285
|
-
ListFilesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListFilesResponse").msgclass
|
286
|
-
FindCommitRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitRequest").msgclass
|
287
|
-
FindCommitResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitResponse").msgclass
|
288
|
-
ListCommitsByOidRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByOidRequest").msgclass
|
289
|
-
ListCommitsByOidResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByOidResponse").msgclass
|
290
|
-
ListCommitsByRefNameRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByRefNameRequest").msgclass
|
291
|
-
ListCommitsByRefNameResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByRefNameResponse").msgclass
|
292
|
-
ListCommitsByRefNameResponse::CommitForRef = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByRefNameResponse.CommitForRef").msgclass
|
293
|
-
FindAllCommitsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllCommitsRequest").msgclass
|
294
|
-
FindAllCommitsRequest::Order = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllCommitsRequest.Order").enummodule
|
295
|
-
FindAllCommitsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllCommitsResponse").msgclass
|
296
|
-
FindCommitsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsRequest").msgclass
|
297
|
-
FindCommitsRequest::Order = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsRequest.Order").enummodule
|
298
|
-
FindCommitsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsResponse").msgclass
|
299
|
-
CommitLanguagesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitLanguagesRequest").msgclass
|
300
|
-
CommitLanguagesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitLanguagesResponse").msgclass
|
301
|
-
CommitLanguagesResponse::Language = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitLanguagesResponse.Language").msgclass
|
302
|
-
RawBlameRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RawBlameRequest").msgclass
|
303
|
-
RawBlameResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RawBlameResponse").msgclass
|
304
|
-
LastCommitForPathRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LastCommitForPathRequest").msgclass
|
305
|
-
LastCommitForPathResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LastCommitForPathResponse").msgclass
|
306
|
-
ListLastCommitsForTreeRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListLastCommitsForTreeRequest").msgclass
|
307
|
-
ListLastCommitsForTreeResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListLastCommitsForTreeResponse").msgclass
|
308
|
-
ListLastCommitsForTreeResponse::CommitForTree = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListLastCommitsForTreeResponse.CommitForTree").msgclass
|
309
|
-
CommitsByMessageRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitsByMessageRequest").msgclass
|
310
|
-
CommitsByMessageResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitsByMessageResponse").msgclass
|
311
|
-
FilterShasWithSignaturesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FilterShasWithSignaturesRequest").msgclass
|
312
|
-
FilterShasWithSignaturesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FilterShasWithSignaturesResponse").msgclass
|
313
|
-
ExtractCommitSignatureRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ExtractCommitSignatureRequest").msgclass
|
314
|
-
ExtractCommitSignatureResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ExtractCommitSignatureResponse").msgclass
|
315
|
-
GetCommitSignaturesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetCommitSignaturesRequest").msgclass
|
316
|
-
GetCommitSignaturesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetCommitSignaturesResponse").msgclass
|
317
|
-
GetCommitMessagesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetCommitMessagesRequest").msgclass
|
318
|
-
GetCommitMessagesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetCommitMessagesResponse").msgclass
|
269
|
+
CommitStatsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitStatsRequest").msgclass
|
270
|
+
CommitStatsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitStatsResponse").msgclass
|
271
|
+
CommitIsAncestorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitIsAncestorRequest").msgclass
|
272
|
+
CommitIsAncestorResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitIsAncestorResponse").msgclass
|
273
|
+
TreeEntryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntryRequest").msgclass
|
274
|
+
TreeEntryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntryResponse").msgclass
|
275
|
+
TreeEntryResponse::ObjectType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntryResponse.ObjectType").enummodule
|
276
|
+
CommitsBetweenRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitsBetweenRequest").msgclass
|
277
|
+
CommitsBetweenResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitsBetweenResponse").msgclass
|
278
|
+
CountCommitsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CountCommitsRequest").msgclass
|
279
|
+
CountCommitsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CountCommitsResponse").msgclass
|
280
|
+
CountDivergingCommitsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CountDivergingCommitsRequest").msgclass
|
281
|
+
CountDivergingCommitsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CountDivergingCommitsResponse").msgclass
|
282
|
+
TreeEntry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntry").msgclass
|
283
|
+
TreeEntry::EntryType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.TreeEntry.EntryType").enummodule
|
284
|
+
GetTreeEntriesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetTreeEntriesRequest").msgclass
|
285
|
+
GetTreeEntriesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetTreeEntriesResponse").msgclass
|
286
|
+
ListFilesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListFilesRequest").msgclass
|
287
|
+
ListFilesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListFilesResponse").msgclass
|
288
|
+
FindCommitRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitRequest").msgclass
|
289
|
+
FindCommitResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitResponse").msgclass
|
290
|
+
ListCommitsByOidRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByOidRequest").msgclass
|
291
|
+
ListCommitsByOidResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByOidResponse").msgclass
|
292
|
+
ListCommitsByRefNameRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByRefNameRequest").msgclass
|
293
|
+
ListCommitsByRefNameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByRefNameResponse").msgclass
|
294
|
+
ListCommitsByRefNameResponse::CommitForRef = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListCommitsByRefNameResponse.CommitForRef").msgclass
|
295
|
+
FindAllCommitsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllCommitsRequest").msgclass
|
296
|
+
FindAllCommitsRequest::Order = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllCommitsRequest.Order").enummodule
|
297
|
+
FindAllCommitsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindAllCommitsResponse").msgclass
|
298
|
+
FindCommitsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsRequest").msgclass
|
299
|
+
FindCommitsRequest::Order = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsRequest.Order").enummodule
|
300
|
+
FindCommitsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindCommitsResponse").msgclass
|
301
|
+
CommitLanguagesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitLanguagesRequest").msgclass
|
302
|
+
CommitLanguagesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitLanguagesResponse").msgclass
|
303
|
+
CommitLanguagesResponse::Language = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitLanguagesResponse.Language").msgclass
|
304
|
+
RawBlameRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RawBlameRequest").msgclass
|
305
|
+
RawBlameResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RawBlameResponse").msgclass
|
306
|
+
LastCommitForPathRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LastCommitForPathRequest").msgclass
|
307
|
+
LastCommitForPathResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LastCommitForPathResponse").msgclass
|
308
|
+
ListLastCommitsForTreeRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListLastCommitsForTreeRequest").msgclass
|
309
|
+
ListLastCommitsForTreeResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListLastCommitsForTreeResponse").msgclass
|
310
|
+
ListLastCommitsForTreeResponse::CommitForTree = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ListLastCommitsForTreeResponse.CommitForTree").msgclass
|
311
|
+
CommitsByMessageRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitsByMessageRequest").msgclass
|
312
|
+
CommitsByMessageResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CommitsByMessageResponse").msgclass
|
313
|
+
FilterShasWithSignaturesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FilterShasWithSignaturesRequest").msgclass
|
314
|
+
FilterShasWithSignaturesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FilterShasWithSignaturesResponse").msgclass
|
315
|
+
ExtractCommitSignatureRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ExtractCommitSignatureRequest").msgclass
|
316
|
+
ExtractCommitSignatureResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ExtractCommitSignatureResponse").msgclass
|
317
|
+
GetCommitSignaturesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetCommitSignaturesRequest").msgclass
|
318
|
+
GetCommitSignaturesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetCommitSignaturesResponse").msgclass
|
319
|
+
GetCommitMessagesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetCommitMessagesRequest").msgclass
|
320
|
+
GetCommitMessagesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetCommitMessagesResponse").msgclass
|
319
321
|
end
|