summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Add shortcut for HEAD requests on slower viewsDan McGee3-1/+15
2013-04-16Remove COUNTRY_LOOKUP global variableDan McGee1-3/+3
2013-04-16Grab author when loading news item detailsDan McGee1-1/+1
2013-04-16Use require_safe decorator rather than require_GETDan McGee1-3/+3
2013-04-14Tweaks to mirror status chart generationrelease_2013-04-14Dan McGee1-10/+12
2013-04-14Draw one mirror status graph per check locationDan McGee3-23/+60
2013-04-14Turn visualize-mirror into a CSS classDan McGee2-5/+5
2013-04-14Add a JSON view for retrieving mirror check locationsDan McGee2-2/+32
2013-04-14Fix missing attribute error in replacment find codeDan McGee1-1/+2
2013-04-14Remove cache_function decorator from a few spotsDan McGee2-6/+1
2013-04-14Reduce mirror status query madnessDan McGee1-55/+91
2013-04-13Show replacments for package if it has been removedDan McGee2-0/+11
2013-04-13Add additional pg_trgm indexes for quicker searchesDan McGee1-0/+3
2013-04-13Support only a single mirror ID in error/status retrievalDan McGee2-11/+11
2013-04-13Calculate average URL delay in the databaseDan McGee1-19/+30
2013-04-10Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10Dan McGee6-15/+138
2013-04-08Bump psycopg2 requirements.txt versionDan McGee1-1/+1
2013-03-29Update some package requirementsDan McGee2-6/+6
2013-03-29Remove old-style build date parsingDan McGee1-7/+3
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-11Remove function caching in packages/utilsDan McGee1-3/+1
2013-03-11Update home page todo lists linkDan McGee1-1/+1
2013-03-11Only show incomplete todolists to unauthenticated usersrelease_2013-03-11Dan McGee1-1/+2
2013-03-11Make todolists fully publicDan McGee2-3/+5
2013-03-11Add some explanatory info back to todolist index pageDan McGee1-4/+7
2013-03-11Sort incomplete todolists firstDan McGee1-1/+1
2013-03-11Remove public todolists viewDan McGee3-80/+1
2013-03-11Don't link to a one-element listing page from recent updatesDan McGee1-3/+8
2013-03-09Remove /jsi18n/ view mappingDan McGee1-2/+0
2013-03-07Fix IntegrityError in corner case todolist updateDan McGee1-6/+19
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-05Add link to get HTTPS-only mirrorlistDan McGee1-0/+1
2013-03-04Add HTTPS mirror protocol fixtureDan McGee1-2/+11
2013-02-28Add django.http.response:Http404 to ignored NewRelic errorsDan McGee1-1/+1
2013-02-27Disable more @cache_function usagerelease_2013-02-27Dan McGee1-2/+2
2013-02-27Remove caching on reverse_conflictsDan McGee1-1/+1
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee2-3/+3
2013-02-26Don't blow up in download template if no releases existDan McGee1-3/+3
2013-02-26Fix ALPM unittest to run when ALPM isn't presentDan McGee1-2/+21
2013-02-26Merge branch 'django-1.5'Dan McGee23-65/+29
2013-02-26Bump Django requirement to 1.5Dan McGee2-2/+2