summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Expand)Author
2012-02-11reporead: only reset flag date if upstream version changesDan McGee
2012-02-07Make rematch command do a bit moreDan McGee
2012-01-29Remove ambiguity in PGPSignature verbose field namesDan McGee
2012-01-19reporead: simplify and fix transaction management in update_common()Dan McGee
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee
2011-12-22Fix mismatched URL keyword argDan McGee
2011-12-12reporead: more efficient deletion of filesDan McGee
2011-12-11PyLint suggested cleanupsDan McGee
2011-12-09Prefilter packages when looking up uncompressed man/info pagesDan McGee
2011-12-07Convert master key datetimes to datesDan McGee
2011-12-07Enhance devel model adminDan McGee
2011-12-05Add a stub admin command to help fix permissions/content typesDan McGee
2011-12-05Add import signatures management commandDan McGee
2011-12-05Add new PGPSignature modelDan McGee
2011-12-03reporead: don't update timestamp on --forceDan McGee
2011-12-03reporead: fix --force flagDan McGee
2011-12-03Exclude Latin Name from developer profile formDan McGee
2011-11-30reporead: fix not defined variableDan McGee
2011-11-30Master keys: reduce query count, add default orderingrelease_2011-11-30Dan McGee
2011-11-30Allow generation of an ownertrust fileDan McGee
2011-11-30Integrate master key into rest of siteDan McGee
2011-11-30Add master key model and admin integrationDan McGee
2011-11-30Add initial migration for devel appDan McGee
2011-11-30reporead: split out filesonly update methodDan McGee
2011-11-30reporead: fix filesonly needs update checksDan McGee
2011-11-21Better support for non-latin full namesrelease_2011-11-21Dan McGee
2011-11-17reporead: don't trim pkgdesc lengthDan McGee
2011-11-17Ensure reporead is protected against simultaneous runsDan McGee
2011-11-17reporead_inotify: nice the spawned subprocessesDan McGee
2011-11-16reporead_inotify: close connection once we are done with itDan McGee
2011-11-16reporead_inotify: spin up read_repo() in separate threadDan McGee
2011-11-16reporead: a few small tweaksDan McGee
2011-11-15reporead: clean up some debug loggingDan McGee
2011-11-15reporead_inotify: cancel threads that haven't started yet on shutdownDan McGee
2011-11-15Add new reporead_inotify management commandDan McGee
2011-11-15Improve primary arch validationDan McGee
2011-11-15Add ability to cache users by username on the UserFinderDan McGee
2011-11-11Show relevant signoffs on dashboardDan McGee
2011-11-03Use UTC now everywhereDan McGee
2011-11-01Really ensure we don't catch any NULL or blank valuesDan McGee
2011-10-26Ensure PGP signature values are not trimmedDan McGee
2011-10-21Add a generate_keyring commandDan McGee
2011-10-05Allow developer index to work with a non-authenticated userDan McGee
2011-08-17Add PGP signature package fieldDan McGee
2011-08-16Add two new DB fields to reporeadDan McGee
2011-06-28Add a bad compression ratio reportDan McGee
2011-06-28Add order_by to packager count queryDan McGee
2011-06-23Add (hidden) ability to search by last packagerDan McGee
2011-06-23Add a rematch_packager management commandDan McGee
2011-06-23Turn find_user into UserFinder classDan McGee