summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
2012-07-08Correctly reassign queryset with added annotation in mirror statusrelease_2012-07-08Dan McGee1-1/+1
2012-07-08mirrorcheck: Don't use bulk_create on sqlite3Dan McGee1-2/+6
2012-07-08Don't include StdDev on sqlite3 mirror status queryDan McGee1-3/+9
2012-07-08Handle HTTPException being thrown in mirrorcheckDan McGee1-0/+6
2012-05-18mirrors: add an alternate_email columnDan McGee3-2/+71
2012-05-13Add ability to restrict status report to single tierrelease_2012-05-13Dan McGee3-4/+18
2012-05-13Add rsync support to mirrorcheck and other small improvementsDan McGee1-41/+89
2012-05-13Change mirror log error text to unlimited lengthDan McGee2-1/+71
2012-05-13Don't limit protocols returned by mirror status functionDan McGee1-2/+0
2012-05-12Use python json module directly in place of simplejsonDan McGee1-3/+2
2012-05-02Add a smart protocol filter to mirrorlist generatorDan McGee1-15/+40
2012-05-02Allow mirrorlist generator pattern to match any protocolDan McGee2-9/+14
2012-04-29Use a custom User-Agent when checking mirror URLsDan McGee1-7/+10
2012-04-28mirrorresolv: only run update query if values changedDan McGee1-1/+7
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