This is a first draft at a timeseries generator to extract an overview
of bug activity in Launchpad. I'm entirely sure that this can be
improved, mainly I wanted it up before the Nova meeting.
Change-Id: I887db503b8a0ce274f3819d90877ef14f13cbeff
One step on a long path. Note that there is some noddy stuff in here
like a pointless test - its in cookiecutter and I don't want to muddle
code moves up with that, so 'meh'.
Change-Id: I500b92c0e8177c85e696d039417dcf982010775b
- support for longer periods of time (entire history)
- cache data from gerrit for an hour using pickle. This is nice when
running the script over and over for whatever reason (different time
periods, or hacking on the script)
- add license header (discussed with Soren)
- sort output, and put it in prettytable format
- include -2/-1/0/+1/+2 data per reviewer as well as totals