summaryrefslogtreecommitdiffstats
path: root/mirrors/utils.py
AgeCommit message (Expand)AuthorFilesLines
2014-02-22Upgrade django-countries to 2.0Dan McGee1-1/+1
2013-12-23Set all attributes to default values on status URL fetchDan McGee1-0/+2
2013-12-14Use stable parameters for cacheable functionDan McGee1-2/+3
2013-12-14Show all mirror status data to authorized usersDan McGee1-9/+11
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-05-31Honor mirror URL active attribute in several placesDan McGee1-3/+7
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 McGee1-3/+3
2013-04-14Remove cache_function decorator from a few spotsDan McGee1-2/+0
2013-04-14Reduce mirror status query madnessDan McGee1-55/+91
2013-04-13Support only a single mirror ID in error/status retrievalDan McGee1-9/+9
2013-04-13Calculate average URL delay in the databaseDan McGee1-19/+30
2013-01-14Drop country column from mirror tableDan McGee1-4/+3
2013-01-12Round two of mirror status query improvementsDan McGee1-9/+10
2012-11-21Fix mirror URL duplication in status viewDan McGee1-1/+2
2012-11-16Optimize mirror status data fetchingDan McGee1-8/+16
2012-11-11Mirror graph tweaking after usage with real dataDan McGee1-1/+2
2012-11-10Allow filtering retrieved mirror statuses by mirror_idDan McGee1-4/+15
2012-10-10Make mirror log time query a bit more efficientDan McGee1-4/+6
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-8/+9
2012-07-08Correctly reassign queryset with added annotation in mirror statusrelease_2012-07-08Dan McGee1-1/+1
2012-07-08Don't include StdDev on sqlite3 mirror status queryDan McGee1-3/+9
2012-05-13Add ability to restrict status report to single tierrelease_2012-05-13Dan McGee1-1/+1
2012-05-13Don't limit protocols returned by mirror status functionDan McGee1-2/+0
2012-04-25Ensure sorted order of mirrors in status page matches with JSrelease_2012-04-25Dan McGee1-3/+2
2012-04-25Finish django countries implementationDan McGee1-8/+9
2012-04-25Rename mirror country fields to country_old in prep for normalizationDan McGee1-4/+4
2012-04-08Don't blow up when no mirror status data is availableDan McGee1-1/+1
2012-04-07Choose an up-to-date mirror for download URLsDan McGee1-0/+34
2012-03-23Make all datetime objects fully timezone awareDan McGee1-6/+7
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee1-2/+2
2011-12-11Switch back to using standard deviation in mirror check pageDan McGee1-2/+1
2011-11-10Add package signoffs JSON viewDan McGee1-1/+2
2011-04-18mirrors: pylint discovered cleanupsDan McGee1-19/+23
2011-04-12Add optional country override for individual mirror URLsDan McGee1-3/+6
2010-12-12Use check count for this URL, not max of all mirrorsDan McGee1-1/+1
2010-10-07Factor check completion pct into mirror scorerelease_2010-10-07Dan McGee1-2/+7
2010-10-01Fix an off by one error in math for check intervalDan McGee1-1/+5
2010-09-30Use new is_download fieldDan McGee1-1/+1
2010-09-30Mirror status improvementsDan McGee1-12/+17
2010-09-24Give more information about mirror check runs and frequencyDan McGee1-5/+24
2010-09-24Mirror status query refinementsDan McGee1-4/+4
2010-09-22Switch mirror status delay display to average delayrelease_2010-09-22Dan McGee1-6/+19
2010-09-21Allow caching of mirror status infoDan McGee1-0/+45