gitaly 16.1.0.pre.rc3 → 16.1.0.pre.rc42
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e601d6ace6a0b1a83689e41be346f9f7f3cee43fc992d957242690529f06679
|
4
|
+
data.tar.gz: d06193ee03f6a98b0586e3e4eea4f9c635ec1e53b30cd90265795734acbdfa63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b5c6423ba15ab0c97487ea6ec0a1eb0943d0ad5ce19d8e1414d0d0d9b4652059a4ff30e5eb5d59f795a33ca212637375de4cf8bfbc49526ebbc1d3d3700963f
|
7
|
+
data.tar.gz: b92b3027eecb2b44cbe4dd7395d0bb069966f1de3839ee7f09f12eca73d7d3fb43da7e8b7fab9e3f4c4c971e768e76e20a4d8d6c043889537d462abd93ca8ad4
|
@@ -6,10 +6,9 @@ require 'google/protobuf'
|
|
6
6
|
|
7
7
|
require 'google/protobuf/timestamp_pb'
|
8
8
|
require 'lint_pb'
|
9
|
-
require 'shared_pb'
|
10
9
|
|
11
10
|
|
12
|
-
descriptor_data = "\n\x0einternal.proto\x12\x06gitaly\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\nlint.proto\
|
11
|
+
descriptor_data = "\n\x0einternal.proto\x12\x06gitaly\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\nlint.proto\".\n\x10WalkReposRequest\x12\x1a\n\x0cstorage_name\x18\x01 \x01(\tB\x04\x88\xc6,\x01\"a\n\x11WalkReposResponse\x12\x15\n\rrelative_path\x18\x01 \x01(\t\x12\x35\n\x11modification_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp2^\n\x0eInternalGitaly\x12L\n\tWalkRepos\x12\x18.gitaly.WalkReposRequest\x1a\x19.gitaly.WalkReposResponse\"\x08\xfa\x97(\x04\x08\x02\x10\x02\x30\x01\x42\x34Z2gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypbb\x06proto3"
|
13
12
|
|
14
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
14
|
|
@@ -25,7 +24,6 @@ rescue TypeError => e
|
|
25
24
|
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
26
25
|
imports = [
|
27
26
|
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
28
|
-
["gitaly.Repository", "shared.proto"],
|
29
27
|
]
|
30
28
|
imports.each do |type_name, expected_filename|
|
31
29
|
import_file = pool.lookup(type_name).file_descriptor
|
@@ -40,7 +38,4 @@ end
|
|
40
38
|
module Gitaly
|
41
39
|
WalkReposRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WalkReposRequest").msgclass
|
42
40
|
WalkReposResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.WalkReposResponse").msgclass
|
43
|
-
BackupReposRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.BackupReposRequest").msgclass
|
44
|
-
BackupReposRequest::Header = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.BackupReposRequest.Header").msgclass
|
45
|
-
BackupReposResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.BackupReposResponse").msgclass
|
46
41
|
end
|
@@ -19,9 +19,6 @@ module Gitaly
|
|
19
19
|
# WalkRepos walks the storage and streams back all known git repos on the
|
20
20
|
# requested storage
|
21
21
|
rpc :WalkRepos, ::Gitaly::WalkReposRequest, stream(::Gitaly::WalkReposResponse)
|
22
|
-
# BackupRepos triggers a backup for each repository in the stream. This RPC
|
23
|
-
# is intended to be used to coordinate backups within the gitaly cluster.
|
24
|
-
rpc :BackupRepos, stream(::Gitaly::BackupReposRequest), ::Gitaly::BackupReposResponse
|
25
22
|
end
|
26
23
|
|
27
24
|
Stub = Service.rpc_stub_class
|
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: 16.1.0.pre.
|
4
|
+
version: 16.1.0.pre.rc42
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|