🚀 GitCodeStatic
Git 仓库统计与缓存系统 - 高性能代码仓库数据分析平台
仓库列表
刷新
批量添加
已配置
无
{{ scope.row.status }}
切换分支
更新
重置
删除
新建统计任务
提交数
日期
开始计算
统计结果列表
刷新
{{ getRepoName(cache.repo_id) }} / {{ cache.branch }}
{{ cache.constraint_type === 'date_range' ? '日期范围' : '提交数限制' }}
{{ getConstraintText(cache) }}
{{ formatDate(cache.created_at) }}
{{ formatFileSize(cache.result_size) }} | {{ cache.hit_count }}次命中
总提交数
{{ selectedStatsResult.summary.total_commits }}
贡献者数
{{ selectedStatsResult.summary.total_contributors }}
增加行数
+{{ selectedStatsResult.summary.total_additions }}
删除行数
-{{ selectedStatsResult.summary.total_deletions }}
贡献者详情
+{{ scope.row.additions }}
-{{ scope.row.deletions }}
任务列表
刷新
清理已完成
清空所有
{{ scope.row.task_type }}
{{ scope.row.status }}
统计缓存列表
刷新
清空缓存
{{ scope.row.constraint_type === 'commit_limit' ? '提交限制' : '日期范围' }}
{{ formatFileSize(scope.row.result_size) }}
{{ scope.row.last_hit_at || '-' }}
Swagger API 文档
访问
/swagger/index.html
查看完整的 API 文档
快速开始
curl -X POST http://localhost:8080/api/v1/repos/batch \ -H "Content-Type: application/json" \ -d '{ "repos": [ {"url": "https://github.com/user/repo.git", "branch": "main"} ] }'
认证信息(可选)
取消
确定
{{ switchBranchForm.currentBranch }}
可以从列表选择或手动输入分支名
取消
确定