summaryrefslogtreecommitdiff
path: root/database.py
AgeCommit message (Collapse)AuthorFilesLines
2009-07-24Reduce the number of "funky email" gripesJonathan Corbet1-1/+2
Addresses of the form "user at host.wherever" can be trivially repaired, so let's do so. A couple of other minor tweaks are included here as well; nothing which changes behavior.
2008-11-11Tested-by / Reported-by credits and moreJonathan Corbet1-0/+18
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-07-18Fix up the copyright notices.Jonathan Corbet1-4/+3
2008-07-01Get rid of a debugging print statement.Jonathan Corbet1-1/+0
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2008-06-27Initial commitJonathan Corbet1-0/+202
First commit of gitdm to the new repo. Call it version 0.10 or something silly like that.