summaryrefslogtreecommitdiffstats
path: root/devel/management
AgeCommit message (Expand)AuthorFilesLines
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-07Move signature data from base64 string to bytes typeDan McGee1-1/+2
2013-11-07Django 1.6 upgrade, deprecation cleanupDan McGee4-10/+10
2013-11-07Fix parsing of depends with both epoch and descriptionDan McGee1-2/+2
2013-10-01Proper support for revoked signaturesDan McGee1-14/+24
2013-05-12Fix reporead issue with temporary database filesDan McGee1-3/+4
2013-04-17Various minor code cleanups and fixesDan McGee1-0/+1
2013-03-29Remove old-style build date parsingDan McGee1-7/+3
2013-02-09reporead: remove batched_bulk_createDan McGee1-27/+5
2013-02-05Add './' hack to generate_keyring as wellDan McGee1-0/+4
2013-02-03Add new pgp_import command; replaces import_signaturesDan McGee2-123/+241
2013-01-16Handle connection and transaction more properly in reporeadDan McGee2-6/+10
2012-12-31Add 'created' field to packages modelDan McGee1-2/+4
2012-11-16Use python set comprehension syntax supported in 2.7Dan McGee3-4/+4
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-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-08-15Add ability to rematch developers on <username>@archlinux.org addressesDan McGee1-1/+3
2012-08-09Extract parse_version function from reporead logicDan McGee1-7/+2
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-25Remove custom utc_now() function, use django.utils.timezone.now()Dan McGee1-4/+5
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-05-19reporead: fix copy/paste issueDan McGee1-1/+1
2012-05-19Switch to usage of new Depend objectDan McGee1-8/+10
2012-05-02rematch_developers: do mass updates instead of single savesDan McGee1-31/+30
2012-04-20UserProfile model and fields shuffleDan McGee1-2/+1
2012-03-26Rename 'packagedepend_set' attribute to 'depends'Dan McGee1-1/+1
2012-03-24reporead: use bulk_create() for more propertiesDan McGee1-13/+17
2012-03-24Merge branch 'django14'Dan McGee1-23/+13
2012-03-24Make all datetime objects fully timezone awareDan McGee1-4/+8
2012-03-24reporead: use Django 1.4 bulk_create() for package filesDan McGee1-4/+3
2012-03-24reporead: use Django 1.4 select_for_update()Dan McGee1-15/+2
2012-03-24reporead: blow up when package found with wrong architectureDan McGee1-2/+3
2012-03-16reporead: rename Pkg to RepoPackageDan McGee1-3/+4
2012-02-22import_signatures: code cleanup and ensure we update validity statusDan McGee1-10/+29
2012-02-12reporead: only reset flag date if upstream version changesDan McGee1-1/+7
2012-02-07Make rematch command do a bit moreDan McGee1-7/+40