summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Expand)Author
2015-06-18Handle Django's level 3 verbosity properlyDan McGee
2015-01-03Add lower bounds for bad compression reportDan McGee
2014-12-08Fix issue with memcache being unable to pickle new QSrelease_2014-12-08Dan McGee
2014-12-02Filter maintainer list on developer dashboardDan McGee
2014-11-03Update fixtures for new staff groupsDan McGee
2014-11-02Add new StaffGroup objectrelease_2014-11-02Dan McGee
2014-10-19Use varied prime numbers for caching lengthsDan McGee
2014-10-18Only show arches/repos that are necessaryDan McGee
2014-09-22Update to OrderedDict usage for Django 1.7Dan McGee
2014-09-01Update for admin changes for Django 1.7Dan McGee
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee
2014-09-01Remove dependency on SouthDan McGee
2014-09-01Remove old south migrationsDan McGee
2014-03-09Use localStorage to save/restore developer report filtersDan McGee
2014-02-22Split signature report into two reportsrelease_2014-02-22Dan McGee
2014-02-22Generate list of reports dynamicallyDan McGee
2014-02-22Break out developer reports into a separate moduleDan McGee
2014-02-22Change long out-of-date report to 30 daysDan McGee
2014-01-26Revert "Change old packages report from two years to one year"Dan McGee
2013-12-23Change import location of django_countries fieldsDan McGee
2013-12-18reporead: implement delayed parsing of files dataDan McGee
2013-12-18reporead: bring back batched_bulk_create()Dan McGee
2013-11-25Merge branch 'django-1.6'Dan McGee
2013-11-25Merge branch 'retro'Dan McGee
2013-11-08Ensure user has a profile created when they go to edit itDan McGee
2013-11-06Drop old base64-ed PGP signature columnDan McGee
2013-11-06Move signature data from base64 string to bytes typeDan McGee
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-11-06Fix parsing of depends with both epoch and descriptionDan McGee
2013-09-30Proper support for revoked signaturesDan McGee
2013-06-14Add PGP signature signer and signee indexesDan McGee
2013-05-12Fix reporead issue with temporary database filesrelease_2013-05-12Dan McGee
2013-04-21Move stats portion of developer dashboard to separate viewDan McGee
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-03-29Remove old-style build date parsingDan McGee
2013-02-26Use user.userprofile rather than user.get_profile()Dan McGee
2013-02-09reporead: remove batched_bulk_createDan McGee
2013-02-04Add './' hack to generate_keyring as wellrelease_2013-02-04Dan McGee
2013-02-03Use DeveloperKey model on package page and reportsDan McGee
2013-02-03Add new pgp_import command; replaces import_signaturesDan McGee
2013-02-03Add DeveloperKey modelDan McGee
2013-01-15Handle connection and transaction more properly in reporeadDan McGee
2012-12-31Fix case of devel user profile verbose namerelease_2012-12-31Dan McGee
2012-12-31Mark todolist packages as removed rather than deleting themDan McGee
2012-12-31Add 'created' field to packages modelDan McGee
2012-12-28Convert to using new todolist models everywhereDan McGee
2012-12-28Move the body of set_last_modified to main/utilsDan McGee
2012-12-27Fix "RuntimeWarning: DateTimeField received a naive datetime" warningsDan McGee
2012-12-04get_latest_by cleanupsDan McGee
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee