summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
2015-06-18Handle Django's level 3 verbosity properlyDan McGee2-2/+2
2015-06-18Catch SSL CertificateErrors and log themDan McGee1-0/+5
2015-06-18Silence DNS errors we see too often in productionDan McGee1-0/+5
2015-02-26Fix URL precedence due to /json/ and mirror name overlapDan McGee1-12/+12
2015-02-26Include error message in JSON detail responseDan McGee1-1/+3
2015-02-26Break out mirror JSON API viewsDan McGee3-103/+114
2015-02-26Break out mirrorlist viewsDan McGee3-123/+131
2015-02-26Pylint suggested cleanupsDan McGee2-6/+5
2015-02-26Move mirrors views into subdirectoryDan McGee1-2/+2
2015-02-26Add details links to third mirror status tableDan McGee2-5/+6
2014-12-11Don't blow up if lastsync file wasn't correctly fetchedDan McGee1-3/+6
2014-11-08Remove percentage filter from Django templates filtersrelease_2014-11-08Dan McGee1-7/+0
2014-11-08Make delay a property, not a functionDan McGee1-0/+1
2014-11-08Convert mirror status tables to Jinja2Dan McGee1-0/+22
2014-11-08Convert some of URL details to Jinja2Dan McGee1-0/+31
2014-11-02Mirror view tweaks and enhancementsDan McGee1-11/+26
2014-11-01Add bandwidth field to mirror URLsDan McGee3-2/+23
2014-10-21Fix error when viewing mirror with no active URLsDan McGee2-0/+3
2014-10-21Fix 500 when no URLs have been checkedrelease_2014-10-21Dan McGee1-2/+2
2014-10-21Use cache_page on mirror status JSONDan McGee1-0/+2
2014-10-21Move caching of function data back to get_mirror_statusesDan McGee1-4/+3
2014-10-21Simplify/clean-up finding of download mirrorDan McGee1-9/+7
2014-10-21Reduce complexity of status data URL queryDan McGee2-10/+9
2014-10-21Remove queryset specialization in JSON encoderDan McGee1-4/+1
2014-10-21Small performance tweaks to mirror status JSON encodingDan McGee2-21/+16
2014-10-19Use raw DB query to fetch last modified dateDan McGee1-1/+4
2014-09-01Fix up some IP address field issuesDan McGee1-2/+2
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee1-0/+123
2014-09-01Remove dependency on SouthDan McGee1-4/+0
2014-09-01Remove old south migrationsDan McGee28-2026/+0
2014-09-01Add details link to mirror status pagerelease_2014-09-01Dan McGee1-5/+8
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