summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Better support for non-latin full namesrelease_2011-11-21Dan McGee7-6/+164
2011-11-17reporead: don't trim pkgdesc lengthDan McGee1-3/+3
2011-11-17Display package URLs unquoted if possibleDan McGee2-2/+13
2011-11-17Change package description to a text fieldrelease_2011-11-17Dan McGee2-1/+154
2011-11-17Ensure reporead is protected against simultaneous runsDan McGee3-101/+263
2011-11-17reporead_inotify: nice the spawned subprocessesDan McGee1-4/+9
2011-11-16reporead_inotify: close connection once we are done with itDan McGee1-0/+6
2011-11-16reporead_inotify: spin up read_repo() in separate threadDan McGee1-2/+9
2011-11-16reporead: a few small tweaksDan McGee1-3/+4
2011-11-15reporead: clean up some debug loggingDan McGee1-3/+5
2011-11-15Update requirements.txtDan McGee2-2/+3
2011-11-15reporead_inotify: cancel threads that haven't started yet on shutdownDan McGee1-0/+5
2011-11-15Add new reporead_inotify management commandDan McGee1-0/+188
2011-11-15Improve primary arch validationDan McGee1-7/+14
2011-11-15Fix up empty table display on dev dashboardDan McGee1-2/+4
2011-11-15Add ability to cache users by username on the UserFinderDan McGee2-7/+22
2011-11-15Move certain settings above local settings importrelease_2011-11-15Dan McGee1-7/+8
2011-11-15Show full names on developer user list pagesDan McGee4-4/+6
2011-11-14Allow population of signoff specs with SVN commit messagesDan McGee7-3/+266
2011-11-13Fix styling on new signoff list JS creationDan McGee1-2/+2
2011-11-11Add a split packages sitemaprelease_2011-11-11Dan McGee3-3/+33
2011-11-11Show relevant signoffs on dashboardDan McGee3-3/+59
2011-11-11Touch up signoff page stylesDan McGee2-6/+6
2011-11-11Add pkgnames array to JSON package signoffs viewDan McGee1-0/+1
2011-11-10packages/view/search: refactor out the form parsing codeDan McGee1-51/+57
2011-11-10packages/views: split out search viewDan McGee2-157/+164
2011-11-10packages/views: move signoff-related views into separate moduleDan McGee2-175/+191
2011-11-10packages/views: move flag-related views to own moduleDan McGee2-107/+124
2011-11-10Move package views into subdirectoryDan McGee1-2/+3
2011-11-10Add package signoffs JSON viewDan McGee3-2/+49
2011-11-08Always use same URL for both secure and non-secure CDN requestsDan McGee2-9/+3
2011-11-04Rewrite get_target_repo_map() using raw SQLDan McGee1-8/+20
2011-11-04Fix misnamed JS function callrelease_2011-11-04Dan McGee1-1/+1
2011-11-04Signoff email: prune empty contentDan McGee2-6/+11
2011-11-04Add filter by target repo on signoffs pageDan McGee3-4/+16
2011-11-04Fix signoff target repo mappingDan McGee1-0/+1
2011-11-04Find all potential package signoff specifications upfrontDan McGee1-15/+39
2011-11-03Make maintainer lookup on todo lists fastDan McGee3-5/+17
2011-11-03Add new attach_maintainers() utility methodDan McGee2-6/+42
2011-11-03Minor signoff query tweaks/optimizationsDan McGee1-4/+4
2011-11-03Allow signoff manipulation if you are a maintainerDan McGee3-2/+6
2011-11-03Allow signoff options to apply to all packages across architecturesDan McGee2-2/+32
2011-11-03Ensure signoffs can only be created if allowedDan McGee1-2/+5
2011-11-03Signoffs changes and improvementsDan McGee9-35/+109
2011-11-03Add signoff options form and data entry pageDan McGee6-16/+113
2011-11-03Add URL to todolist emailDan McGee2-4/+10
2011-11-03Make signoff_report command send emailDan McGee1-2/+2
2011-11-03Minor tweaks to style and sorting of signoffsDan McGee2-1/+5
2011-11-03Package signoff email report, initial revisionDan McGee4-0/+137
2011-11-03Refactor more package signoff stuffDan McGee5-113/+144