summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Expand)Author
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee
2012-10-12reporead: don't print full backtrace if unnecessaryrelease_2012-10-12Dan McGee
2012-09-30Begin importing staging reposrelease_2012-09-30Dan McGee
2012-09-25Only watch non-staging repos in inotify reporeadDan McGee
2012-09-24Exclude inactive developers in maintainer countrelease_2012-09-24Dan McGee
2012-09-24Add a new column to developer repo statsDan McGee
2012-09-20chmod -x reporead_inotify.pyDan McGee
2012-09-20Explicitly close the database connection in reporeadDan McGee
2012-09-17Sort package list before inserting it into the databaserelease_2012-09-18Dan McGee
2012-09-15Add JS-based filtering to the developer reportsDan McGee
2012-09-05Split devel forms out of devel/views.pyDan McGee
2012-08-15Add ability to rematch developers on <username>@archlinux.org addressesDan McGee
2012-08-08Extract parse_version function from reporead logicDan McGee
2012-08-08Add flag requests to developer last action calculationDan McGee
2012-08-04reporead: import make and check dependsDan McGee
2012-08-04Make adjustments for optional -> deptype conversionDan McGee
2012-07-31PGP key handling updatesDan McGee
2012-07-28reporead: don't use iexact lookup on arch nameDan McGee
2012-07-24Replace deprecated direct_to_template() with render() shortcutDan McGee
2012-07-24Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee
2012-07-08Work around bulk_create limitations in sqlite3 in reporeadDan McGee
2012-07-08reporead: disable FULL synchronous writes for sqlite3Dan McGee
2012-07-05reporead: don't append slash to empty (root) directoryDan McGee
2012-07-05reporead: handle files in root directory properlyDan McGee
2012-07-05reporead: properly handle cases where last_update == files_last_updateDan McGee
2012-07-01Log package updates during reporead invocationDan McGee
2012-06-20Add a last_modified field to user profilesDan McGee
2012-06-07Use 3 decimal places for showing compression ratioDan McGee
2012-05-19reporead: fix copy/paste issueDan McGee
2012-05-18Switch to usage of new Depend objectDan McGee
2012-05-12Change to new time access methods in pgpdump codeDan McGee
2012-05-02rematch_developers: do mass updates instead of single savesDan McGee
2012-05-02Ensure order_by default value is cleared when using distinct()Dan McGee
2012-04-29Add a "last action" column to developer clocks pageDan McGee
2012-04-27Dev dashboard performance improvementDan McGee
2012-04-27Incomplete-only todolists optimizationDan McGee
2012-04-26Add migration to auto-populate developer countries, display flagsDan McGee
2012-04-26Add country attribute to developer profileDan McGee
2012-04-20UserProfile model and fields shuffleDan McGee
2012-04-08Change old packages report from two years to one yearDan McGee
2012-04-07Add a mismatched signatures developer reportDan McGee
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee
2012-03-23reporead: use bulk_create() for more propertiesDan McGee
2012-03-23Merge branch 'django14'Dan McGee
2012-03-23Make all datetime objects fully timezone awareDan McGee
2012-03-23Change Django urls.py importDan McGee
2012-03-23reporead: use Django 1.4 bulk_create() for package filesDan McGee
2012-03-23reporead: use Django 1.4 select_for_update()Dan McGee
2012-03-23reporead: blow up when package found with wrong architectureDan McGee