summaryrefslogtreecommitdiff
path: root/patchtracker
AgeCommit message (Expand)AuthorFilesLines
2011-09-17remove managed = True from existing model classesSean Finney1-4/+0
2011-03-30No longer support debian_bundle, it's deprecatedSean Finney1-1/+1
2011-03-29Merge commit '0e6d288bf4c21b043a02c6cc19367bb937397edd' into django-rewriteSean Finney2-7/+18
2011-03-29Merge commit '3ad04e54bfa606d65814c1f819f50932f571c659' into django-rewriteSean Finney1-0/+1
2011-02-20First stab at extracting suites into a local conf valueSean Finney2-2/+13
2011-02-20etch is out, wheezy is inSean Finney1-6/+6
2010-11-07Explicitly close a popen3(patch) fd to avoid lockupsSean Finney1-0/+1
2010-05-17Some incomplete efforts at getting gen-patch-info into the django impl.Sean Finney1-50/+29
2010-05-17Remove obsoleted DB moduleSean Finney1-193/+0
2010-05-17Remove remainder of dead code in Templates/ReqHandlerSean Finney2-154/+0
2010-05-17Remove dead CacheObject codeSean Finney2-77/+1
2010-05-16Frontpage in django, and index viewSean Finney2-1/+10
2010-05-15Move admin code into seperate module to avoid double-registrationSean Finney2-6/+7
2010-05-13Add maintainer search in django implementation, commonize w/index search.Sean Finney3-9/+26
2010-05-13More dead code removalSean Finney2-49/+1
2010-05-13Move the diffhandlers into the Patch library.Sean Finney5-108/+67
2010-05-13commonize all the diffhandler stuff into the SourcePackage modelSean Finney2-32/+22
2010-05-13Package index listing now implemented in djangoSean Finney5-10/+47
2010-05-13Refactor the view code down considerablySean Finney2-107/+29
2010-05-13Remove dead patch handling codeSean Finney2-82/+3
2010-05-13Django implementations of the rest of the patch view/download viewsSean Finney2-0/+67
2010-05-13Fixes for 3.0 (quilt) packages in django implementationSean Finney1-4/+7
2010-05-13Implementation of debian-only patch views in djangoSean Finney2-0/+32
2010-05-13Implement series patch download and view in djangoSean Finney3-4/+47
2010-05-13Remove non-django PackageVersTemplate codeSean Finney2-22/+1
2010-05-13implement package/version view in djangoSean Finney3-1/+35
2010-05-05Initial django import, including models and admin models for current schema.Sean Finney3-0/+87
2010-03-05Allow blank lines and comments in quilt series filesSean Finney1-3/+12
2010-03-01allow a "3.0 (quilt)" format packages without patches.Bernhard R. Link1-3/+7
2009-12-02allow for compression formats other than gz in the debian.tar files0.20091202_quilt-3.0Sean Finney1-1/+1
2009-12-02use "Debian-diff" as "type" for both 1.0 and 3.0 (quilt) formatsSean Finney1-1/+1
2009-12-02store the patches in Quilt30Series without the dir nameSean Finney1-2/+2
2009-12-02initial support for source package format 3.0 (quilt)Sean Finney6-31/+123
2009-11-29inject some zero-whitespace break characters in long version stringsSean Finney1-0/+5
2009-11-29remove another unused option: static_dirSean Finney1-1/+0
2009-11-29remove unused/obsolete config output_dirSean Finney1-1/+0
2009-11-12add squeeze to the list of tracked releasesSean Finney1-1/+1
2009-10-26shuffle the logic in PackageCmd to allow exact matches for < 3 lettersSean Finney1-5/+8
2009-09-30Revert "oops, the length should be two not one"Sean Finney1-2/+1
2009-09-30oops, the length should be two not oneSean Finney1-1/+2
2009-09-30when no version is specified, do not cache PackageCmdSean Finney1-1/+2
2009-09-06Revert "try both utf8 and latin-1 for contents in Patch constructor"Sean Finney1-5/+1
2009-09-06Revert "Revert "remove some extra print statements that only cause problems""Sean Finney1-5/+5
2009-09-06Revert "remove some extra print statements that only cause problems"Sean Finney1-5/+5
2009-09-06try both utf8 and latin-1 for contents in Patch constructorSean Finney1-1/+5
2009-09-05remove some extra print statements that only cause problemsSean Finney1-5/+5
2009-09-03add extra indicator config variable for compressed lists file.Sean Finney1-0/+6
2009-09-01remove superflous import of DiffGzHandler from SourceArchiveSean Finney1-2/+0
2009-09-01track the size of the diff.gz file in DiffGzHandlerSean Finney1-0/+3
2009-09-01initial implementation of selective output cachingSean Finney3-2/+101