summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Remove now-unused NullCharFieldDan McGee9-18/+11
2012-04-25Ensure sorted order of mirrors in status page matches with JSrelease_2012-04-25Dan McGee2-8/+7
2012-04-25Clean up mirrorlist generation form a bitDan McGee1-3/+15
2012-04-25Finish django countries implementationDan McGee4-34/+130
2012-04-25Add django_countries country code fields and population migrationsDan McGee4-3/+173
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee5-14/+82
2012-04-20Fix ContentType related migrationsDan McGee1-1/+20
2012-04-08Don't blow up when no mirror status data is availableDan McGee1-1/+1
2012-04-08Add migrations for on_delete attributesDan McGee1-0/+68
2012-04-07Choose an up-to-date mirror for download URLsDan McGee1-0/+34
2012-03-26Bump signoffs and mirror status JSON API versionsDan McGee1-1/+1
2012-03-24Use bulk_create() when inserting mirror log entriesrelease_2012-03-25Dan McGee1-2/+1
2012-03-23Make all datetime objects fully timezone awareDan McGee2-7/+11
2012-03-23Change Django urls.py importDan McGee2-2/+2
2012-02-13Don't select FTP by default in mirrorlistsDan McGee6-6/+148
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee1-2/+2
2011-12-11PyLint suggested cleanupsDan McGee1-2/+2
2011-12-11Switch back to using standard deviation in mirror check pageDan McGee1-2/+1
2011-12-07Various small admin touchupsDan McGee1-7/+6
2011-11-10Add package signoffs JSON viewDan McGee1-1/+2
2011-10-26Don't require mirrorlist URLs to have ISOsrelease_2011-10-26Dan McGee1-1/+1
2011-10-11Pylint suggested and other cleanupsDan McGee1-2/+3
2011-08-22Admin setup tweaksDan McGee1-1/+2
2011-08-16Small Python convention fixupDan McGee1-1/+1
2011-07-29mirrors: do protocol formatting in templateDan McGee1-1/+1
2011-06-14Add JSON package details and files viewsDan McGee1-3/+2
2011-06-14Allow mirror country field to be persisted to DB as NULLDan McGee2-3/+78
2011-06-09Management command cleanupDan McGee1-5/+0
2011-04-18mirrors: pylint discovered cleanupsDan McGee4-27/+30
2011-04-18Never parse generated lastsync fileDan McGee1-22/+2
2011-04-12Add optional country override for individual mirror URLsDan McGee4-8/+86
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee1-2/+2
2011-04-05Make mirror name and URLs uniqueDan McGee2-2/+68
2011-03-28Enhance the mirror details pageDan McGee1-2/+11
2011-03-28Move country filter last in mirror adminDan McGee1-1/+1
2011-03-03Add ordering to mirror protocolsDan McGee1-0/+1
2011-02-27Auto-resolve mirror URLs on saveDan McGee3-9/+27
2011-02-27Auto map the protocol URL fieldDan McGee2-5/+29
2011-02-22Slight tweaks to mirror commandsDan McGee2-10/+9
2011-02-22Modularize URLsDan McGee2-0/+22
2011-01-31Defer format string substitution to loggerDan McGee2-8/+10
2010-12-13Add a mirror status JSON viewDan McGee1-1/+36
2010-12-13Move database interaction out of the threaded sectionDan McGee1-14/+22
2010-12-12Use check count for this URL, not max of all mirrorsDan McGee1-1/+1
2010-12-07Fix mirror check unicode functionDan McGee1-1/+1
2010-12-07Don't require country on mirrorlist submissionDan McGee1-1/+1
2010-11-04Ensure mirrorlist generator works if no status availableDan McGee1-4/+7
2010-10-13Show all mirrors if no IP version specifiedrelease_2010-10-13Dan McGee1-6/+6
2010-10-13Allow filtering of mirrorlist by IP-versionPyroPeter1-2/+17
2010-10-13Mirror check script cleanupDan McGee1-10/+7