summaryrefslogtreecommitdiffstats
path: root/packages/utils.py
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Add 'Latest Update' column to stale package relationsDan McGee1-1/+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 McGee1-2/+2
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-1/+1
2013-03-11Remove function caching in packages/utilsDan McGee1-3/+1
2013-02-10Fix split packages sitemaprelease_2013-02-16Dan McGee1-1/+1
2013-01-22Use a subquery rather than two queries in attach_maintainersDan McGee1-2/+6
2013-01-18Use a set instead of list when gathering package differencesDan McGee1-10/+15
2012-12-28Make attach_maintainers null-safeDan McGee1-1/+3
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee1-5/+5
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee1-3/+2
2012-10-14Refactor signoff-grabbing queriesDan McGee1-22/+18
2012-10-12Make wrong permissions query more efficientDan McGee1-5/+6
2012-08-15Fix signoffs SQL queryDan McGee1-1/+2
2012-08-08PEP8 cleanups in package utilsDan McGee1-6/+11
2012-08-08Extract parse_version function from reporead logicDan McGee1-0/+18
2012-07-08Get multilib package differences query working on sqlite3Dan McGee1-9/+22
2012-07-08Use a set instead of list when gathering package IDs to fetchDan McGee1-1/+1
2012-05-18Switch to usage of new Depend objectDan McGee1-3/+3
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee1-1/+2
2012-04-07Move PackageJSONEncoder into package.utils moduleDan McGee1-1/+36
2012-01-05Adjust page and content caching lengths and decoratorsDan McGee1-2/+2
2011-12-11PyLint suggested cleanupsDan McGee1-1/+1
2011-12-08Multilib differences reportDan McGee1-0/+43
2011-11-11Add a split packages sitemaprelease_2011-11-11Dan McGee1-2/+16
2011-11-11Show relevant signoffs on dashboardDan McGee1-1/+6
2011-11-04Rewrite get_target_repo_map() using raw SQLDan McGee1-8/+20
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 McGee1-0/+1
2011-11-03Add new attach_maintainers() utility methodDan McGee1-3/+31
2011-11-03Minor signoff query tweaks/optimizationsDan McGee1-4/+4
2011-11-03Allow signoff manipulation if you are a maintainerDan McGee1-0/+4
2011-11-03Signoffs changes and improvementsDan McGee1-7/+9
2011-11-03Refactor more package signoff stuffDan McGee1-9/+125
2011-07-06Add get_current_signoffs utility methodDan McGee1-3/+28
2011-07-05Simplify package differences codeDan McGee1-10/+5
2011-06-15Refactor common select_related into manager methodDan McGee1-1/+1
2011-03-13Add package epoch supportDan McGee1-0/+2
2011-02-23Add stale package relations status screenDan McGee1-1/+23
2011-01-18Add arch-specific group overview pagesDan McGee1-4/+6
2010-10-04Add some select_related() magicDan McGee1-1/+1
2010-09-08Implement package difference filteringDan McGee1-3/+29
2010-08-28Move package utility functionsDan McGee1-0/+103