~andrey-fedoseev/launchpad:db-remove-cve-discoverer

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

Recent commits

a10d3fc... by Andrey Fedoseev

Drop `Cve.discoverer` column

It is superseded by `Cve.discovered_by`

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

Automatic merge from stable up to 570b1218f3f5

570b121... by Colin Watson

Fix race between branchChanged requests and branch scan jobs

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

07ee44c... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 388d06654c3c

1e8a8e4... by Colin Watson

Fix race between branchChanged requests and branch scan jobs

If a `branchChanged` XML-RPC request happened to run at the same time as
a branch scan job for the same branch, then they may race to update the
same `Branch` row, causing one to have to roll back its transaction and
try again. However, a bug in the `transaction` library meant that the
exception raised by the before-commit hook to gather job state was
incorrectly ignored, and as a result an `InFailedSqlTransaction`
exception was raised instead, which isn't retried.

Upgrade to `transaction==3.0.1` to fix this.

LP: #1883067

388d066... by Guruprasad

Add a how-to for importing an Ubuntu package in the dev environment

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

421d722... by Guruprasad

Add a how-to for importing an Ubuntu package in the dev environment

10e80e2... by Colin Watson

Remove FAQ and redistribute its contents

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

6d3d7ca... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to eefd577fe049

4cdc734... by Guruprasad

Make the vulnerability dates timezone-aware only when they are not None

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