Age | Commit message (Expand) | Author |
2014-03-09 | Use localStorage to save/restore developer report filters | Dan McGee |
2014-02-22 | Split signature report into two reportsrelease_2014-02-22 | Dan McGee |
2014-02-22 | Generate list of reports dynamically | Dan McGee |
2014-02-22 | Break out developer reports into a separate module | Dan McGee |
2014-02-22 | Change long out-of-date report to 30 days | Dan McGee |
2014-01-26 | Revert "Change old packages report from two years to one year" | Dan McGee |
2013-12-23 | Change import location of django_countries fields | Dan McGee |
2013-12-18 | reporead: implement delayed parsing of files data | Dan McGee |
2013-12-18 | reporead: bring back batched_bulk_create() | Dan McGee |
2013-11-25 | Merge branch 'django-1.6' | Dan McGee |
2013-11-25 | Merge branch 'retro' | Dan McGee |
2013-11-08 | Ensure user has a profile created when they go to edit it | Dan McGee |
2013-11-06 | Drop old base64-ed PGP signature column | Dan McGee |
2013-11-06 | Move signature data from base64 string to bytes type | Dan McGee |
2013-11-06 | Django 1.6 upgrade, deprecation cleanup | Dan McGee |
2013-11-06 | Fix parsing of depends with both epoch and description | Dan McGee |
2013-09-30 | Proper support for revoked signatures | Dan McGee |
2013-06-14 | Add PGP signature signer and signee indexes | Dan McGee |
2013-05-12 | Fix reporead issue with temporary database filesrelease_2013-05-12 | Dan McGee |
2013-04-21 | Move stats portion of developer dashboard to separate view | Dan McGee |
2013-04-16 | Various minor code cleanups and fixesrelease_2013-04-16 | Dan McGee |
2013-03-29 | Remove old-style build date parsing | Dan McGee |
2013-02-26 | Use user.userprofile rather than user.get_profile() | Dan McGee |
2013-02-09 | reporead: remove batched_bulk_create | Dan McGee |
2013-02-04 | Add './' hack to generate_keyring as wellrelease_2013-02-04 | Dan McGee |
2013-02-03 | Use DeveloperKey model on package page and reports | Dan McGee |
2013-02-03 | Add new pgp_import command; replaces import_signatures | Dan McGee |
2013-02-03 | Add DeveloperKey model | Dan McGee |
2013-01-15 | Handle connection and transaction more properly in reporead | Dan McGee |
2012-12-31 | Fix case of devel user profile verbose namerelease_2012-12-31 | Dan McGee |
2012-12-31 | Mark todolist packages as removed rather than deleting them | Dan McGee |
2012-12-31 | Add 'created' field to packages model | Dan McGee |
2012-12-28 | Convert to using new todolist models everywhere | Dan McGee |
2012-12-28 | Move the body of set_last_modified to main/utils | Dan McGee |
2012-12-27 | Fix "RuntimeWarning: DateTimeField received a naive datetime" warnings | Dan McGee |
2012-12-04 | get_latest_by cleanups | Dan McGee |
2012-11-16 | Use python set comprehension syntax supported in 2.7 | Dan McGee |
2012-11-16 | Use Python 2.7 dictionary comprehension syntax | Dan McGee |
2012-10-12 | reporead: don't print full backtrace if unnecessaryrelease_2012-10-12 | Dan McGee |
2012-09-30 | Begin importing staging reposrelease_2012-09-30 | Dan McGee |
2012-09-25 | Only watch non-staging repos in inotify reporead | Dan McGee |
2012-09-24 | Exclude inactive developers in maintainer countrelease_2012-09-24 | Dan McGee |
2012-09-24 | Add a new column to developer repo stats | Dan McGee |
2012-09-20 | chmod -x reporead_inotify.py | Dan McGee |
2012-09-20 | Explicitly close the database connection in reporead | Dan McGee |
2012-09-17 | Sort package list before inserting it into the databaserelease_2012-09-18 | Dan McGee |
2012-09-15 | Add JS-based filtering to the developer reports | Dan McGee |
2012-09-05 | Split devel forms out of devel/views.py | Dan McGee |
2012-08-15 | Add ability to rematch developers on <username>@archlinux.org addresses | Dan McGee |
2012-08-08 | Extract parse_version function from reporead logic | Dan McGee |