holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
193 stars 54 forks source link

time filter #35

Open FransM opened 6 years ago

FransM commented 6 years ago

Very nice tool! Greatly appreciated.

The only thing I missed was a way to filter the output (either when generating stats or in the generated web page) based on time. E.g. only show info for the last month or from 1 jan onwards, or from Feb 1 to Mar 5

bstefanski commented 6 years ago

You can do it by using after-date option for gerrit_downloader.sh. Example:

./gerrit_downloader.sh [...] --after-date 2018-09-01