summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Use last element in args tuple as error messageDan McGee1-1/+1
2014-05-31Convert ~~~ to date/username text when editing mirror notesDan McGee1-0/+8
2014-03-29Protect ORM migration portion in db.dry_runDan McGee1-1/+2
2014-03-29Add last_modified column to mirrorsDan McGee3-1/+89
2014-02-22Upgrade django-countries to 2.0Dan McGee3-4/+4
2014-01-11Add a 'last_modified' function for mirror status pagesrelease_2014-01-11Dan McGee1-0/+7
2013-12-23Set all attributes to default values on status URL fetchDan McGee1-0/+2
2013-12-23Change import location of django_countries fieldsDan McGee1-1/+1
2013-12-15Use select_related() in new mirror URL details viewDan McGee1-2/+4
2013-12-15Add mirror URL details pageDan McGee3-0/+22
2013-12-15Add delay function to MirrorLog modelDan McGee1-0/+7
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