summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2012-05-02Add a smart protocol filter to mirrorlist generatorDan McGee
2012-05-02Allow mirrorlist generator pattern to match any protocolDan McGee
2012-04-29Use a custom User-Agent when checking mirror URLsDan McGee
2012-04-28mirrorresolv: only run update query if values changedDan McGee
2012-04-26Remove now-unused NullCharFieldDan McGee
2012-04-25Ensure sorted order of mirrors in status page matches with JSrelease_2012-04-25Dan McGee
2012-04-25Clean up mirrorlist generation form a bitDan McGee
2012-04-25Finish django countries implementationDan McGee
2012-04-25Add django_countries country code fields and population migrationsDan McGee
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee
2012-04-20Fix ContentType related migrationsDan McGee
2012-04-08Don't blow up when no mirror status data is availableDan McGee
2012-04-08Add migrations for on_delete attributesDan McGee
2012-04-07Choose an up-to-date mirror for download URLsDan McGee
2012-03-26Bump signoffs and mirror status JSON API versionsDan McGee
2012-03-24Use bulk_create() when inserting mirror log entriesrelease_2012-03-25Dan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2012-03-23Change Django urls.py importDan McGee
2012-02-13Don't select FTP by default in mirrorlistsDan McGee
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee
2011-12-11PyLint suggested cleanupsDan McGee
2011-12-11Switch back to using standard deviation in mirror check pageDan McGee
2011-12-07Various small admin touchupsDan McGee
2011-11-10Add package signoffs JSON viewDan McGee
2011-10-26Don't require mirrorlist URLs to have ISOsrelease_2011-10-26Dan McGee
2011-10-11Pylint suggested and other cleanupsDan McGee
2011-08-22Admin setup tweaksDan McGee
2011-08-16Small Python convention fixupDan McGee
2011-07-29mirrors: do protocol formatting in templateDan McGee
2011-06-14Add JSON package details and files viewsDan McGee
2011-06-14Allow mirror country field to be persisted to DB as NULLDan McGee
2011-06-09Management command cleanupDan McGee
2011-04-18mirrors: pylint discovered cleanupsDan McGee
2011-04-18Never parse generated lastsync fileDan McGee
2011-04-12Add optional country override for individual mirror URLsDan McGee
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee
2011-04-05Make mirror name and URLs uniqueDan McGee
2011-03-28Enhance the mirror details pageDan McGee
2011-03-28Move country filter last in mirror adminDan McGee
2011-03-03Add ordering to mirror protocolsDan McGee
2011-02-27Auto-resolve mirror URLs on saveDan McGee
2011-02-27Auto map the protocol URL fieldDan McGee
2011-02-22Slight tweaks to mirror commandsDan McGee
2011-02-22Modularize URLsDan McGee
2011-01-31Defer format string substitution to loggerDan McGee
2010-12-13Add a mirror status JSON viewDan McGee
2010-12-13Move database interaction out of the threaded sectionDan McGee
2010-12-12Use check count for this URL, not max of all mirrorsDan McGee
2010-12-07Fix mirror check unicode functionDan McGee
2010-12-07Don't require country on mirrorlist submissionDan McGee