summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2013-06-20Re-enable caching for somewhat expensive mirror status queryDan McGee
2013-06-01Guard logging operation to prevent needless text joinDan McGee
2013-06-01Ensure only active mirror URLs are listedDan McGee
2013-05-31Whoops, committed a little bit too muchrelease_2013-05-31Dan McGee
2013-05-31Honor mirror URL active attribute in several placesDan McGee
2013-05-31Add active column to mirror URLsDan McGee
2013-05-21Begin removal of FTP mirror supportDan McGee
2013-05-10Add mirror error logs to mirror details pageDan McGee
2013-04-20Fix some None issues with sqlite3 and mirror statusDan McGee
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-04-16Remove COUNTRY_LOOKUP global variableDan McGee
2013-04-14Tweaks to mirror status chart generationrelease_2013-04-14Dan McGee
2013-04-14Draw one mirror status graph per check locationDan McGee
2013-04-14Add a JSON view for retrieving mirror check locationsDan McGee
2013-04-14Remove cache_function decorator from a few spotsDan McGee
2013-04-14Reduce mirror status query madnessDan McGee
2013-04-13Support only a single mirror ID in error/status retrievalDan McGee
2013-04-13Calculate average URL delay in the databaseDan McGee
2013-04-10Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10Dan McGee
2013-03-29Add IP family lookup to CheckLocation modelDan McGee
2013-03-13mirrorcheck: s/if/elif/ when determining what check function to runrelease_2013-03-13Dan McGee
2013-03-12Don't check FTP + IPv6 combinationDan McGee
2013-03-06Don't add blank options to rsync command linerelease_2013-03-06Dan McGee
2013-03-06Teach mirrorcheck management command about check locationsDan McGee
2013-03-06Add location ID to mirror logsDan McGee
2013-03-06Add family property to mirror check locationDan McGee
2013-03-06Revert "mirrorcheck: Don't use bulk_create on sqlite3"Dan McGee
2013-03-06Add mirror CheckLocationAdminDan McGee
2013-03-06Add 'created' field to more mirror modelsDan McGee
2013-03-06Add mirror check locations modelDan McGee
2013-03-04Add HTTPS mirror protocol fixtureDan McGee
2013-02-09Use 'update_fields' model.save() kwargDan McGee
2013-01-20Lengthen the mirror rsync IP address fieldDan McGee
2013-01-16Remove debugging print statementDan McGee
2013-01-14Support mirror status JSON by tierDan McGee
2013-01-14Ensure URLs without check data work on mirror details pageDan McGee
2013-01-14Drop country column from mirror tableDan McGee
2013-01-14Add migration to move country data down to the URL levelDan McGee
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee
2013-01-12Round two of mirror status query improvementsDan McGee
2012-12-27Ensure mirror protocols are distinctDan McGee
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