gitaly 18.2.4 → 18.3.0.pre.rc42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/cluster_pb.rb +2 -2
- data/ruby/proto/gitaly/commit_services_pb.rb +1 -0
- data/ruby/proto/gitaly/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a6bc866afe20834be08e8570ad5efa352e6a417d407ff423213f78cc0d34bc8
|
4
|
+
data.tar.gz: 6f1ba4cbc64d285674dddd909450eb0850886ebae597560956a5b5f2b34ccb96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acb8e272b9566a5eebd71c2b900ff5c09b86e0def080dda0b9154e2277e46f5266ecdd04c4a58258b07fb007a4554122d126221b1d293d81bfcd0a9f2b7b8ff4
|
7
|
+
data.tar.gz: 27f641ccc7f3ee80b8d766c81df82d7030cd4a6d23d387e9be79863d137fc69da68897f8537b470c239108f61e97e1562a2a00e97ff8ae6c2e92a1d97124284d
|
@@ -8,7 +8,7 @@ require 'lint_pb'
|
|
8
8
|
require 'raftpb/raft_pb'
|
9
9
|
|
10
10
|
|
11
|
-
descriptor_data = "\n\rcluster.proto\x12\x06gitaly\x1a\nlint.proto\x1a\x11raftpb/raft.proto\"o\n\tRaftEntry\x12\n\n\x02id\x18\x01 \x01(\x04\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.gitaly.RaftEntry.LogData\x1a-\n\x07LogData\x12\x12\n\nlocal_path\x18\x01 \x01(\x0c\x12\x0e\n\x06packed\x18\x02 \x01(\x0c\"
|
11
|
+
descriptor_data = "\n\rcluster.proto\x12\x06gitaly\x1a\nlint.proto\x1a\x11raftpb/raft.proto\"o\n\tRaftEntry\x12\n\n\x02id\x18\x01 \x01(\x04\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.gitaly.RaftEntry.LogData\x1a-\n\x07LogData\x12\x12\n\nlocal_path\x18\x01 \x01(\x0c\x12\x0e\n\x06packed\x18\x02 \x01(\x0c\"!\n\x10RaftPartitionKey\x12\r\n\x05value\x18\x01 \x01(\t\"\xbc\x02\n\tReplicaID\x12/\n\rpartition_key\x18\x01 \x01(\x0b\x32\x18.gitaly.RaftPartitionKey\x12\x11\n\tmember_id\x18\x02 \x01(\x04\x12\x14\n\x0cstorage_name\x18\x03 \x01(\t\x12,\n\x08metadata\x18\x04 \x01(\x0b\x32\x1a.gitaly.ReplicaID.Metadata\x12+\n\x04type\x18\x05 \x01(\x0e\x32\x1d.gitaly.ReplicaID.ReplicaType\x1a\x1b\n\x08Metadata\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\"]\n\x0bReplicaType\x12\x1c\n\x18REPLICA_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12REPLICA_TYPE_VOTER\x10\x01\x12\x18\n\x14REPLICA_TYPE_LEARNER\x10\x02\"q\n\x12RaftMessageRequest\x12\x12\n\ncluster_id\x18\x01 \x01(\t\x12%\n\nreplica_id\x18\x02 \x01(\x0b\x32\x11.gitaly.ReplicaID\x12 \n\x07message\x18\x03 \x01(\x0b\x32\x0f.raftpb.Message\"\x15\n\x13RaftMessageResponse\"v\n\x1aRaftSnapshotMessageRequest\x12.\n\x08raft_msg\x18\x01 \x01(\x0b\x32\x1a.gitaly.RaftMessageRequestH\x00\x12\x0f\n\x05\x63hunk\x18\x02 \x01(\x0cH\x00\x42\x17\n\x15raft_snapshot_payload\"I\n\x1bRaftSnapshotMessageResponse\x12\x13\n\x0b\x64\x65stination\x18\x01 \x01(\t\x12\x15\n\rsnapshot_size\x18\x02 \x01(\x04\x32\xc6\x01\n\x0bRaftService\x12R\n\x0bSendMessage\x12\x1a.gitaly.RaftMessageRequest\x1a\x1b.gitaly.RaftMessageResponse\"\x08\xfa\x97(\x04\x08\x01\x10\x02(\x01\x12\x63\n\x0cSendSnapshot\x12\".gitaly.RaftSnapshotMessageRequest\x1a#.gitaly.RaftSnapshotMessageResponse\"\x08\xfa\x97(\x04\x08\x01\x10\x02(\x01\x42\x34Z2gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypbb\x06proto3"
|
12
12
|
|
13
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
14
|
|
@@ -38,7 +38,7 @@ end
|
|
38
38
|
module Gitaly
|
39
39
|
RaftEntry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RaftEntry").msgclass
|
40
40
|
RaftEntry::LogData = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RaftEntry.LogData").msgclass
|
41
|
-
|
41
|
+
RaftPartitionKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RaftPartitionKey").msgclass
|
42
42
|
ReplicaID = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReplicaID").msgclass
|
43
43
|
ReplicaID::Metadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReplicaID.Metadata").msgclass
|
44
44
|
ReplicaID::ReplicaType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReplicaID.ReplicaType").enummodule
|
@@ -45,6 +45,7 @@ module Gitaly
|
|
45
45
|
rpc :CommitStats, ::Gitaly::CommitStatsRequest, ::Gitaly::CommitStatsResponse
|
46
46
|
# FindAllCommits lists all the commits which can be traversed from the
|
47
47
|
# provided commitish.
|
48
|
+
# DEPRECATED: https://gitlab.com/gitlab-org/gitaly/-/issues/6846
|
48
49
|
rpc :FindAllCommits, ::Gitaly::FindAllCommitsRequest, stream(::Gitaly::FindAllCommitsResponse)
|
49
50
|
# FindCommits lists all the commits which are associated with the provided revision
|
50
51
|
# and paths.
|
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: 18.
|
4
|
+
version: 18.3.0.pre.rc42
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitLab Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
- !ruby/object:Gem::Version
|
107
107
|
version: '0'
|
108
108
|
requirements: []
|
109
|
-
rubygems_version: 3.
|
109
|
+
rubygems_version: 3.5.22
|
110
110
|
signing_key:
|
111
111
|
specification_version: 4
|
112
112
|
summary: Auto-generated gRPC client for gitaly
|