Age | Commit message (Expand) | Author |
2013-12-14 | Use stable parameters for cacheable function | Dan McGee |
2013-12-14 | Show all mirror status data to authorized users | Dan McGee |
2013-07-13 | Fix completion percentage calculation in mirror status | Dan McGee |
2013-06-20 | Re-enable caching for somewhat expensive mirror status query | Dan McGee |
2013-05-31 | Honor mirror URL active attribute in several places | Dan McGee |
2013-04-20 | Fix some None issues with sqlite3 and mirror status | Dan McGee |
2013-04-16 | Various minor code cleanups and fixesrelease_2013-04-16 | Dan McGee |
2013-04-14 | Remove cache_function decorator from a few spots | Dan McGee |
2013-04-14 | Reduce mirror status query madness | Dan McGee |
2013-04-13 | Support only a single mirror ID in error/status retrieval | Dan McGee |
2013-04-13 | Calculate average URL delay in the database | Dan McGee |
2013-01-14 | Drop country column from mirror table | Dan McGee |
2013-01-12 | Round two of mirror status query improvements | Dan McGee |
2012-11-21 | Fix mirror URL duplication in status view | Dan McGee |
2012-11-16 | Optimize mirror status data fetching | Dan McGee |
2012-11-11 | Mirror graph tweaking after usage with real data | Dan McGee |
2012-11-10 | Allow filtering retrieved mirror statuses by mirror_id | Dan McGee |
2012-10-10 | Make mirror log time query a bit more efficient | Dan McGee |
2012-07-24 | Remove custom utc_now() function, use django.utils.timezone.now() | Dan McGee |
2012-07-08 | Correctly reassign queryset with added annotation in mirror statusrelease_2012-07-08 | Dan McGee |
2012-07-08 | Don't include StdDev on sqlite3 mirror status query | Dan McGee |
2012-05-13 | Add ability to restrict status report to single tierrelease_2012-05-13 | Dan McGee |
2012-05-13 | Don't limit protocols returned by mirror status function | Dan McGee |
2012-04-25 | Ensure sorted order of mirrors in status page matches with JSrelease_2012-04-25 | Dan McGee |
2012-04-25 | Finish django countries implementation | Dan McGee |
2012-04-25 | Rename mirror country fields to country_old in prep for normalization | Dan McGee |
2012-04-08 | Don't blow up when no mirror status data is available | Dan McGee |
2012-04-07 | Choose an up-to-date mirror for download URLs | Dan McGee |
2012-03-23 | Make all datetime objects fully timezone aware | Dan McGee |
2012-01-05 | Adjust page and content caching lengths and decorators | Dan McGee |
2011-12-11 | Switch back to using standard deviation in mirror check page | Dan McGee |
2011-11-10 | Add package signoffs JSON view | Dan McGee |
2011-04-18 | mirrors: pylint discovered cleanups | Dan McGee |
2011-04-12 | Add optional country override for individual mirror URLs | Dan McGee |
2010-12-12 | Use check count for this URL, not max of all mirrors | Dan McGee |
2010-10-07 | Factor check completion pct into mirror scorerelease_2010-10-07 | Dan McGee |
2010-10-01 | Fix an off by one error in math for check interval | Dan McGee |
2010-09-30 | Use new is_download field | Dan McGee |
2010-09-30 | Mirror status improvements | Dan McGee |
2010-09-24 | Give more information about mirror check runs and frequency | Dan McGee |
2010-09-24 | Mirror status query refinements | Dan McGee |
2010-09-22 | Switch mirror status delay display to average delayrelease_2010-09-22 | Dan McGee |
2010-09-21 | Allow caching of mirror status info | Dan McGee |