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: ffb417bec20b24205a494c6e852abc4f8f666a4416c36cfa0cb05497c4785c37
4
- data.tar.gz: 234ebb2978514efb1f79822f2ca91275241002e957983a7c0cd1d902e9ddda1d
3
+ metadata.gz: 1e601d6ace6a0b1a83689e41be346f9f7f3cee43fc992d957242690529f06679
4
+ data.tar.gz: d06193ee03f6a98b0586e3e4eea4f9c635ec1e53b30cd90265795734acbdfa63
5
5
  SHA512:
6
- metadata.gz: 7449e2bcbbc63a43c7acc7768e496137a8888981c61ac3efaa244fdb62d3f17d2dbfb7e22d4cdbb5bc28c4361f041edbfee938dcf65d9177de79a45e6d968bbf
7
- data.tar.gz: a18682db1d1621c82d03e44327f57a00c1973458afc5ea826f548d22e6ffa063937ded4a9c70f19e2d7e2353f6ac40583428269c29e21af4b583f7afbc9794aa
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\x1a\x0cshared.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.Timestamp\"\xa9\x01\n\x12\x42\x61\x63kupReposRequest\x12\x31\n\x06header\x18\x01 \x01(\x0b\x32!.gitaly.BackupReposRequest.Header\x12.\n\x0crepositories\x18\x02 \x03(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x1a\x30\n\x06Header\x12\x11\n\tbackup_id\x18\x01 \x01(\t\x12\x13\n\x0bstorage_url\x18\x02 \x01(\t\"\x15\n\x13\x42\x61\x63kupReposResponse2\xb0\x01\n\x0eInternalGitaly\x12L\n\tWalkRepos\x12\x18.gitaly.WalkReposRequest\x1a\x19.gitaly.WalkReposResponse\"\x08\xfa\x97(\x04\x08\x02\x10\x02\x30\x01\x12P\n\x0b\x42\x61\x63kupRepos\x12\x1a.gitaly.BackupReposRequest\x1a\x1b.gitaly.BackupReposResponse\"\x06\xfa\x97(\x02\x08\x02(\x01\x42\x34Z2gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypbb\x06proto3"
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
@@ -1,4 +1,4 @@
1
1
  # This file is generated by build-proto-gem. Do not edit.
2
2
  module Gitaly
3
- VERSION = '16.1.0-rc3'
3
+ VERSION = '16.1.0-rc42'
4
4
  end
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.rc3
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-16 00:00:00.000000000 Z
11
+ date: 2023-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc