gitkk/proto
zhenyi 939931acad feat(repository): add language statistics analysis feature
- Remove data directory from gitignore to include language data
- Add build script to parse linguist languages.yml and generate static mappings
- Include serde and serde_yml dependencies for YAML parsing
- Add lang_stats module with language detection and statistics calculation
- Generate protobuf definitions for language statistics API endpoints
- Implement GetLanguageStats RPC endpoint in repository server
- Add comprehensive test suite for language statistics functionality
- Include extension and filename based language detection logic
- Implement binary file classification and group resolution features
2026-06-10 13:06:59 +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(pack): add raw advertise refs and stateless protocol support 2026-06-08 21:46:31 +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(repository): add language statistics analysis feature 2026-06-10 13:06:59 +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