summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2013-12-22Merge commit '97ca3f7' into archweb-generic (bugtracker/mirror integration)Luke Shumaker
2013-12-22Merge commit 'ecece25' into archweb-genericLuke Shumaker
2013-12-22Merge tag 'release_2013-11-30' into archweb-genericLuke Shumaker
2013-12-15Use select_related() in new mirror URL details viewDan McGee
2013-12-15Add mirror URL details pageDan McGee
2013-12-15Add delay function to MirrorLog modelDan McGee
2013-12-14Use stable parameters for cacheable functionDan McGee
2013-12-14Add update query for extracting Flyspray bug numberDan McGee
2013-12-14Add Flyspray Bug field to mirror modelDan McGee
2013-12-14Show all mirror status data to authorized usersDan McGee
2013-11-28Merge tag 'release_2013-11-25' into archweb-genericLuke Shumaker
2013-11-28Merge tag 'release_2013-10-27' into archweb-genericLuke Shumaker
2013-11-27Stop using Django-provided floatformat template tagrelease_2013-11-30Dan McGee
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-07-14add copyright header to mirrors/static/mirror_status.jsLuke Shumaker
2013-07-13Fix completion percentage calculation in mirror statusDan McGee
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