gitaly 16.1.0.pre.rc3 → 16.1.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cec8e2d55ffda57bb7b8d228845cb5dad6fe2e3578e800ad33b2bec87a4e1b6
|
4
|
+
data.tar.gz: 52d9effabea7186eee85901675b7ef8df0a060a2c1a0711592a632c79d6738b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b155682af12a69a734073b9920ef80610576100756fdd3ce10374fad94d1c39fad9b35c4baefbffb1f2d6884412c5685e0d7d9e5a1e01de383ed36374d92b8a0
|
7
|
+
data.tar.gz: 4e2693961615ba81d96a37af394fec881771c5cbac2d16cbd3381af489fc647e62d65e5d1fbbd483cfabccc232e5c50f0f618e9051f20376dbd3ab070ee28e07
|
@@ -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
|
4
|
+
version: 16.1.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: 2023-06-
|
11
|
+
date: 2023-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -90,9 +90,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
92
92
|
requirements:
|
93
|
-
- - "
|
93
|
+
- - ">="
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version:
|
95
|
+
version: '0'
|
96
96
|
requirements: []
|
97
97
|
rubygems_version: 3.3.26
|
98
98
|
signing_key:
|