Age | Commit message (Expand) | Author | Files | Lines |
2013-01-14 | Drop country column from mirror table | Dan McGee | 1 | -4/+3 |
2013-01-12 | Round two of mirror status query improvements | Dan McGee | 1 | -9/+10 |
2012-11-21 | Fix mirror URL duplication in status view | Dan McGee | 1 | -1/+2 |
2012-11-16 | Optimize mirror status data fetching | Dan McGee | 1 | -8/+16 |
2012-11-11 | Mirror graph tweaking after usage with real data | Dan McGee | 1 | -1/+2 |
2012-11-10 | Allow filtering retrieved mirror statuses by mirror_id | Dan McGee | 1 | -4/+15 |
2012-10-11 | Make mirror log time query a bit more efficient | Dan McGee | 1 | -4/+6 |
2012-07-25 | Remove custom utc_now() function, use django.utils.timezone.now() | Dan McGee | 1 | -8/+9 |
2012-07-09 | Correctly reassign queryset with added annotation in mirror status | Dan McGee | 1 | -1/+1 |
2012-07-09 | Don't include StdDev on sqlite3 mirror status query | Dan McGee | 1 | -3/+9 |
2012-05-14 | Add ability to restrict status report to single tier | Dan McGee | 1 | -1/+1 |
2012-05-14 | Don't limit protocols returned by mirror status function | Dan McGee | 1 | -2/+0 |
2012-04-25 | Ensure sorted order of mirrors in status page matches with JS | Dan McGee | 1 | -3/+2 |
2012-04-25 | Finish django countries implementation | Dan McGee | 1 | -8/+9 |
2012-04-25 | Rename mirror country fields to country_old in prep for normalization | Dan McGee | 1 | -4/+4 |
2012-04-09 | Don't blow up when no mirror status data is available | Dan McGee | 1 | -1/+1 |
2012-04-07 | Choose an up-to-date mirror for download URLs | Dan McGee | 1 | -0/+34 |
2012-03-24 | Make all datetime objects fully timezone aware | Dan McGee | 1 | -6/+7 |
2012-01-05 | Adjust page and content caching lengths and decorators | Dan McGee | 1 | -2/+2 |
2011-12-12 | Switch back to using standard deviation in mirror check page | Dan McGee | 1 | -2/+1 |
2011-11-11 | Add package signoffs JSON view | Dan McGee | 1 | -1/+2 |
2011-04-18 | mirrors: pylint discovered cleanups | Dan McGee | 1 | -19/+23 |
2011-04-13 | Add optional country override for individual mirror URLs | Dan McGee | 1 | -3/+6 |
2010-12-12 | Use check count for this URL, not max of all mirrors | Dan McGee | 1 | -1/+1 |
2010-10-07 | Factor check completion pct into mirror score | Dan McGee | 1 | -2/+7 |
2010-10-02 | Fix an off by one error in math for check interval | Dan McGee | 1 | -1/+5 |
2010-09-30 | Use new is_download field | Dan McGee | 1 | -1/+1 |
2010-09-30 | Mirror status improvements | Dan McGee | 1 | -12/+17 |
2010-09-25 | Give more information about mirror check runs and frequency | Dan McGee | 1 | -5/+24 |
2010-09-24 | Mirror status query refinements | Dan McGee | 1 | -4/+4 |
2010-09-22 | Switch mirror status delay display to average delay | Dan McGee | 1 | -6/+19 |
2010-09-22 | Allow caching of mirror status info | Dan McGee | 1 | -0/+45 |