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: ffb417bec20b24205a494c6e852abc4f8f666a4416c36cfa0cb05497c4785c37
4
- data.tar.gz: 234ebb2978514efb1f79822f2ca91275241002e957983a7c0cd1d902e9ddda1d
3
+ metadata.gz: 3cec8e2d55ffda57bb7b8d228845cb5dad6fe2e3578e800ad33b2bec87a4e1b6
4
+ data.tar.gz: 52d9effabea7186eee85901675b7ef8df0a060a2c1a0711592a632c79d6738b2
5
5
  SHA512:
6
- metadata.gz: 7449e2bcbbc63a43c7acc7768e496137a8888981c61ac3efaa244fdb62d3f17d2dbfb7e22d4cdbb5bc28c4361f041edbfee938dcf65d9177de79a45e6d968bbf
7
- data.tar.gz: a18682db1d1621c82d03e44327f57a00c1973458afc5ea826f548d22e6ffa063937ded4a9c70f19e2d7e2353f6ac40583428269c29e21af4b583f7afbc9794aa
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\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'
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
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-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: 1.3.1
95
+ version: '0'
96
96
  requirements: []
97
97
  rubygems_version: 3.3.26
98
98
  signing_key: