~clinton-fung/launchpad:account-deletion-codereviewvote-registrant-skip

Last commit made on 2023-02-10
Get this branch:
git clone -b account-deletion-codereviewvote-registrant-skip https://git.launchpad.net/~clinton-fung/launchpad
Only Clinton Fung can upload to this branch. If you are Clinton Fung please log in for upload directions.

Branch merges

Branch information

Name:
account-deletion-codereviewvote-registrant-skip
Repository:
lp:~clinton-fung/launchpad

Recent commits

279feb0... by Clinton Fung

Add a skip for codereviewvote.registrant to allow account closure to proceed

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
76fbbe3... by Colin Watson

Fix ArchiveAPI tests to not create bad ArchiveFile combinations

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/437053

e63bfb3... by Colin Watson

Fix ArchiveAPI tests to not create bad ArchiveFile combinations

DB patch 2211-15-0 introduces a unique index to ensure that there may be
only one non-superseded `ArchiveFile` row for a given path in a given
archive at any one time. The `ArchiveAPI` tests unintentionally
violated this.

This situation shouldn't happen on production, and I've checked that
there are no violations in the most recent production dump that was
loaded into staging.

7d94032... by Colin Watson

Remove oci.recipe.webhooks.enabled feature rule

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/437043

42bfead... by Colin Watson

Move ZCML menus directive to lp namespace

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/437017

ee95ea5... by Colin Watson

Remove oci.recipe.webhooks.enabled feature rule

It's been enabled everywhere for some time.

7c373af... by Colin Watson

Add ArchiveFile.{date_created,date_superseded} indexes

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/436681

b59c0e8... by Colin Watson

Merge db-stable 26fc54299a (Add ArchiveFile.date_removed column)

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/437034

77239e4... by Colin Watson

Merge db-stable 412010a067 (Add relative_build_score to CharmRecipe/GitRepository/Snap)

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/437029

d0ebb7c... by Colin Watson

Move ZCML menus directive to lp namespace

As with commit 57196c1d6a220f00039e027768cc05368135f556, it makes sense
to move our local `menus` directive to our own namespace rather than
poking it into the Zope browser namespace.