Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/small-tou/gitlab-code-report

自动爬取gitlab,生成代码提交,代码变更行数,mr,issues 数据和排行
https://github.com/small-tou/gitlab-code-report

Last synced: 7 days ago
JSON representation

自动爬取gitlab,生成代码提交,代码变更行数,mr,issues 数据和排行

Awesome Lists containing this project

README

        

# gitlab 数据统计

可统计以下数据

```
push_count: 0, // 推送次数
commit_count: 0, // commit 次数
commit_line: 0, // 代码变更总行数
mr_open_count:0, // 合并代码最多
mr_merged_count:0, // 合并代码最多
issues_open_count:0, // 提问题最多
issues_close_count:0, // 提问题最多
```