summaryrefslogtreecommitdiffstats
path: root/devel/management/commands
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Use UTC datetime objects everywhereDan McGee1-3/+3
2011-03-24Add provides to collections listrelease_2011-03-28Dan McGee1-1/+1
2011-03-23reporead: remove the need for hasattr() checksDan McGee1-24/+27
2011-03-23Clear out package relation sets before adding new valuesDan McGee1-0/+3
2011-03-23reporead: read in provisions, conflicts, and replacementsDan McGee1-3/+42
2011-03-23Remove need to import each individual logger constantDan McGee1-6/+4
2011-03-23reporead: refactor multivalued attribute creationDan McGee1-9/+13
2011-03-22Don't bail on staging repo being short on packagesDan McGee1-1/+1
2011-03-16Various reporead small cleanupsDan McGee1-24/+29
2011-03-13Add package epoch supportDan McGee1-8/+16
2011-02-27reporead: small cleanupsDan McGee1-6/+2
2011-02-23reporead performance improvementsDan McGee1-3/+18
2011-02-22Use new split package file fields everywhereDan McGee1-2/+8
2011-02-16Read in optional deps and show in web interfaceDan McGee1-13/+23
2011-02-15Move license to a related modelDan McGee1-5/+6
2011-02-15Clean up Package related objects codeDan McGee1-2/+2
2011-01-31Defer format string substitution to loggerDan McGee1-21/+20
2010-12-29Commit during reporead on a per-arch basisDan McGee1-1/+1
2010-11-27Remove print statementDan McGee1-1/+0
2010-11-04reporead: fix small issues when loading files databasesrelease_2010-11-04Dan McGee1-4/+14
2010-11-04reporead: Use transparent compression on openDan McGee1-2/+2
2010-11-04reporead: orphaning code cleanup and debug removalDan McGee1-18/+12
2010-10-04Make user profile a OneToOneFieldrelease_2010-10-05Dan McGee1-1/+1
2010-10-04reporead: ignore nicknames in name matching codeDan McGee1-0/+4
2010-09-12reporead: revamp database parsing codeDan McGee1-93/+64
2010-09-10reporead: allow traceback on USR1 signal as wellDan McGee1-2/+3
2010-09-10Remove SomethingFishyExceptionDan McGee1-7/+2
2010-08-28PyLint suggested cleanupsDan McGee1-26/+26
2010-08-04reporead: Add ability to generate traceback via signalrelease_2010-08-08Dan McGee1-0/+4
2010-08-01Fix stupid mistake in user parsingDan McGee1-1/+1
2010-07-28Clean up find_user() code a bitrelease_2010-07-28Dan McGee1-23/+24
2010-07-28Add missing group delete in reporeadDan McGee1-0/+1
2010-07-28Add packager support to reporeadDan McGee1-1/+51
2010-07-25Add package groups model and display to packagesDan McGee1-0/+5
2010-07-06Update code to use new flag_date columnDan McGee1-1/+1
2010-05-26Have reporead populate filename columnDan McGee1-0/+1
2010-05-24reporead: use the DB package we already haverelease_2010-05-24Dan McGee1-5/+3
2010-05-24Fix null field issues exposed by Django 1.1.2Dan McGee1-5/+0
2010-04-16reporead: allow removal of last package in an archDan McGee1-10/+8
2010-03-27Make reporead always populate pkgbaseDan McGee1-1/+4
2010-03-10Fix one missed testing repo checkDan McGee1-1/+1
2010-03-01Merge branch 'package-files'Dan McGee1-29/+61
2010-02-27Make reporead.py not executableDan McGee1-0/+0
2010-02-27reporead: add --filesonly optionDan McGee1-26/+47
2010-02-27reporead: support reading files entries againDan McGee1-8/+19
2010-02-27reporead: whitespace cleanupsDan McGee1-11/+11
2010-02-27reporead: only reset needsupdate when setting last_updateDan McGee1-1/+1
2010-02-26reporead: build date data is crazyrelease_2010-02-26Dan McGee1-1/+4
2010-02-26reporead: accommodate old-school build dateDan McGee1-1/+4
2010-02-26reporead: allow a force updateDan McGee1-11/+20