summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee
2012-07-08Correctly reassign queryset with added annotation in mirror statusrelease_2012-07-08Dan McGee
2012-07-08mirrorcheck: Don't use bulk_create on sqlite3Dan McGee
2012-07-08Don't include StdDev on sqlite3 mirror status queryDan McGee
2012-07-08Handle HTTPException being thrown in mirrorcheckDan McGee
2012-05-18mirrors: add an alternate_email columnDan McGee
2012-05-13Add ability to restrict status report to single tierrelease_2012-05-13Dan McGee
2012-05-13Add rsync support to mirrorcheck and other small improvementsDan McGee
2012-05-13Change mirror log error text to unlimited lengthDan McGee
2012-05-13Don't limit protocols returned by mirror status functionDan McGee
2012-05-12Use python json module directly in place of simplejsonDan McGee
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