summaryrefslogtreecommitdiff
path: root/patchtracker/SourceArchive.py
AgeCommit message (Collapse)AuthorFilesLines
2009-11-12add squeeze to the list of tracked releasesSean Finney1-1/+1
2009-09-01remove superflous import of DiffGzHandler from SourceArchiveSean Finney1-2/+0
2008-09-08two maintainer email fixesSean Finney1-2/+2
2008-09-08Revert previous database representation changesSean Finney1-8/+9
This reverts commit 26a4f31bc27b021dbb332c536e7d14c65fdf54c0. This reverts commit 5578d0fad24d68ecbd12a735c444910754db50ca.
2008-09-05unicode fixesSean Finney1-4/+5
2008-09-04better database maintainer representationSean Finney1-3/+9
2008-09-03initial, slightly stupid, maintainer support in databaseSean Finney1-0/+4
2008-09-02new ReleaseList class to order project releasesSean Finney1-0/+12
2008-07-05remove superfluous print from Archive classSean Finney1-3/+0
2008-06-28don't bother sorting package entries when parsingSean Finney1-3/+1
no reason to, assuming i make a better way to track progress.
2008-06-26package search / versionless implementationSean Finney1-1/+13
going to /packages/pkg now gives a table of contents with the available versions for the package, or the results of a widers search in the case of no exact matches also removed a bunch of dead code from DB mostly
2008-06-26add new collection row factory, query cleanupSean Finney1-16/+1
2008-06-25frontpage rework and quick/dirty jump formSean Finney1-2/+1
2008-06-23don't declare ArchiveDiffer with empty parentSean Finney1-1/+1
2008-06-23split up generator and parsing logic in ArchiveSean Finney1-5/+68
also introduce a singleton-like ArchiveDiffer class. the idea is to eventually minimize the number of db queries and speed up the archive<->database sync.
2008-06-22big commit with db and cgi handling updatesSean Finney1-24/+41
i know it's bad form to lump this all together. oh well :p gen-patch-info now does very little besides processing packages and updating the relevant database entries. pretty much everything else is dynamically generated from pagehandler.py now.
2008-06-10sorting fixups/cleanupsSean Finney1-18/+13
2008-06-10add key-based sorting on package listingsSean Finney1-2/+6
2008-06-09add cmdline opts for selective pkg/suite processingSean Finney1-4/+18
2008-06-05partially cgi-ify code, temp. stop per-pkg pagesSean Finney1-69/+2
so this breaks things a bit, but it seems a design decision is being made that everything doesn't have to be static after all, given the huge disk space requirements it would create...
2008-06-04split up / modularize python code just a bitSean Finney1-0/+148