Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-17 | enumerate_packages() moved in class PatchTrackerDB. | Giovanni Mascellani | 1 | -0/+7 | |
2011-09-17 | Move makeDiffHandler in DB, so it can be used in other contexts. | Giovanni Mascellani | 1 | -0/+17 | |
2009-12-02 | initial support for source package format 3.0 (quilt) | Sean Finney | 1 | -3/+24 | |
the changes aren't as pretty as i'd like them to be, but i don't want to hold things up on mere aesthetic grounds and it seems to work anyway :) | |||||
2008-09-08 | two maintainer email fixes | Sean Finney | 1 | -1/+1 | |
2008-09-08 | Revert previous database representation changes | Sean Finney | 1 | -36/+37 | |
This reverts commit 26a4f31bc27b021dbb332c536e7d14c65fdf54c0. This reverts commit 5578d0fad24d68ecbd12a735c444910754db50ca. | |||||
2008-09-05 | remove unneeded where condition | Sean Finney | 1 | -2/+1 | |
2008-09-04 | better database maintainer representation | Sean Finney | 1 | -37/+37 | |
2008-09-03 | maintainer support in frontend | Sean Finney | 1 | -3/+6 | |
2008-09-03 | initial, slightly stupid, maintainer support in database | Sean Finney | 1 | -3/+3 | |
2008-07-06 | bugfix: don't automatically prune in destructor | Sean Finney | 1 | -5/+10 | |
otherwise its gets pruned every page visit, whoops. | |||||
2008-07-05 | use a "marked" field to catch stale/removed pkgs | Sean Finney | 1 | -2/+7 | |
2008-06-28 | fix a long overdue XXX wrt diffgz's in pagehandler | Sean Finney | 1 | -0/+10 | |
2008-06-28 | have a "slightly" more efficient frontpage query | Sean Finney | 1 | -2/+15 | |
2008-06-28 | db "optimizations" fsvo "optimization" | Sean Finney | 1 | -8/+6 | |
stop the voodoo with home-rolled "auto increment" type stuff. also, use sqlite "extensions" for conflict resolution (in schema for all but the source package table, which has it in saveSourcePackage), so that we don't need to check for pre-existing records. the "OR REPLACE" was doing this previously, but had wierd effects with modifying the primary key, which would cause db inconsistency and *really* wierd effects when combined with the triggers). | |||||
2008-06-28 | remove need for initial empty rows, fix syntax err | Sean Finney | 1 | -4/+4 | |
2008-06-26 | package search / versionless implementation | Sean Finney | 1 | -39/+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-26 | add new collection row factory, query cleanup | Sean Finney | 1 | -26/+36 | |
2008-06-24 | modify relateSourcePackage to take package/version | Sean Finney | 1 | -4/+3 | |
...instead of a source package, which should remove an extra query and also allow changing the behaviour for findSourcePackage later on as well | |||||
2008-06-24 | remove debug printing cruft for db bootstrapping | Sean Finney | 1 | -1/+0 | |
2008-06-24 | slightly optimize query logic w/ INSERT OR REPLACE | Sean Finney | 1 | -26/+11 | |
2008-06-22 | big commit with db and cgi handling updates | Sean Finney | 1 | -34/+137 | |
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-11 | saving some work on sqlite related stuff | Sean Finney | 1 | -0/+68 | |