Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 数据和排行
- Host: GitHub
- URL: https://github.com/small-tou/gitlab-code-report
- Owner: small-tou
- Created: 2021-01-22T09:04:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T09:04:43.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T02:48:51.589Z (7 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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, // 提问题最多
```