Age | Commit message (Expand) | Author |
2013-04-16 | Various minor code cleanups and fixesrelease_2013-04-16 | Dan McGee |
2013-04-16 | Remove COUNTRY_LOOKUP global variable | Dan McGee |
2013-04-14 | Tweaks to mirror status chart generationrelease_2013-04-14 | 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-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-04-10 | Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10 | Dan McGee |
2013-03-29 | Add IP family lookup to CheckLocation model | Dan McGee |
2013-03-13 | mirrorcheck: s/if/elif/ when determining what check function to runrelease_2013-03-13 | Dan McGee |
2013-03-12 | Don't check FTP + IPv6 combination | Dan McGee |
2013-03-06 | Don't add blank options to rsync command linerelease_2013-03-06 | Dan McGee |
2013-03-06 | Teach mirrorcheck management command about check locations | Dan McGee |
2013-03-06 | Add location ID to mirror logs | Dan McGee |
2013-03-06 | Add family property to mirror check location | Dan McGee |
2013-03-06 | Revert "mirrorcheck: Don't use bulk_create on sqlite3" | Dan McGee |
2013-03-06 | Add mirror CheckLocationAdmin | Dan McGee |
2013-03-06 | Add 'created' field to more mirror models | Dan McGee |
2013-03-06 | Add mirror check locations model | Dan McGee |
2013-03-04 | Add HTTPS mirror protocol fixture | Dan McGee |
2013-02-09 | Use 'update_fields' model.save() kwarg | Dan McGee |
2013-01-20 | Lengthen the mirror rsync IP address field | 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-14 | Add migration to move country data down to the URL level | Dan McGee |
2013-01-13 | Use content_type and not mimetype on HttpResponse() | Dan McGee |
2013-01-12 | Round two of mirror status query improvements | Dan McGee |
2012-12-27 | Ensure mirror protocols are distinct | Dan McGee |
2012-11-21 | Fix mirror URL duplication in status view | Dan McGee |
2012-11-16 | Use Python 2.7 dictionary comprehension syntax | Dan McGee |
2012-11-16 | Optimize mirror status data fetching | Dan McGee |
2012-11-12 | Prefetch the available protocols on the mirror overview page | Dan McGee |
2012-11-12 | Add get_latest_by to MirrorLog Meta class | Dan McGee |
2012-11-11 | Add title to mirror status data points | Dan McGee |
2012-11-11 | Mirror graph tweaking after usage with real data | Dan McGee |
2012-11-11 | Re-add nice() calls for mirror status axes | Dan McGee |
2012-11-11 | Mirror status graph, now with points AND lines | Dan McGee |
2012-11-10 | Enable mirror status graph resizing | Dan McGee |
2012-11-10 | Add initial version of mirror status chart | 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-10-10 | Make mirror log time query a bit more efficient | Dan McGee |
2012-09-18 | Sort mirrorlist by English country name, not ISO code | Dan McGee |
2012-08-07 | Push more default values down into the database | 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 |