Age | Commit message (Expand) | Author |
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 |
2010-12-13 | Add a mirror status JSON view | Dan McGee |
2010-12-07 | Don't require country on mirrorlist submission | Dan McGee |
2010-11-04 | Ensure mirrorlist generator works if no status available | Dan McGee |
2010-10-13 | Show all mirrors if no IP version specifiedrelease_2010-10-13 | Dan McGee |
2010-10-13 | Allow filtering of mirrorlist by IP-version | PyroPeter |
2010-10-13 | Add 'All' choice and make it the default | PyroPeter |
2010-09-30 | Use new is_download field | Dan McGee |
2010-09-24 | Add a basic mirror details page | Dan McGee |
2010-09-24 | Make general mirror list view public | Dan McGee |
2010-09-24 | Give more information about mirror check runs and frequency | Dan McGee |
2010-09-21 | Allow generated mirrorlist to take status info into account | Dan McGee |
2010-09-21 | Allow caching of mirror status info | Dan McGee |
2010-09-21 | Prevent 500 if no mirror checks have ranrelease_2010-09-21 | Dan McGee |
2010-09-21 | Add ordering, sorting, and a lot more info to mirror status page | Dan McGee |
2010-09-21 | Add mirror status view | Dan McGee |
2010-09-21 | Rename generate mirrorlist view | Dan McGee |
2010-09-16 | Remove some leftover print statements | Dan McGee |
2010-09-06 | Move mirror models out of main app | Dan McGee |
2010-09-03 | Use direct_to_template in all remaining possible places | Dan McGee |
2010-08-28 | PyLint suggested cleanups | Dan McGee |