~niphon/launchpad:db-stable

Last commit made on 2023-08-08
Get this branch:
git clone -b db-stable https://git.launchpad.net/~niphon/launchpad
Only niphon.npy can upload to this branch. If you are niphon.npy please log in for upload directions.

Branch merges

Branch information

Name:
db-stable
Repository:
lp:~niphon/launchpad

Recent commits

64d5592... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to f964eade3d04

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

Add adapters from various targets to IGitRepository

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

37e1704... by Simone Pelosi

Added a status check if src_tab=="teammembership"

teammembership should be considered only if has a status different from DEACTIVATED and EXPIRED.

LP: #2029487

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/448383

41f35f4... by Simone Pelosi

mp.address replaced with canonical_url(mp, rootsite="code")

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/448614

3a9384c... by Simone Pelosi

Added a status check if src_tab=="teammembership"

teammembership should be considered only if has a status different from DEACTIVATED and EXPIRED.

LP: #2029487

b3d46bb... by Simone Pelosi

mp.address replaced with canonical_url(mp, rootsite="code")

2861ab7... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 6a6daa266477

6a6daa2... by Simone Pelosi

Differentiate git push message if the MP exists

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/448597

b26f294... by Simone Pelosi

Differentiate git push message if MP exists

LP: #1910680

c9074e2... by Colin Watson

Add adapters from various targets to IGitRepository

Since `GitRefVocabulary` attempts to adapt the vocabulary context to
`IGitRepository`, this fixes the problem where the git branch picker in
the web UI only worked if the repository was given as the full unique
name for a repository (e.g. `~cjwatson/launchpad/+git/launchpad`) rather
than one of its shortened forms (e.g. `~cjwatson/launchpad`).