~andrey-fedoseev/launchpad:more-vulnerability-dates-new

Last commit made on 2022-08-29
Get this branch:
git clone -b more-vulnerability-dates-new 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:
more-vulnerability-dates-new
Repository:
lp:~andrey-fedoseev/launchpad

Recent commits

4c357c5... by Andrey Fedoseev

`cve_lib`: do not override date fields

`cve_lib` overrides PublicDate with PublicDateAtUSN or CRD

We need to disable this behaviour to preserve all original date values when performing UCT import

148674d... by Andrey Fedoseev

Add `Vulnerability.date_notice_issued` and `date_coordinated_release` fields

Update the UCT import/export scripts accordingly

e868dca... by Colin Watson

Fix test failure due to adding DistributionSourcePackage.__repr__

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

7938c07... by Colin Watson

Fix test failure due to adding DistributionSourcePackage.__repr__

d573670... by Andrey Fedoseev

UCT import/export: handle upstream package status and ESM packages

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

852d070... by Colin Watson

Restore support for upgrade.py outside VCS branch

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

275c3fa... by Colin Watson

Restore support for upgrade.py outside VCS branch

`database/schema/upgrade.py` used to support running outside a VCS
branch, in which case it would record the `branch_nick` and `revid`
columns of new `LaunchpadDatabaseRevision` columns as NULL. I
accidentally dropped this support when removing bzr support from this
script in commit 8651d7420e9254733234e84e84933c806521a4fc, but it's
still useful to have: in particular, Launchpad trees deployed via charms
don't currently have a `.git` directory, but it's handy to be able to
run `upgrade.py` from them anyway.

81a7ea7... by Guruprasad

Allow running launchpad-database-setup on Postgres 12

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

70f6ed2... by Guruprasad

Allow running launchpad-database-setup on Postgres 12

921118f... by Colin Watson

Split some charm code into a layer

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