gitkk/proto
zhenyi 66afd932ed feat(api): extend commit and diff services with new functionality
- Add FindCommit, ListCommitsByOid, CommitIsAncestor RPCs to CommitService
- Add CheckObjectsExist, CommitsByMessage, GetCommitStats RPCs to CommitService
- Add LastCommitForPath, CountCommits, CountDivergingCommits RPCs to CommitService
- Add RawDiff, RawPatch, FindChangedPaths RPCs to DiffService
- Add FindMergeBase, WriteRef, SearchFilesByContent RPCs to RepositoryService
- Add SearchFilesByName, ObjectsSize, RepositorySize RPCs to RepositoryService
- Add FindLicense, OptimizeRepository, GetRawChanges RPCs to RepositoryService
- Add FetchRemote, CreateRepositoryFromURL RPCs to RepositoryService
- Implement server handlers for all new RPC methods
- Add new modules for commit counting, finding, and querying features
- Add new modules for diff changed paths and raw operations
- Add new modules for refs and remote operations
- Remove unnecessary comments from various source files
- Update proto definitions with new message types and service methods
2026-06-08 15:37:08 +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(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
diff.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +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
ref.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
remote.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
repository.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +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