gitkk/proto
zhenyi 8f472a0443 feat(cluster): implement distributed clustering with etcd coordination
- Integrate etcd-client for distributed coordination and leader election
- Add remote client macros with proper formatting for all services
- Implement RequestMetrics for tracking RPC performance and errors
- Add rate limiting mechanism across all service endpoints
- Create ElectionRequest and ElectionResult message types for leader election
- Add role management with primary/replica switching capabilities
- Implement health checker with automatic failover detection
- Add repository count metrics for cluster monitoring
- Update Cargo.toml with etcd-client and dashmap dependencies
- Modify RepoEntry to include read_only flag for replica handling
- Implement should_accept_election logic to prevent duplicate elections
- Add RoleChangedEvent handling for cluster role updates
2026-06-08 14:31:29 +08:00
..
archive.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
blame.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
branch.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
commit.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
diff.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
hooks.proto feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
merge.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
oid.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
pack.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
repository.proto feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
tag.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
tagger.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
tree.proto feat(tree): add recent commit metadata and LFS support to file metadata 2026-06-04 13:47:46 +08:00