summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-12Fix reporead issue with temporary database filesrelease_2013-05-12Dan McGee1-3/+4
2013-05-10Merge branch 'mirror-errors'Dan McGee5-33/+39
2013-05-10Add a 'last touched by' column to todolist detail viewDan McGee3-3/+7
2013-05-10Add mirror error logs to mirror details pageDan McGee2-2/+12
2013-05-10Pull mirror error table into inclusion templateDan McGee3-25/+25
2013-05-10Simplify with statements by using new syntaxDan McGee1-6/+2
2013-04-23When retrieving signoff specs, select the arch object as wellrelease_2013-04-27Dan McGee1-1/+2
2013-04-22Use required_signoffs value when creating signoff specsDan McGee4-8/+16
2013-04-22Add 'required_signoffs' field to Arch modelDan McGee4-24/+141
2013-04-21Load developer dashboard stats via $.load() callDan McGee1-8/+14
2013-04-21Move stats portion of developer dashboard to separate viewDan McGee4-128/+142
2013-04-21Fix sorting of file size values in jQuery tablesorterDan McGee2-1/+17
2013-04-20Fix parsing issues when query string keys contain unicodeDan McGee1-0/+6
2013-04-20Unbreak the package differences pageDan McGee1-2/+0
2013-04-20Minor CSS cleanups/tweaksDan McGee1-5/+5
2013-04-20Move all script blocks into {% script_block %} sectionrelease_2013-04-20Dan McGee20-0/+52
2013-04-20Fix some None issues with sqlite3 and mirror statusDan McGee1-2/+4
2013-04-20Remove {% spaceless %} tag from a few more placesDan McGee4-18/+8
2013-04-20Remove spaceless from depends and required by template fragmentsDan McGee2-5/+4
2013-04-16Sort required by entries by dependency typeDan McGee1-2/+10
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee25-44/+23
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