~ilasc/launchpad:db-add-jsonb-to-revision-status-artifact

Last commit made on 2022-08-04
Get this branch:
git clone -b db-add-jsonb-to-revision-status-artifact https://git.launchpad.net/~ilasc/launchpad
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
db-add-jsonb-to-revision-status-artifact
Repository:
lp:~ilasc/launchpad

Recent commits

e8e391b... by Ioana Lasc

Move properties column to RevisionStatusReport

0db1496... by Ioana Lasc

Add jsonb column to RevisiontStatusArtifact

e979f17... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to b2834722f90b

b283472... by Colin Watson

Remove soyuz.ppa.separate_long_description feature rule

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

a1adf88... by Colin Watson

Remove webhooks.new.enabled feature rule

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

af143be... by Colin Watson

Simplify flake8 configuration

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

b4db43e... by Colin Watson

Remove six from email message payload handling

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

db4d5eb... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 23ea754a2b94

23ea754... by Andrey Fedoseev

Infer vulnerability status based on the parent folder of the CVE file.

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

6b256e5... by Colin Watson

Remove six from email message payload handling

On Python 3, `email.message.Message.get_payload(decode=True)` always
returns bytes (confusingly - the decoding in this case is according to
the message's `Content-Transfer-Encoding`, rather than from bytes to
text), so we don't need `six.ensure_text` to convert it to text;
`.decode()` will do.