summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee
2014-09-01Remove dependency on SouthDan McGee
2014-09-01Remove old south migrationsDan McGee
2014-09-01Add details link to mirror status pageDan McGee
2014-06-10Use last element in args tuple as error messageDan McGee
2014-05-31Convert ~~~ to date/username text when editing mirror notesDan McGee
2014-03-29Protect ORM migration portion in db.dry_runDan McGee
2014-03-29Add last_modified column to mirrorsDan McGee
2014-02-22Upgrade django-countries to 2.0Dan McGee
2014-01-11Add a 'last_modified' function for mirror status pagesDan McGee
2013-12-23Set all attributes to default values on status URL fetchDan McGee
2013-12-23Change import location of django_countries fieldsDan McGee
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-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-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