https://github.com/blumia/gerrit-user-summary
Get a summary list group by day via gerrit API
https://github.com/blumia/gerrit-user-summary
gerrit-api
Last synced: 4 days ago
JSON representation
Get a summary list group by day via gerrit API
- Host: GitHub
- URL: https://github.com/blumia/gerrit-user-summary
- Owner: BLumia
- Created: 2018-05-04T01:58:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T10:16:24.000Z (about 8 years ago)
- Last Synced: 2025-03-02T17:17:41.615Z (over 1 year ago)
- Topics: gerrit-api
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gerrit User Summary
### Get a summary list group by day via gerrit API
Example:
``` bash
python3 main.py -u https://cr.deepin.io/ -a BLumia -c 10
```
Usage:
``` bash
-h --help : Display this help
-u --url : Gerrit API Url
-a --account : Gerrit account id
-c --count : Commit count fetched from gerrit
-s --start : Commit start at number
-o --output= : Not implemented...
```