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

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

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...
```