summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2014-10-21Fix 500 when no URLs have been checkedrelease_2014-10-21Dan McGee
2014-10-21Use cache_page on mirror status JSONDan McGee
2014-10-21Move caching of function data back to get_mirror_statusesDan McGee
2014-10-21Simplify/clean-up finding of download mirrorDan McGee
2014-10-21Reduce complexity of status data URL queryDan McGee
2014-10-21Remove queryset specialization in JSON encoderDan McGee
2014-10-21Small performance tweaks to mirror status JSON encodingDan McGee
2014-10-19Use raw DB query to fetch last modified dateDan McGee
2014-09-01Fix up some IP address field issuesDan McGee
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 pagerelease_2014-09-01Dan 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 pagesrelease_2014-01-11Dan 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