summaryrefslogtreecommitdiff
path: root/devel/management/commands/reporead.py
AgeCommit message (Expand)Author
2011-11-30reporead: fix not defined variableDan McGee
2011-11-30reporead: split out filesonly update methodDan McGee
2011-11-30reporead: fix filesonly needs update checksDan McGee
2011-11-17reporead: don't trim pkgdesc lengthDan McGee
2011-11-17Ensure reporead is protected against simultaneous runsDan McGee
2011-11-16reporead: a few small tweaksDan McGee
2011-11-15reporead: clean up some debug loggingDan McGee
2011-11-15Improve primary arch validationDan McGee
2011-10-26Ensure PGP signature values are not trimmedDan McGee
2011-08-17Add PGP signature package fieldDan McGee
2011-08-16Add two new DB fields to reporeadDan McGee
2011-06-23Turn find_user into UserFinder classDan McGee
2011-06-23Move find_user method to devel utilsDan McGee
2011-06-14reporead: small memory/perf improvementsDan McGee
2011-06-14reporead: two small cleanupsDan McGee
2011-06-09Fix busted batch score on package removalDan McGee
2011-06-09reporead: allow batching of package updatesDan McGee
2011-06-09Management command cleanupDan McGee
2011-04-07Use UTC datetime objects everywhereDan McGee
2011-03-24Add provides to collections listrelease_2011-03-28Dan McGee
2011-03-23reporead: remove the need for hasattr() checksDan McGee
2011-03-23Clear out package relation sets before adding new valuesDan McGee
2011-03-23reporead: read in provisions, conflicts, and replacementsDan McGee
2011-03-23Remove need to import each individual logger constantDan McGee
2011-03-23reporead: refactor multivalued attribute creationDan McGee
2011-03-22Don't bail on staging repo being short on packagesDan McGee
2011-03-16Various reporead small cleanupsDan McGee
2011-03-13Add package epoch supportDan McGee
2011-02-27reporead: small cleanupsDan McGee
2011-02-23reporead performance improvementsDan McGee
2011-02-22Use new split package file fields everywhereDan McGee
2011-02-16Read in optional deps and show in web interfaceDan McGee
2011-02-15Move license to a related modelDan McGee
2011-02-15Clean up Package related objects codeDan McGee
2011-01-31Defer format string substitution to loggerDan McGee
2010-12-29Commit during reporead on a per-arch basisDan McGee
2010-11-27Remove print statementDan McGee
2010-11-04reporead: fix small issues when loading files databasesrelease_2010-11-04Dan McGee
2010-11-04reporead: Use transparent compression on openDan McGee
2010-11-04reporead: orphaning code cleanup and debug removalDan McGee
2010-10-04Make user profile a OneToOneFieldrelease_2010-10-05Dan McGee
2010-10-04reporead: ignore nicknames in name matching codeDan McGee
2010-09-12reporead: revamp database parsing codeDan McGee
2010-09-10reporead: allow traceback on USR1 signal as wellDan McGee
2010-09-10Remove SomethingFishyExceptionDan McGee
2010-08-28PyLint suggested cleanupsDan McGee
2010-08-04reporead: Add ability to generate traceback via signalrelease_2010-08-08Dan McGee
2010-08-01Fix stupid mistake in user parsingDan McGee
2010-07-28Clean up find_user() code a bitrelease_2010-07-28Dan McGee
2010-07-28Add missing group delete in reporeadDan McGee