~cjwatson/launchpad:lpcraft-pre-commit

Last commit made on 2022-08-03
Get this branch:
git clone -b lpcraft-pre-commit https://git.launchpad.net/~cjwatson/launchpad
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
lpcraft-pre-commit
Repository:
lp:~cjwatson/launchpad

Recent commits

1ffab90... by Colin Watson

Run pre-commit checks via Launchpad CI jobs

In progress
[WAITING] pre-commit:0 (build)
11 of 1 result
7f47c05... by Colin Watson

Fix CI build deletion when deleting a Git repository

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

5721a10... by Colin Watson

Fix CI build deletion when deleting a Git repository

We need to delete associated `BuildQueue` and `BuildFarmJob` rows as
well, otherwise various things break if there happens to be a running CI
build for a repository that's being deleted.

12b86b5... by Andrey Fedoseev

Fix the issues in the UCT import script

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

f02004c... by Andrey Fedoseev

Commit transaction in UCT import script

This actually saves changes to the database

Add `--dry-run` option to the `uct-import` script

26fcd93... by Colin Watson

Move some translations doctests to LaunchpadZopelessLayer

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

233d9e0... by Andrey Fedoseev

Fix the case whe CVE has naive publication date

Vulnerabilities require timezone-aware date, we use UTC if the timezone information is missing

8bc2477... by Andrey Fedoseev

Fix log message in UCTImporter

f32f5d6... by Guruprasad

Implement the VulnerabilitySubscription model and related changes

This does not yet notify the subscribers about changes to the
vulnerabilities that they are subscribed to.

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

d83e781... by Guruprasad

Implement the VulnerabilitySubscription model and related changes

This does not yet notify the subscribers about changes to the
vulnerabilities that they are subscribed to.