~jvanhouden/launchpad:db-devel

Last commit made on 2022-12-15
Get this branch:
git clone -b db-devel https://git.launchpad.net/~jvanhouden/launchpad
Only John Van Houden can upload to this branch. If you are John Van Houden please log in for upload directions.

Branch merges

Branch information

Name:
db-devel
Repository:
lp:~jvanhouden/launchpad

Recent commits

92f2590... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 5920fe3c53dd

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
9fd7e43... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to d4c45bd37356

5920fe3... by Colin Watson

Refactor _updateByHash to clarify logic

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

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

Fix copy-and-paste error in docstring

d4c45bd... by Colin Watson

Return proxied objects from makeDistroArchSeriesFilter

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

31c7876... by Colin Watson

Fix BranchDeletionView's checks on deletion requirements

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

66c755b... by Colin Watson

Fix BranchDeletionView's checks on deletion requirements

The recent work to allow registry experts to delete branches involved
changing the permission for deleting branches from `launchpad.Edit` to
`launchpad.Moderate`. That work also changed
`BranchDeletionView.display_deletion_requirements` to check for the
`launchpad.Moderate` permission on deletion requirements (other objects
that may need to be altered or deleted in order for the branch deletion
to proceed). However, those other objects are always of other types
(e.g. merge proposals or recipes), and so that part of the change was
incorrect: we should still check `launchpad.Edit` here.

Fixes a test failure in
`lib/lp/code/stories/branches/xx-branch-deletion.rst`.

9b9987d... by Colin Watson

Add generic.name, generic.version, and soss.type Artifactory properties

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

01a8cbb... by Colin Watson

Add some more commentary on additional properties

9b7925e... by Andrey Fedoseev

Registry experts can delete bzr branch

Merged from https://code.launchpad.net/~andrey-fedoseev/launchpad/+git/launchpad/+merge/434537