summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
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
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