~andrey-fedoseev/launchpad:fix-cvereport

Last commit made on 2022-10-05
Get this branch:
git clone -b fix-cvereport 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:
fix-cvereport
Repository:
lp:~andrey-fedoseev/launchpad

Recent commits

756e9b7... by Andrey Fedoseev

CVEReportView: use lazy loading for `open_cve_bugtasks` and `resolved_cve_bugtasks`

Previously, these attributes were computed on view initialization, with the exception of the case when the context is a Distribution with no series.

Now, the attributes are always available, regardless of the context, but are computed on demand, when they are actually used.

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
a91c181... by Jürgen Gmach

Fix typo

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/430986

82f2cc1... by Jürgen Gmach

Fix typo

e7e69c1... by Guruprasad

Avoid unnecessary queries in the distribution cvereport page

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

b194bd3... by Guruprasad

Avoid unnecessary queries in the distribution cvereport page

This should fix the timeout issue on that page.

9153353... by Colin Watson

Merge db-stable 37158ea5d9 (Apply several comment changes from comments.sql)

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

27445c8... by Guruprasad

Link to the linked vulnerabilities on the CVE page

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

161c569... by Guruprasad

Address review comments

762fb15... by Colin Watson

charm: Implement rabbitmq relation

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

6d969a6... by Colin Watson

Remove RabbitMQ session infrastructure

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