Age | Commit message (Expand) | Author |
2014-10-21 | Fix error when viewing mirror with no active URLs | Dan McGee |
2014-10-21 | Use cache_page on mirror status JSON | Dan McGee |
2014-10-21 | Reduce complexity of status data URL query | Dan McGee |
2014-10-21 | Remove queryset specialization in JSON encoder | Dan McGee |
2014-10-21 | Small performance tweaks to mirror status JSON encoding | Dan McGee |
2014-10-19 | Use raw DB query to fetch last modified date | Dan McGee |
2014-02-22 | Upgrade django-countries to 2.0 | Dan McGee |
2014-01-11 | Add a 'last_modified' function for mirror status pages | Dan McGee |
2013-12-15 | Use select_related() in new mirror URL details view | Dan McGee |
2013-12-15 | Add mirror URL details page | Dan McGee |
2013-12-14 | Show all mirror status data to authorized users | Dan McGee |
2013-06-01 | Ensure only active mirror URLs are listed | Dan McGee |
2013-05-31 | Whoops, committed a little bit too muchrelease_2013-05-31 | Dan McGee |
2013-05-31 | Honor mirror URL active attribute in several places | Dan McGee |
2013-05-21 | Begin removal of FTP mirror support | Dan McGee |
2013-05-10 | Add mirror error logs to mirror details page | Dan McGee |
2013-04-16 | Remove COUNTRY_LOOKUP global variable | Dan McGee |
2013-04-14 | Draw one mirror status graph per check location | Dan McGee |
2013-04-14 | Add a JSON view for retrieving mirror check locations | Dan McGee |
2013-04-13 | Support only a single mirror ID in error/status retrieval | Dan McGee |
2013-01-16 | Remove debugging print statement | Dan McGee |
2013-01-14 | Support mirror status JSON by tier | Dan McGee |
2013-01-14 | Ensure URLs without check data work on mirror details page | Dan McGee |
2013-01-14 | Drop country column from mirror table | Dan McGee |
2013-01-13 | Use content_type and not mimetype on HttpResponse() | Dan McGee |
2012-12-27 | Ensure mirror protocols are distinct | Dan McGee |
2012-11-16 | Use Python 2.7 dictionary comprehension syntax | Dan McGee |
2012-11-12 | Prefetch the available protocols on the mirror overview page | Dan McGee |
2012-11-11 | Mirror graph tweaking after usage with real data | Dan McGee |
2012-11-11 | Mirror status graph, now with points AND lines | Dan McGee |
2012-11-10 | Allow filtering retrieved mirror statuses by mirror_id | Dan McGee |
2012-11-10 | Add mirror extended status JSON view | Dan McGee |
2012-09-18 | Sort mirrorlist by English country name, not ISO code | Dan McGee |
2012-07-31 | Declare 'enums' at class scope | Dan McGee |
2012-07-24 | Replace deprecated direct_to_template() with render() shortcut | Dan McGee |
2012-05-13 | Add ability to restrict status report to single tierrelease_2012-05-13 | Dan McGee |
2012-05-12 | Use python json module directly in place of simplejson | Dan McGee |
2012-05-02 | Add a smart protocol filter to mirrorlist generator | Dan McGee |
2012-05-02 | Allow mirrorlist generator pattern to match any protocol | Dan McGee |
2012-04-25 | Ensure sorted order of mirrors in status page matches with JSrelease_2012-04-25 | Dan McGee |
2012-04-25 | Clean up mirrorlist generation form a bit | 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-03-26 | Bump signoffs and mirror status JSON API versions | Dan McGee |
2012-02-13 | Don't select FTP by default in mirrorlists | Dan McGee |
2011-10-26 | Don't require mirrorlist URLs to have ISOsrelease_2011-10-26 | Dan McGee |
2011-06-14 | Add JSON package details and files views | Dan McGee |
2011-04-18 | mirrors: pylint discovered cleanups | Dan McGee |
2011-04-12 | Add optional country override for individual mirror URLs | Dan McGee |
2011-03-28 | Enhance the mirror details page | Dan McGee |