index
:
archweb
master
working
Main repo is at https://projects.archlinux.org/archweb.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
devel
/
management
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-18
reporead: implement delayed parsing of files data
Dan McGee
1
-23
/
+35
2013-12-18
reporead: bring back batched_bulk_create()
Dan McGee
1
-1
/
+19
2013-11-07
Move signature data from base64 string to bytes type
Dan McGee
1
-1
/
+2
2013-11-07
Django 1.6 upgrade, deprecation cleanup
Dan McGee
4
-10
/
+10
2013-11-07
Fix parsing of depends with both epoch and description
Dan McGee
1
-2
/
+2
2013-10-01
Proper support for revoked signatures
Dan McGee
1
-14
/
+24
2013-05-12
Fix reporead issue with temporary database files
Dan McGee
1
-3
/
+4
2013-04-17
Various minor code cleanups and fixes
Dan McGee
1
-0
/
+1
2013-03-29
Remove old-style build date parsing
Dan McGee
1
-7
/
+3
2013-02-09
reporead: remove batched_bulk_create
Dan McGee
1
-27
/
+5
2013-02-05
Add './' hack to generate_keyring as well
Dan McGee
1
-0
/
+4
2013-02-03
Add new pgp_import command; replaces import_signatures
Dan McGee
2
-123
/
+241
2013-01-16
Handle connection and transaction more properly in reporead
Dan McGee
2
-6
/
+10
2012-12-31
Add 'created' field to packages model
Dan McGee
1
-2
/
+4
2012-11-16
Use python set comprehension syntax supported in 2.7
Dan McGee
3
-4
/
+4
2012-11-16
Use Python 2.7 dictionary comprehension syntax
Dan McGee
2
-3
/
+3
2012-10-12
reporead: don't print full backtrace if unnecessary
Dan McGee
1
-3
/
+6
2012-09-30
Begin importing staging repos
Dan McGee
1
-1
/
+1
2012-09-26
Only watch non-staging repos in inotify reporead
Dan McGee
1
-1
/
+1
2012-09-20
chmod -x reporead_inotify.py
Dan McGee
1
-0
/
+0
2012-09-20
Explicitly close the database connection in reporead
Dan McGee
1
-0
/
+1
2012-09-18
Sort package list before inserting it into the database
Dan McGee
1
-1
/
+4
2012-08-15
Add ability to rematch developers on <username>@archlinux.org addresses
Dan McGee
1
-1
/
+3
2012-08-09
Extract parse_version function from reporead logic
Dan McGee
1
-7
/
+2
2012-08-04
reporead: import make and check depends
Dan McGee
1
-2
/
+5
2012-08-04
Make adjustments for optional -> deptype conversion
Dan McGee
1
-3
/
+3
2012-08-01
PGP key handling updates
Dan McGee
1
-1
/
+1
2012-07-28
reporead: don't use iexact lookup on arch name
Dan McGee
1
-3
/
+3
2012-07-25
Remove custom utc_now() function, use django.utils.timezone.now()
Dan McGee
1
-4
/
+5
2012-07-09
Work around bulk_create limitations in sqlite3 in reporead
Dan McGee
1
-6
/
+28
2012-07-09
reporead: disable FULL synchronous writes for sqlite3
Dan McGee
1
-0
/
+6
2012-07-06
reporead: don't append slash to empty (root) directory
Dan McGee
1
-1
/
+2
2012-07-05
reporead: handle files in root directory properly
Dan McGee
1
-1
/
+4
2012-07-05
reporead: properly handle cases where last_update == files_last_update
Dan McGee
1
-2
/
+2
2012-07-02
Log package updates during reporead invocation
Dan McGee
1
-1
/
+6
2012-05-19
reporead: fix copy/paste issue
Dan McGee
1
-1
/
+1
2012-05-19
Switch to usage of new Depend object
Dan McGee
1
-8
/
+10
2012-05-02
rematch_developers: do mass updates instead of single saves
Dan McGee
1
-31
/
+30
2012-04-20
UserProfile model and fields shuffle
Dan McGee
1
-2
/
+1
2012-03-26
Rename 'packagedepend_set' attribute to 'depends'
Dan McGee
1
-1
/
+1
2012-03-24
reporead: use bulk_create() for more properties
Dan McGee
1
-13
/
+17
2012-03-24
Merge branch 'django14'
Dan McGee
1
-23
/
+13
2012-03-24
Make all datetime objects fully timezone aware
Dan McGee
1
-4
/
+8
2012-03-24
reporead: use Django 1.4 bulk_create() for package files
Dan McGee
1
-4
/
+3
2012-03-24
reporead: use Django 1.4 select_for_update()
Dan McGee
1
-15
/
+2
2012-03-24
reporead: blow up when package found with wrong architecture
Dan McGee
1
-2
/
+3
2012-03-16
reporead: rename Pkg to RepoPackage
Dan McGee
1
-3
/
+4
2012-02-22
import_signatures: code cleanup and ensure we update validity status
Dan McGee
1
-10
/
+29
2012-02-12
reporead: only reset flag date if upstream version changes
Dan McGee
1
-1
/
+7
2012-02-07
Make rematch command do a bit more
Dan McGee
1
-7
/
+40
[next]