summaryrefslogtreecommitdiffstats
path: root/devel
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Change Django urls.py importDan McGee1-1/+1
2012-03-23reporead: use Django 1.4 bulk_create() for package filesDan McGee1-4/+3
2012-03-23reporead: use Django 1.4 select_for_update()Dan McGee1-15/+2
2012-03-21Ensure clocks Expires header works in 59th minute of hourDan McGee1-2/+2
2012-03-21Add number of keys signed to master keys pageDan McGee1-4/+2
2012-03-16reporead: rename Pkg to RepoPackageDan McGee1-3/+4
2012-03-07Exclude all compressed manpagesDan McGee1-1/+4
2012-02-22import_signatures: code cleanup and ensure we update validity statusDan McGee1-10/+29
2012-02-12Reduce false positives returned by uncompressed manpages reportDan McGee1-4/+6
2012-02-11reporead: only reset flag date if upstream version changesDan McGee1-1/+7
2012-02-07Make rematch command do a bit moreDan McGee2-7/+61
2012-01-29Remove ambiguity in PGPSignature verbose field namesDan McGee1-2/+2
2012-01-19reporead: simplify and fix transaction management in update_common()Dan McGee1-15/+16
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee1-4/+10
2011-12-22Fix mismatched URL keyword argDan McGee1-2/+2
2011-12-12reporead: more efficient deletion of filesDan McGee1-1/+9
2011-12-11PyLint suggested cleanupsDan McGee3-11/+11
2011-12-09Prefilter packages when looking up uncompressed man/info pagesDan McGee1-19/+23
2011-12-07Convert master key datetimes to datesDan McGee2-2/+76
2011-12-07Enhance devel model adminDan McGee2-2/+19
2011-12-05Add a stub admin command to help fix permissions/content typesDan McGee1-0/+25
2011-12-05Add import signatures management commandDan McGee1-0/+104
2011-12-05Add new PGPSignature modelDan McGee2-0/+94
2011-12-03reporead: don't update timestamp on --forceDan McGee1-1/+1
2011-12-03reporead: fix --force flagDan McGee1-5/+4
2011-12-03Exclude Latin Name from developer profile formDan McGee1-1/+1
2011-11-30reporead: fix not defined variableDan McGee1-0/+2
2011-11-30Master keys: reduce query count, add default orderingrelease_2011-11-30Dan McGee1-0/+3
2011-11-30Allow generation of an ownertrust fileDan McGee1-3/+26
2011-11-30Integrate master key into rest of siteDan McGee1-0/+4
2011-11-30Add master key model and admin integrationDan McGee3-0/+105
2011-11-30Add initial migration for devel appDan McGee2-0/+18
2011-11-30reporead: split out filesonly update methodDan McGee1-75/+95
2011-11-30reporead: fix filesonly needs update checksDan McGee1-3/+5
2011-11-21Better support for non-latin full namesrelease_2011-11-21Dan McGee1-1/+1
2011-11-17reporead: don't trim pkgdesc lengthDan McGee1-3/+3
2011-11-17Ensure reporead is protected against simultaneous runsDan McGee1-100/+106
2011-11-17reporead_inotify: nice the spawned subprocessesDan McGee1-4/+9
2011-11-16reporead_inotify: close connection once we are done with itDan McGee1-0/+6
2011-11-16reporead_inotify: spin up read_repo() in separate threadDan McGee1-2/+9
2011-11-16reporead: a few small tweaksDan McGee1-3/+4
2011-11-15reporead: clean up some debug loggingDan McGee1-3/+5
2011-11-15reporead_inotify: cancel threads that haven't started yet on shutdownDan McGee1-0/+5
2011-11-15Add new reporead_inotify management commandDan McGee1-0/+188
2011-11-15Improve primary arch validationDan McGee1-7/+14
2011-11-15Add ability to cache users by username on the UserFinderDan McGee1-0/+16
2011-11-11Show relevant signoffs on dashboardDan McGee1-0/+5
2011-11-03Use UTC now everywhereDan McGee1-3/+3
2011-11-01Really ensure we don't catch any NULL or blank valuesDan McGee1-4/+4
2011-10-26Ensure PGP signature values are not trimmedDan McGee1-1/+5