summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10Dan McGee4-15/+136
2013-03-29Add IP family lookup to CheckLocation modelDan McGee1-0/+9
2013-03-13mirrorcheck: s/if/elif/ when determining what check function to runrelease_2013-03-13Dan McGee1-1/+1
2013-03-12Don't check FTP + IPv6 combinationDan McGee1-1/+15
2013-03-06Don't add blank options to rsync command linerelease_2013-03-06Dan McGee1-1/+5
2013-03-06Teach mirrorcheck management command about check locationsDan McGee1-17/+46
2013-03-06Add location ID to mirror logsDan McGee2-0/+84
2013-03-06Add family property to mirror check locationDan McGee1-0/+7
2013-03-06Revert "mirrorcheck: Don't use bulk_create on sqlite3"Dan McGee1-6/+1
2013-03-06Add mirror CheckLocationAdminDan McGee1-1/+17
2013-03-06Add 'created' field to more mirror modelsDan McGee2-2/+104
2013-03-06Add mirror check locations modelDan McGee2-1/+105
2013-03-04Add HTTPS mirror protocol fixtureDan McGee1-2/+11
2013-02-09Use 'update_fields' model.save() kwargDan McGee1-1/+1
2013-01-20Lengthen the mirror rsync IP address fieldDan McGee2-2/+69
2013-01-16Remove debugging print statementDan McGee1-1/+0
2013-01-14Support mirror status JSON by tierDan McGee2-1/+8
2013-01-14Ensure URLs without check data work on mirror details pageDan McGee1-7/+11
2013-01-14Drop country column from mirror tableDan McGee5-22/+81
2013-01-14Add migration to move country data down to the URL levelDan McGee1-0/+74
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee1-2/+2
2013-01-12Round two of mirror status query improvementsDan McGee1-9/+10
2012-12-27Ensure mirror protocols are distinctDan McGee1-1/+1
2012-11-21Fix mirror URL duplication in status viewDan McGee1-1/+2
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee1-7/+4
2012-11-16Optimize mirror status data fetchingDan McGee1-8/+16
2012-11-12Prefetch the available protocols on the mirror overview pageDan McGee2-5/+8
2012-11-12Add get_latest_by to MirrorLog Meta classDan McGee1-0/+1
2012-11-11Add title to mirror status data pointsDan McGee1-1/+3
2012-11-11Mirror graph tweaking after usage with real dataDan McGee3-4/+6
2012-11-11Re-add nice() calls for mirror status axesDan McGee1-2/+2
2012-11-11Mirror status graph, now with points AND linesDan McGee2-17/+44
2012-11-10Enable mirror status graph resizingDan McGee1-15/+28
2012-11-10Add initial version of mirror status chartDan McGee1-0/+97
2012-11-10Allow filtering retrieved mirror statuses by mirror_idDan McGee2-8/+19
2012-11-10Add mirror extended status JSON viewDan McGee2-3/+35
2012-10-10Make mirror log time query a bit more efficientDan McGee1-4/+6
2012-09-18Sort mirrorlist by English country name, not ISO codeDan McGee1-1/+1
2012-08-07Push more default values down into the databaseDan McGee4-5/+5
2012-07-31Declare 'enums' at class scopeDan McGee2-10/+9
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee1-10/+9
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee2-11/+13
2012-07-08Correctly reassign queryset with added annotation in mirror statusrelease_2012-07-08Dan McGee1-1/+1
2012-07-08mirrorcheck: Don't use bulk_create on sqlite3Dan McGee1-2/+6
2012-07-08Don't include StdDev on sqlite3 mirror status queryDan McGee1-3/+9
2012-07-08Handle HTTPException being thrown in mirrorcheckDan McGee1-0/+6
2012-05-18mirrors: add an alternate_email columnDan McGee3-2/+71
2012-05-13Add ability to restrict status report to single tierrelease_2012-05-13Dan McGee3-4/+18
2012-05-13Add rsync support to mirrorcheck and other small improvementsDan McGee1-41/+89
2012-05-13Change mirror log error text to unlimited lengthDan McGee2-1/+71