summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Use stable parameters for cacheable functionDan McGee1-2/+3
2013-12-14Add update query for extracting Flyspray bug numberDan McGee1-0/+8
2013-12-14Add Flyspray Bug field to mirror modelDan McGee3-1/+86
2013-12-14Show all mirror status data to authorized usersDan McGee2-14/+24
2013-11-27Stop using Django-provided floatformat template tagrelease_2013-11-30Dan McGee1-3/+8
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee1-1/+1
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee1-0/+6
2013-07-13Fix completion percentage calculation in mirror statusDan McGee1-2/+2
2013-06-20Re-enable caching for somewhat expensive mirror status queryDan McGee1-1/+1
2013-06-01Guard logging operation to prevent needless text joinDan McGee1-2/+3
2013-06-01Ensure only active mirror URLs are listedDan McGee2-1/+2
2013-05-31Whoops, committed a little bit too muchrelease_2013-05-31Dan McGee1-3/+0
2013-05-31Honor mirror URL active attribute in several placesDan McGee4-7/+14
2013-05-31Add active column to mirror URLsDan McGee2-0/+84
2013-05-21Begin removal of FTP mirror supportDan McGee5-35/+10
2013-05-10Add mirror error logs to mirror details pageDan McGee1-2/+9
2013-04-20Fix some None issues with sqlite3 and mirror statusDan McGee1-2/+4
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee3-13/+7
2013-04-16Remove COUNTRY_LOOKUP global variableDan McGee1-3/+3
2013-04-14Tweaks to mirror status chart generationrelease_2013-04-14Dan McGee1-10/+12
2013-04-14Draw one mirror status graph per check locationDan McGee2-20/+51
2013-04-14Add a JSON view for retrieving mirror check locationsDan McGee2-2/+32
2013-04-14Remove cache_function decorator from a few spotsDan McGee1-2/+0
2013-04-14Reduce mirror status query madnessDan McGee1-55/+91
2013-04-13Support only a single mirror ID in error/status retrievalDan McGee2-11/+11
2013-04-13Calculate average URL delay in the databaseDan McGee1-19/+30
2013-04-10Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10Dan McGee4-15/+136
2013-03-29Add IP family lookup to CheckLocation modelDan McGee1-0/+9
2013-03-13mirrorcheck: s/if/elif/ when determining what check function to runrelease_2013-03-13Dan McGee1-1/+1
2013-03-12Don't check FTP + IPv6 combinationDan McGee1-1/+15
2013-03-06Don't add blank options to rsync command linerelease_2013-03-06Dan McGee1-1/+5
2013-03-06Teach mirrorcheck management command about check locationsDan McGee1-17/+46
2013-03-06Add location ID to mirror logsDan McGee2-0/+84
2013-03-06Add family property to mirror check locationDan McGee1-0/+7
2013-03-06Revert "mirrorcheck: Don't use bulk_create on sqlite3"Dan McGee1-6/+1
2013-03-06Add mirror CheckLocationAdminDan McGee1-1/+17
2013-03-06Add 'created' field to more mirror modelsDan McGee2-2/+104
2013-03-06Add mirror check locations modelDan McGee2-1/+105
2013-03-04Add HTTPS mirror protocol fixtureDan McGee1-2/+11
2013-02-09Use 'update_fields' model.save() kwargDan McGee1-1/+1
2013-01-20Lengthen the mirror rsync IP address fieldDan McGee2-2/+69
2013-01-16Remove debugging print statementDan McGee1-1/+0
2013-01-14Support mirror status JSON by tierDan McGee2-1/+8
2013-01-14Ensure URLs without check data work on mirror details pageDan McGee1-7/+11
2013-01-14Drop country column from mirror tableDan McGee5-22/+81
2013-01-14Add migration to move country data down to the URL levelDan McGee1-0/+74
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee1-2/+2
2013-01-12Round two of mirror status query improvementsDan McGee1-9/+10
2012-12-27Ensure mirror protocols are distinctDan McGee1-1/+1
2012-11-21Fix mirror URL duplication in status viewDan McGee1-1/+2