summaryrefslogtreecommitdiff
path: root/mirrors/views.py
AgeCommit message (Expand)Author
2015-02-26Move mirrors views into subdirectoryDan McGee
2015-02-26Add details links to third mirror status tableDan McGee
2014-11-02Mirror view tweaks and enhancementsDan McGee
2014-10-21Fix error when viewing mirror with no active URLsDan McGee
2014-10-21Use cache_page on mirror status JSONDan 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-02-22Upgrade django-countries to 2.0Dan McGee
2014-01-11Add a 'last_modified' function for mirror status pagesDan McGee
2013-12-15Use select_related() in new mirror URL details viewDan McGee
2013-12-15Add mirror URL details pageDan McGee
2013-12-14Show all mirror status data to authorized usersDan 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-21Begin removal of FTP mirror supportDan McGee
2013-05-10Add mirror error logs to mirror details pageDan McGee
2013-04-16Remove COUNTRY_LOOKUP global variableDan 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-13Support only a single mirror ID in error/status retrievalDan McGee
2013-01-16Remove debugging print statementDan McGee
2013-01-14Support mirror status JSON by tierDan McGee
2013-01-14Ensure URLs without check data work on mirror details pageDan McGee
2013-01-14Drop country column from mirror tableDan McGee
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee
2012-12-27Ensure mirror protocols are distinctDan McGee
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee
2012-11-12Prefetch the available protocols on the mirror overview pageDan McGee
2012-11-11Mirror graph tweaking after usage with real dataDan McGee
2012-11-11Mirror status graph, now with points AND linesDan McGee
2012-11-10Allow filtering retrieved mirror statuses by mirror_idDan McGee
2012-11-10Add mirror extended status JSON viewDan McGee
2012-09-18Sort mirrorlist by English country name, not ISO codeDan McGee
2012-07-31Declare 'enums' at class scopeDan McGee
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee
2012-05-13Add ability to restrict status report to single tierrelease_2012-05-13Dan McGee
2012-05-12Use python json module directly in place of simplejsonDan McGee
2012-05-02Add a smart protocol filter to mirrorlist generatorDan McGee
2012-05-02Allow mirrorlist generator pattern to match any protocolDan McGee
2012-04-25Ensure sorted order of mirrors in status page matches with JSrelease_2012-04-25Dan McGee
2012-04-25Clean up mirrorlist generation form a bitDan McGee
2012-04-25Finish django countries implementationDan McGee
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee
2012-03-26Bump signoffs and mirror status JSON API versionsDan McGee
2012-02-13Don't select FTP by default in mirrorlistsDan McGee
2011-10-26Don't require mirrorlist URLs to have ISOsrelease_2011-10-26Dan McGee
2011-06-14Add JSON package details and files viewsDan McGee