~canonical-launchpad-branches/launchpad/+git/bzr-personal:adeuring/bug387188-prod-devel

Last commit made on 2009-11-30
Get this branch:
git clone -b adeuring/bug387188-prod-devel https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
adeuring/bug387188-prod-devel
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

a6ce38d... by Abel Deuring

trivial fixes of test failures

d1a143f... by Abel Deuring

implemented reviewer's comments

588e787... by Abel Deuring

When a bug attachment is deleted, mark the related LibraryFileAlias record as deleted

81b3989... by Abel Deuring

implemented reviewer's comments

bf34afa... by Abel Deuring

update the librarian GC for the schema change. LibraryFileAlias records are now deleted, if they are not referenced by any other table and if they are sufficiently old, or if LFA.content is null.

b442875... by Abel Deuring

implemented reviewer's comments

19698d3... by Abel Deuring

adjust storm classes to no longer define and use the dropped columns LibraryFileContent.deleted, LibraryFileContent.datemirrored (exception: librarian_gc.py is not yet fixed); add a property 'deleted' to LibraryFileAlias; replace usage of LibraryFileAlias.content.deleted by LibraryFileAlias.deleted; fix failing tests, except test_gc.py

11a89ce... by Abel Deuring

rename the DB patch file; add a missing UPDATE statment that maps the old status LibraryFileContent.deleted=true to the new deleted status: LibraryFileAlis.content=null

77c58c5... by Abel Deuring

Removed the column LibraryFileAlias.deleted again; having LibraryFileAlias.content nullable has the same meaning

cb6529b... by Abel Deuring

Add a column 'deleted' to LibraryFileAlias; drop the columns 'deleted', 'datemirrored' from LibraryFileContent