Commit Graph

11 Commits

Author SHA1 Message Date
Mark McLoughlin ab12905e24 Merge remote-tracking branch 'lwn/master'
Conflicts:
	reports.py
2012-09-20 14:08:45 +01:00
David Lutterkort d90c69e2fb * reports.py: avoid division by zero 2012-05-09 12:13:13 +01:00
Jonathan Corbet 1e293bc90a Add version tracking support and an "unknown hackers" report
Version tracking was used to see who had contributed to the most kernel
releases; not sure it's a long-term-useful feature.  The unknown hackers
report helps when trying to improve the database.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2012-04-06 16:00:04 -06:00
Mark McLoughlin d1aab4904a Add coverage percentange to stats 2012-04-06 07:44:49 +01:00
Mark McLoughlin def41b8b1d Only generate reports relevant to OpenStack 2012-04-06 07:44:49 +01:00
Mark McLoughlin 712a2bbf1c Add gerritdm 2012-04-06 07:44:49 +01:00
Mark McLoughlin 4ffbc7a340 Add lpdm script to generate reports on launchpad bugs 2012-04-06 07:44:49 +01:00
Germán Póo-Caamaño b2770f20b9 Added reports by file types
Added first attempt for reporting by file type:
- A general report
- A report aggregated by file type and contributor
- A report aggregated by contributor and file type

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
2011-06-24 00:17:30 -07:00
Jonathan Corbet 5a1c63794e reports.py gets a copyright notice too
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2011-05-10 10:41:17 -06:00
Cédric Bosdonnat c7378c4792 Added a report to count the number of hackers/employer 2011-02-11 09:20:32 -07:00
Jonathan Corbet 9a2ba8a4f5 Tested-by / Reported-by credits and more
Add tracking of tested-by, reported-by, and reviewed-by.  For the first
two, we also track who is *giving* those credits.

While I was in the neighborhood I also:

 - Started turning the "patch" class into something more than a bare
   container; this work has just begin.

 - Moved the report-writing code into its own file (reports.py)
2008-11-11 11:11:04 -07:00