summaryrefslogtreecommitdiffstats
path: root/mirrors/views.py
AgeCommit message (Expand)AuthorFilesLines
2014-02-22Upgrade django-countries to 2.0Dan McGee1-1/+1
2014-01-11Add a 'last_modified' function for mirror status pagesrelease_2014-01-11Dan McGee1-0/+7
2013-12-15Use select_related() in new mirror URL details viewDan McGee1-2/+4
2013-12-15Add mirror URL details pageDan McGee1-0/+19
2013-12-14Show all mirror status data to authorized usersDan McGee1-5/+13
2013-06-01Ensure only active mirror URLs are listedDan McGee1-1/+1
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 McGee1-2/+5
2013-05-21Begin removal of FTP mirror supportDan McGee1-24/+5
2013-05-10Add mirror error logs to mirror details pageDan McGee1-2/+9
2013-04-16Remove COUNTRY_LOOKUP global variableDan McGee1-3/+3
2013-04-14Draw one mirror status graph per check locationDan McGee1-1/+2
2013-04-14Add a JSON view for retrieving mirror check locationsDan McGee1-2/+31
2013-04-13Support only a single mirror ID in error/status retrievalDan McGee1-2/+2
2013-01-16Remove debugging print statementDan McGee1-1/+0
2013-01-14Support mirror status JSON by tierDan McGee1-1/+7
2013-01-14Ensure URLs without check data work on mirror details pageDan McGee1-7/+11
2013-01-14Drop country column from mirror tableDan McGee1-10/+5
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee1-2/+2
2012-12-27Ensure mirror protocols are distinctDan McGee1-1/+1
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee1-7/+4
2012-11-12Prefetch the available protocols on the mirror overview pageDan McGee1-0/+8
2012-11-11Mirror graph tweaking after usage with real dataDan McGee1-2/+0
2012-11-11Mirror status graph, now with points AND linesDan McGee1-1/+2
2012-11-10Allow filtering retrieved mirror statuses by mirror_idDan McGee1-4/+4
2012-11-10Add mirror extended status JSON viewDan McGee1-3/+34
2012-09-18Sort mirrorlist by English country name, not ISO codeDan McGee1-1/+1
2012-07-31Declare 'enums' at class scopeDan McGee1-2/+2
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee1-10/+9
2012-05-13Add ability to restrict status report to single tierrelease_2012-05-13Dan McGee1-3/+16
2012-05-12Use python json module directly in place of simplejsonDan McGee1-3/+2
2012-05-02Add a smart protocol filter to mirrorlist generatorDan McGee1-15/+40
2012-05-02Allow mirrorlist generator pattern to match any protocolDan McGee1-5/+13
2012-04-25Ensure sorted order of mirrors in status page matches with JSrelease_2012-04-25Dan McGee1-5/+5
2012-04-25Clean up mirrorlist generation form a bitDan McGee1-3/+15
2012-04-25Finish django countries implementationDan McGee1-20/+42
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee1-4/+4
2012-03-26Bump signoffs and mirror status JSON API versionsDan McGee1-1/+1
2012-02-13Don't select FTP by default in mirrorlistsDan McGee1-2/+4
2011-10-26Don't require mirrorlist URLs to have ISOsrelease_2011-10-26Dan McGee1-1/+1
2011-06-14Add JSON package details and files viewsDan McGee1-3/+2
2011-04-18mirrors: pylint discovered cleanupsDan McGee1-4/+3
2011-04-12Add optional country override for individual mirror URLsDan McGee1-5/+7
2011-03-28Enhance the mirror details pageDan McGee1-2/+11
2010-12-13Add a mirror status JSON viewDan McGee1-1/+36
2010-12-07Don't require country on mirrorlist submissionDan McGee1-1/+1
2010-11-04Ensure mirrorlist generator works if no status availableDan McGee1-4/+7
2010-10-13Show all mirrors if no IP version specifiedrelease_2010-10-13Dan McGee1-6/+6
2010-10-13Allow filtering of mirrorlist by IP-versionPyroPeter1-2/+17
2010-10-13Add 'All' choice and make it the defaultPyroPeter1-2/+3