summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2015-06-18Handle Django's level 3 verbosity properlyDan McGee
2015-06-18Catch SSL CertificateErrors and log themDan McGee
2015-06-18Silence DNS errors we see too often in productionDan McGee
2015-02-26Fix URL precedence due to /json/ and mirror name overlapDan McGee
2015-02-26Include error message in JSON detail responseDan McGee
2015-02-26Break out mirror JSON API viewsDan McGee
2015-02-26Break out mirrorlist viewsDan McGee
2015-02-26Pylint suggested cleanupsDan McGee
2015-02-26Move mirrors views into subdirectoryDan McGee
2015-02-26Add details links to third mirror status tableDan McGee
2014-12-11Don't blow up if lastsync file wasn't correctly fetchedDan McGee
2014-11-08Remove percentage filter from Django templates filtersrelease_2014-11-08Dan McGee
2014-11-08Make delay a property, not a functionDan McGee
2014-11-08Convert mirror status tables to Jinja2Dan McGee
2014-11-08Convert some of URL details to Jinja2Dan McGee
2014-11-02Mirror view tweaks and enhancementsDan McGee
2014-11-01Add bandwidth field to mirror URLsDan McGee
2014-10-21Fix error when viewing mirror with no active URLsDan McGee
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