~andrey-fedoseev/launchpad:db-cve-discovered-by

Last commit made on 2022-09-15
Get this branch:
git clone -b db-cve-discovered-by 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:
db-cve-discovered-by
Repository:
lp:~andrey-fedoseev/launchpad

Recent commits

3835505... by Andrey Fedoseev

Add `Cve.discovered_by` column

It contains the name of person(s) or organization that discovered the CVE

This supersedes the existing `discoverer` column which is a reference to a `Person`

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

Automatic merge from stable up to be00c51a786e

be00c51... by Colin Watson

Canonicalize Python package names for publishing

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

d77cc67... by Colin Watson

Add BinaryPackagePublishingHistory.sourcepackagename

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

633bced... by Colin Watson

Tell mypy to ignore missing imports from packaging

19bcf42... by Colin Watson

Explicitly depend on packaging

... since we're now using it directly.

0e0ef70... by Colin Watson

Canonicalize Python package names for publishing

LP: #1989510

4a9ed77... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to ed176e819078

ed176e8... by Ioana Lasc

Separate Bug.newMessage into internal and API methods

Merged from https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/429828

71b6233... by Ioana Lasc

Address code review comments