~baron1111/launchpad:db-devel

Last commit made on 2022-09-22
Get this branch:
git clone -b db-devel https://git.launchpad.net/~baron1111/launchpad
Only богдан Умань can upload to this branch. If you are богдан Умань please log in for upload directions.

Branch merges

Branch information

Name:
db-devel
Repository:
lp:~baron1111/launchpad

Recent commits

661df52... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 570b1218f3f5

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
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

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
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

eefd577... by Andrey Fedoseev

Merge db-stable 69e0f179a17c9cb5507f4b23172ef62eff321efe (Add `SnapBase.features` column, Add `Cve.discovered_by` column)

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