summaryrefslogtreecommitdiff
path: root/mirrors/views.py
AgeCommit message (Expand)Author
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
2011-04-18mirrors: pylint discovered cleanupsDan McGee
2011-04-12Add optional country override for individual mirror URLsDan McGee
2011-03-28Enhance the mirror details pageDan McGee
2010-12-13Add a mirror status JSON viewDan McGee
2010-12-07Don't require country on mirrorlist submissionDan McGee
2010-11-04Ensure mirrorlist generator works if no status availableDan McGee
2010-10-13Show all mirrors if no IP version specifiedrelease_2010-10-13Dan McGee
2010-10-13Allow filtering of mirrorlist by IP-versionPyroPeter
2010-10-13Add 'All' choice and make it the defaultPyroPeter
2010-09-30Use new is_download fieldDan McGee
2010-09-24Add a basic mirror details pageDan McGee
2010-09-24Make general mirror list view publicDan McGee
2010-09-24Give more information about mirror check runs and frequencyDan McGee
2010-09-21Allow generated mirrorlist to take status info into accountDan McGee
2010-09-21Allow caching of mirror status infoDan McGee
2010-09-21Prevent 500 if no mirror checks have ranrelease_2010-09-21Dan McGee
2010-09-21Add ordering, sorting, and a lot more info to mirror status pageDan McGee
2010-09-21Add mirror status viewDan McGee
2010-09-21Rename generate mirrorlist viewDan McGee
2010-09-16Remove some leftover print statementsDan McGee
2010-09-06Move mirror models out of main appDan McGee
2010-09-03Use direct_to_template in all remaining possible placesDan McGee
2010-08-28PyLint suggested cleanupsDan McGee
2010-07-02Default country selection to AnyDan McGee
2010-07-02mirrorlist: allow filtering by protocolDan McGee
2010-07-02Get mirrorlist view ready for general useDan McGee
2010-07-02Remove arch from mirrorlist generationDan McGee
2010-02-10Remove archweb prefix from all importsDan McGee
2010-01-30Use select_related() for some mirror pagesDan McGee
2009-11-09use RequestContext in mirrors.views.chooseIsmael Carnales
2009-11-09fixed error in mirrors.views.chooseIsmael Carnales
2009-11-09added mirrors app from archweb_pubIsmael Carnales