Commit Graph

8 Commits

Author SHA1 Message Date
Sean McGinnis e65f22678e
Drop py2 testing and metadata
This drops testing of py2 environments and removes it from the package
metadata.

Story: #2003229
Task: #23646

Change-Id: Ieb6ed753705aa5f35e58ec4f3796b4ad9e5e33c3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-01-02 08:03:04 -06:00
Ben Nemec e27bb7efdb Switch to stestr
It works better and pbr will at some point drop support for running
tests via setup.py.

Change-Id: I44250d8c65af932e035c7ab6fc08f1135a15ab93
2019-08-01 17:02:18 +02:00
Robert Collins 046cb6f7b3 Add a bug statistics tool.
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
2013-12-06 08:13:37 +13:00
Robert Collins 98d4a78c16 Cookiecutterify reviewstats.
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
2013-11-25 03:26:57 +00:00
Robert Collins 1b907bdb1c Ignore editor files.
Change-Id: Id670ec2c424e52aa4ec1d9f4728555c6a3552dac
2013-10-07 14:11:59 +13:00
Russell Bryant 2a137e7821 Split up generation into 2 scripts
Change-Id: Ib9bd1039922f5338fdea2348d9f221709c2fafde
Reviewed-on: https://review.openstack.org/36336
Approved: Russell Bryant <rbryant@redhat.com>
Reviewed-by: Russell Bryant <rbryant@redhat.com>
Tested-by: Jenkins
2013-07-09 20:20:32 +00:00
Russell Bryant 7b4ae15adb Add my changes
- 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
2013-03-06 16:29:52 -05:00
Russell Bryant d9869fe340 Add original stats.py that Soren wrote. 2013-03-06 09:47:58 -05:00