gitaly 19.0.0 → 19.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 276770c977bbdd1020ee0dc930a7f062f2e7e286a7664455516507cbb11ec200
4
- data.tar.gz: 86f7335bb14129a273bf9bab665c7188bf9c8d624b1085d59e921751b71252e6
3
+ metadata.gz: 60cdfc7c662b0322b6211519a261b98b97d1695186fd3ffddb064d21981ebee4
4
+ data.tar.gz: 8480d088ee95d0494a97b149196dc8fbcfacf28b384479dc9f96396f544ce049
5
5
  SHA512:
6
- metadata.gz: a00470f87107fadb6391151f593d289bfacab014a80f90e75937bd0d8af890972efcfa3cbe189576b3adc45bd49a0ffda5b98ab7465fa959e67ed52cfa461f99
7
- data.tar.gz: 58175a3147f3b219a89461ebbecc92c03153bfcf2e05bca27d0b108a006fbccadc6440ced48901968d2a07e506079c3679aa0e8569958ca858df4b919b154b46
6
+ metadata.gz: c4d3b17719116d98ec5bf6023f954d0583f067eaf6b2782b24fe5fe406c67cc2cd92c1206b41bd5d26b79b03e05b3bf5f07e43e5b2756f4d885d727d3f44b7d1
7
+ data.tar.gz: a7f9a3c54652471aa3847f8d3031b1df903934af2a128dd409595e637fc33c5cdbb463a8582cd708a12a398a1e9f666c0d2768da7a5816c35661a861795b2dd6
@@ -4,10 +4,8 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
- require 'gogoproto/gogo_pb'
8
7
 
9
-
10
- descriptor_data = "\n\x11raftpb/raft.proto\x12\x06raftpb\x1a\x14gogoproto/gogo.proto\"S\n\x05\x45ntry\x12\x0c\n\x04Term\x18\x02 \x01(\x04\x12\r\n\x05Index\x18\x03 \x01(\x04\x12\x1f\n\x04Type\x18\x01 \x01(\x0e\x32\x11.raftpb.EntryType\x12\x0c\n\x04\x44\x61ta\x18\x04 \x01(\x0c\"V\n\x10SnapshotMetadata\x12%\n\nconf_state\x18\x01 \x01(\x0b\x32\x11.raftpb.ConfState\x12\r\n\x05index\x18\x02 \x01(\x04\x12\x0c\n\x04term\x18\x03 \x01(\x04\"D\n\x08Snapshot\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12*\n\x08metadata\x18\x02 \x01(\x0b\x32\x18.raftpb.SnapshotMetadata\"\xaf\x02\n\x07Message\x12!\n\x04type\x18\x01 \x01(\x0e\x32\x13.raftpb.MessageType\x12\n\n\x02to\x18\x02 \x01(\x04\x12\x0c\n\x04\x66rom\x18\x03 \x01(\x04\x12\x0c\n\x04term\x18\x04 \x01(\x04\x12\x0f\n\x07logTerm\x18\x05 \x01(\x04\x12\r\n\x05index\x18\x06 \x01(\x04\x12\x1e\n\x07\x65ntries\x18\x07 \x03(\x0b\x32\r.raftpb.Entry\x12\x0e\n\x06\x63ommit\x18\x08 \x01(\x04\x12\x0c\n\x04vote\x18\r \x01(\x04\x12\"\n\x08snapshot\x18\t \x01(\x0b\x32\x10.raftpb.Snapshot\x12\x0e\n\x06reject\x18\n \x01(\x08\x12\x12\n\nrejectHint\x18\x0b \x01(\x04\x12\x0f\n\x07\x63ontext\x18\x0c \x01(\x0c\x12\"\n\tresponses\x18\x0e \x03(\x0b\x32\x0f.raftpb.Message\"7\n\tHardState\x12\x0c\n\x04term\x18\x01 \x01(\x04\x12\x0c\n\x04vote\x18\x02 \x01(\x04\x12\x0e\n\x06\x63ommit\x18\x03 \x01(\x04\"q\n\tConfState\x12\x0e\n\x06voters\x18\x01 \x03(\x04\x12\x10\n\x08learners\x18\x02 \x03(\x04\x12\x17\n\x0fvoters_outgoing\x18\x03 \x03(\x04\x12\x15\n\rlearners_next\x18\x04 \x03(\x04\x12\x12\n\nauto_leave\x18\x05 \x01(\x08\"`\n\nConfChange\x12$\n\x04type\x18\x02 \x01(\x0e\x32\x16.raftpb.ConfChangeType\x12\x0f\n\x07node_id\x18\x03 \x01(\x04\x12\x0f\n\x07\x63ontext\x18\x04 \x01(\x0c\x12\n\n\x02id\x18\x01 \x01(\x04\"I\n\x10\x43onfChangeSingle\x12$\n\x04type\x18\x01 \x01(\x0e\x32\x16.raftpb.ConfChangeType\x12\x0f\n\x07node_id\x18\x02 \x01(\x04\"|\n\x0c\x43onfChangeV2\x12\x30\n\ntransition\x18\x01 \x01(\x0e\x32\x1c.raftpb.ConfChangeTransition\x12)\n\x07\x63hanges\x18\x02 \x03(\x0b\x32\x18.raftpb.ConfChangeSingle\x12\x0f\n\x07\x63ontext\x18\x03 \x01(\x0c*H\n\tEntryType\x12\x0f\n\x0b\x45ntryNormal\x10\x00\x12\x13\n\x0f\x45ntryConfChange\x10\x01\x12\x15\n\x11\x45ntryConfChangeV2\x10\x02*\xc6\x03\n\x0bMessageType\x12\n\n\x06MsgHup\x10\x00\x12\x0b\n\x07MsgBeat\x10\x01\x12\x0b\n\x07MsgProp\x10\x02\x12\n\n\x06MsgApp\x10\x03\x12\x0e\n\nMsgAppResp\x10\x04\x12\x0b\n\x07MsgVote\x10\x05\x12\x0f\n\x0bMsgVoteResp\x10\x06\x12\x0b\n\x07MsgSnap\x10\x07\x12\x10\n\x0cMsgHeartbeat\x10\x08\x12\x14\n\x10MsgHeartbeatResp\x10\t\x12\x12\n\x0eMsgUnreachable\x10\n\x12\x11\n\rMsgSnapStatus\x10\x0b\x12\x12\n\x0eMsgCheckQuorum\x10\x0c\x12\x15\n\x11MsgTransferLeader\x10\r\x12\x11\n\rMsgTimeoutNow\x10\x0e\x12\x10\n\x0cMsgReadIndex\x10\x0f\x12\x14\n\x10MsgReadIndexResp\x10\x10\x12\x0e\n\nMsgPreVote\x10\x11\x12\x12\n\x0eMsgPreVoteResp\x10\x12\x12\x14\n\x10MsgStorageAppend\x10\x13\x12\x18\n\x14MsgStorageAppendResp\x10\x14\x12\x13\n\x0fMsgStorageApply\x10\x15\x12\x17\n\x13MsgStorageApplyResp\x10\x16\x12\x13\n\x0fMsgForgetLeader\x10\x17*\x82\x01\n\x14\x43onfChangeTransition\x12\x1c\n\x18\x43onfChangeTransitionAuto\x10\x00\x12%\n!ConfChangeTransitionJointImplicit\x10\x01\x12%\n!ConfChangeTransitionJointExplicit\x10\x02*y\n\x0e\x43onfChangeType\x12\x15\n\x11\x43onfChangeAddNode\x10\x00\x12\x18\n\x14\x43onfChangeRemoveNode\x10\x01\x12\x18\n\x14\x43onfChangeUpdateNode\x10\x02\x12\x1c\n\x18\x43onfChangeAddLearnerNode\x10\x03\x42\x0c\xd8\xe3\x1e\x00\x90\xe3\x1e\x00\xd0\xe3\x1e\x00"
8
+ descriptor_data = "\n\x11raftpb/raft.proto\x12\x06raftpb\"S\n\x05\x45ntry\x12\x0c\n\x04Term\x18\x02 \x01(\x04\x12\r\n\x05Index\x18\x03 \x01(\x04\x12\x1f\n\x04Type\x18\x01 \x01(\x0e\x32\x11.raftpb.EntryType\x12\x0c\n\x04\x44\x61ta\x18\x04 \x01(\x0c\"V\n\x10SnapshotMetadata\x12%\n\nconf_state\x18\x01 \x01(\x0b\x32\x11.raftpb.ConfState\x12\r\n\x05index\x18\x02 \x01(\x04\x12\x0c\n\x04term\x18\x03 \x01(\x04\"D\n\x08Snapshot\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12*\n\x08metadata\x18\x02 \x01(\x0b\x32\x18.raftpb.SnapshotMetadata\"\xaf\x02\n\x07Message\x12!\n\x04type\x18\x01 \x01(\x0e\x32\x13.raftpb.MessageType\x12\n\n\x02to\x18\x02 \x01(\x04\x12\x0c\n\x04\x66rom\x18\x03 \x01(\x04\x12\x0c\n\x04term\x18\x04 \x01(\x04\x12\x0f\n\x07logTerm\x18\x05 \x01(\x04\x12\r\n\x05index\x18\x06 \x01(\x04\x12\x1e\n\x07\x65ntries\x18\x07 \x03(\x0b\x32\r.raftpb.Entry\x12\x0e\n\x06\x63ommit\x18\x08 \x01(\x04\x12\x0c\n\x04vote\x18\r \x01(\x04\x12\"\n\x08snapshot\x18\t \x01(\x0b\x32\x10.raftpb.Snapshot\x12\x0e\n\x06reject\x18\n \x01(\x08\x12\x12\n\nrejectHint\x18\x0b \x01(\x04\x12\x0f\n\x07\x63ontext\x18\x0c \x01(\x0c\x12\"\n\tresponses\x18\x0e \x03(\x0b\x32\x0f.raftpb.Message\"7\n\tHardState\x12\x0c\n\x04term\x18\x01 \x01(\x04\x12\x0c\n\x04vote\x18\x02 \x01(\x04\x12\x0e\n\x06\x63ommit\x18\x03 \x01(\x04\"q\n\tConfState\x12\x0e\n\x06voters\x18\x01 \x03(\x04\x12\x10\n\x08learners\x18\x02 \x03(\x04\x12\x17\n\x0fvoters_outgoing\x18\x03 \x03(\x04\x12\x15\n\rlearners_next\x18\x04 \x03(\x04\x12\x12\n\nauto_leave\x18\x05 \x01(\x08\"`\n\nConfChange\x12$\n\x04type\x18\x02 \x01(\x0e\x32\x16.raftpb.ConfChangeType\x12\x0f\n\x07node_id\x18\x03 \x01(\x04\x12\x0f\n\x07\x63ontext\x18\x04 \x01(\x0c\x12\n\n\x02id\x18\x01 \x01(\x04\"I\n\x10\x43onfChangeSingle\x12$\n\x04type\x18\x01 \x01(\x0e\x32\x16.raftpb.ConfChangeType\x12\x0f\n\x07node_id\x18\x02 \x01(\x04\"|\n\x0c\x43onfChangeV2\x12\x30\n\ntransition\x18\x01 \x01(\x0e\x32\x1c.raftpb.ConfChangeTransition\x12)\n\x07\x63hanges\x18\x02 \x03(\x0b\x32\x18.raftpb.ConfChangeSingle\x12\x0f\n\x07\x63ontext\x18\x03 \x01(\x0c*H\n\tEntryType\x12\x0f\n\x0b\x45ntryNormal\x10\x00\x12\x13\n\x0f\x45ntryConfChange\x10\x01\x12\x15\n\x11\x45ntryConfChangeV2\x10\x02*\xc6\x03\n\x0bMessageType\x12\n\n\x06MsgHup\x10\x00\x12\x0b\n\x07MsgBeat\x10\x01\x12\x0b\n\x07MsgProp\x10\x02\x12\n\n\x06MsgApp\x10\x03\x12\x0e\n\nMsgAppResp\x10\x04\x12\x0b\n\x07MsgVote\x10\x05\x12\x0f\n\x0bMsgVoteResp\x10\x06\x12\x0b\n\x07MsgSnap\x10\x07\x12\x10\n\x0cMsgHeartbeat\x10\x08\x12\x14\n\x10MsgHeartbeatResp\x10\t\x12\x12\n\x0eMsgUnreachable\x10\n\x12\x11\n\rMsgSnapStatus\x10\x0b\x12\x12\n\x0eMsgCheckQuorum\x10\x0c\x12\x15\n\x11MsgTransferLeader\x10\r\x12\x11\n\rMsgTimeoutNow\x10\x0e\x12\x10\n\x0cMsgReadIndex\x10\x0f\x12\x14\n\x10MsgReadIndexResp\x10\x10\x12\x0e\n\nMsgPreVote\x10\x11\x12\x12\n\x0eMsgPreVoteResp\x10\x12\x12\x14\n\x10MsgStorageAppend\x10\x13\x12\x18\n\x14MsgStorageAppendResp\x10\x14\x12\x13\n\x0fMsgStorageApply\x10\x15\x12\x17\n\x13MsgStorageApplyResp\x10\x16\x12\x13\n\x0fMsgForgetLeader\x10\x17*\x82\x01\n\x14\x43onfChangeTransition\x12\x1c\n\x18\x43onfChangeTransitionAuto\x10\x00\x12%\n!ConfChangeTransitionJointImplicit\x10\x01\x12%\n!ConfChangeTransitionJointExplicit\x10\x02*y\n\x0e\x43onfChangeType\x12\x15\n\x11\x43onfChangeAddNode\x10\x00\x12\x18\n\x14\x43onfChangeRemoveNode\x10\x01\x12\x18\n\x14\x43onfChangeUpdateNode\x10\x02\x12\x1c\n\x18\x43onfChangeAddLearnerNode\x10\x03\x42\x1bZ\x19go.etcd.io/raft/v3/raftpb"
11
9
 
12
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
13
11
 
@@ -1,4 +1,4 @@
1
1
  # This file is generated by build-proto-gem. Do not edit.
2
2
  module Gitaly
3
- VERSION = '19.0.0'
3
+ VERSION = '19.0.1'
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: 19.0.0
4
+ version: 19.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-21 00:00:00.000000000 Z
11
+ date: 2026-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc