summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2012-11-21Fix mirror URL duplication in status viewDan McGee
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee
2012-11-16Optimize mirror status data fetchingDan McGee
2012-11-12Prefetch the available protocols on the mirror overview pageDan McGee
2012-11-12Add get_latest_by to MirrorLog Meta classDan McGee
2012-11-11Add title to mirror status data pointsDan McGee
2012-11-11Mirror graph tweaking after usage with real dataDan McGee
2012-11-11Re-add nice() calls for mirror status axesDan McGee
2012-11-11Mirror status graph, now with points AND linesDan McGee
2012-11-10Enable mirror status graph resizingDan McGee
2012-11-10Add initial version of mirror status chartDan McGee
2012-11-10Allow filtering retrieved mirror statuses by mirror_idDan McGee
2012-11-10Add mirror extended status JSON viewDan McGee
2012-10-10Make mirror log time query a bit more efficientDan McGee
2012-09-18Sort mirrorlist by English country name, not ISO codeDan McGee
2012-08-07Push more default values down into the databaseDan McGee
2012-07-31Declare 'enums' at class scopeDan McGee
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