summaryrefslogtreecommitdiff
path: root/patchtracker/SourceArchive.py
AgeCommit message (Collapse)AuthorFilesLines
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