summaryrefslogtreecommitdiffstats
path: root/devel
AgeCommit message (Expand)AuthorFilesLines
2014-03-09Use localStorage to save/restore developer report filtersDan McGee1-0/+1
2014-02-22Split signature report into two reportsDan McGee1-11/+28
2014-02-22Generate list of reports dynamicallyDan McGee2-6/+12
2014-02-22Break out developer reports into a separate moduleDan McGee2-122/+191
2014-02-22Change long out-of-date report to 30 daysDan McGee1-2/+2
2014-01-26Revert "Change old packages report from two years to one year"Dan McGee1-2/+2
2013-12-23Change import location of django_countries fieldsDan McGee1-1/+1
2013-12-18reporead: implement delayed parsing of files dataDan McGee1-23/+35
2013-12-18reporead: bring back batched_bulk_create()Dan McGee1-1/+19
2013-11-26Merge branch 'django-1.6'Dan McGee5-14/+15
2013-11-26Merge branch 'retro'Dan McGee1-3/+4
2013-11-08Ensure user has a profile created when they go to edit itDan McGee1-3/+4
2013-11-07Drop old base64-ed PGP signature columnDan McGee1-1/+1
2013-11-07Move signature data from base64 string to bytes typeDan McGee1-1/+2
2013-11-07Django 1.6 upgrade, deprecation cleanupDan McGee5-12/+12
2013-11-07Fix parsing of depends with both epoch and descriptionDan McGee1-2/+2
2013-10-01Proper support for revoked signaturesDan McGee4-17/+151
2013-06-14Add PGP signature signer and signee indexesDan McGee2-4/+125
2013-05-12Fix reporead issue with temporary database filesDan McGee1-3/+4
2013-04-22Move stats portion of developer dashboard to separate viewDan McGee2-6/+16
2013-04-17Various minor code cleanups and fixesDan McGee4-3/+3
2013-03-29Remove old-style build date parsingDan McGee1-7/+3
2013-02-27Use user.userprofile rather than user.get_profile()Dan McGee1-2/+2
2013-02-09reporead: remove batched_bulk_createDan McGee1-27/+5
2013-02-05Add './' hack to generate_keyring as wellDan McGee1-0/+4
2013-02-03Use DeveloperKey model on package page and reportsDan McGee1-10/+23
2013-02-03Add new pgp_import command; replaces import_signaturesDan McGee2-123/+241
2013-02-03Add DeveloperKey modelDan McGee3-3/+150
2013-01-16Handle connection and transaction more properly in reporeadDan McGee2-6/+10
2012-12-31Fix case of devel user profile verbose nameDan McGee1-2/+2
2012-12-31Mark todolist packages as removed rather than deleting themDan McGee1-1/+1
2012-12-31Add 'created' field to packages modelDan McGee1-2/+4
2012-12-28Convert to using new todolist models everywhereDan McGee1-5/+7
2012-12-28Move the body of set_last_modified to main/utilsDan McGee1-12/+2
2012-12-28Fix "RuntimeWarning: DateTimeField received a naive datetime" warningsDan McGee1-1/+3
2012-12-05get_latest_by cleanupsDan McGee1-0/+4
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee4-6/+6
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee2-3/+3
2012-10-12reporead: don't print full backtrace if unnecessaryDan McGee1-3/+6
2012-09-30Begin importing staging reposDan McGee1-1/+1
2012-09-26Only watch non-staging repos in inotify reporeadDan McGee1-1/+1
2012-09-25Exclude inactive developers in maintainer countDan McGee1-1/+2
2012-09-25Add a new column to developer repo statsDan McGee1-0/+5
2012-09-20chmod -x reporead_inotify.pyDan McGee1-0/+0
2012-09-20Explicitly close the database connection in reporeadDan McGee1-0/+1
2012-09-18Sort package list before inserting it into the databaseDan McGee1-1/+4
2012-09-15Add JS-based filtering to the developer reportsDan McGee1-0/+4
2012-09-05Split devel forms out of devel/views.pyDan McGee2-96/+109
2012-08-15Add ability to rematch developers on <username>@archlinux.org addressesDan McGee2-16/+38
2012-08-09Extract parse_version function from reporead logicDan McGee1-7/+2