~andrey-fedoseev/launchpad:master

Last commit made on 2022-05-19
Get this branch:
git clone -b master https://git.launchpad.net/~andrey-fedoseev/launchpad
Only Andrey Fedoseev can upload to this branch. If you are Andrey Fedoseev please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~andrey-fedoseev/launchpad

Recent commits

7961684... by Colin Watson

Support dominating publications by channel

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

038e321... by Colin Watson

Require channel publications to be in the RELEASE pocket

5b43d98... by Guruprasad

Fix the vulnerability attributes editing in the web service

Also add the missing `privacy` attribute in the `Vulnerability` model.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/422726

17bb3a7... by Guruprasad

Fix the vulnerability attributes editing in the web service

Users with the 'launchpad.Edit' permission on a distribution should be
able to edit the vulnerability attributes using the web service API.

7590f5c... by Guruprasad

Add a higher resolution image for og:image

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/422976

4d4bcd2... by Colin Watson

Add some XXX comments about suite partitioning

c13da34... by Colin Watson

Use PackageLocation

It overlapped confusingly with `PublicationLocation`. We have to go
back to using a (name, location) tuple, but this is likely to be more
future-proof once we abolish the outer loop over series/pockets so seems
worthwhile anyway.

c0e455a... by Guruprasad

Add a higher resolution image for og:image

b94d9e1... by Colin Watson

Handle GitLab URLs ending in "/-/issues"

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

06d3a5f... by Colin Watson

Handle GitLab URLs ending in "/-/issues"

`<repository>/issues` redirects to `<repository>/-/issues`, so people
can and do use either form in bug watches.

LP: #1974129