summaryrefslogtreecommitdiffstats
path: root/devel
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-09Add flag requests to developer last action calculationDan McGee1-1/+7
2012-08-04reporead: import make and check dependsDan McGee1-2/+5
2012-08-04Make adjustments for optional -> deptype conversionDan McGee1-3/+3
2012-08-01PGP key handling updatesDan McGee1-1/+1
2012-07-28reporead: don't use iexact lookup on arch nameDan McGee1-3/+3
2012-07-25Replace deprecated direct_to_template() with render() shortcutDan McGee1-8/+7
2012-07-25Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee3-12/+14
2012-07-09Work around bulk_create limitations in sqlite3 in reporeadDan McGee1-6/+28
2012-07-09reporead: disable FULL synchronous writes for sqlite3Dan McGee1-0/+6
2012-07-06reporead: don't append slash to empty (root) directoryDan McGee1-1/+2
2012-07-05reporead: handle files in root directory properlyDan McGee1-1/+4
2012-07-05reporead: properly handle cases where last_update == files_last_updateDan McGee1-2/+2
2012-07-02Log package updates during reporead invocationDan McGee1-1/+6
2012-06-21Add a last_modified field to user profilesDan McGee2-1/+125
2012-06-08Use 3 decimal places for showing compression ratioDan McGee1-1/+1
2012-05-19reporead: fix copy/paste issueDan McGee1-1/+1
2012-05-19Switch to usage of new Depend objectDan McGee2-11/+13
2012-05-12Change to new time access methods in pgpdump codeDan McGee1-1/+1
2012-05-02rematch_developers: do mass updates instead of single savesDan McGee1-31/+30
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee1-2/+4
2012-04-30Add a "last action" column to developer clocks pageDan McGee1-7/+36
2012-04-27Dev dashboard performance improvementDan McGee1-5/+10
2012-04-27Incomplete-only todolists optimizationDan McGee1-2/+1
2012-04-26Add migration to auto-populate developer countries, display flagsDan McGee1-0/+157
2012-04-26Add country attribute to developer profileDan McGee2-0/+109
2012-04-20UserProfile model and fields shuffleDan McGee10-18/+235
2012-04-09Change old packages report from two years to one yearDan McGee1-2/+2
2012-04-07Add a mismatched signatures developer reportDan McGee2-2/+38