~ines-almeida/launchpad:fix-beta-banner

Last commit made on 2023-07-12
Get this branch:
git clone -b fix-beta-banner https://git.launchpad.net/~ines-almeida/launchpad
Only Ines Almeida can upload to this branch. If you are Ines Almeida please log in for upload directions.

Branch merges

Branch information

Name:
fix-beta-banner
Repository:
lp:~ines-almeida/launchpad

Recent commits

795fc39... by Ines Almeida

Fix beta banners

LP: #2026864

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
c68bb34... by Colin Watson

Fix bugs-emailinterface.rst after conversion of Message to Storm

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

cdbbf00... by Colin Watson

Comment on use of set()

c73cc11... by Colin Watson

Fix bugs-emailinterface.rst after conversion of Message to Storm

The `DecoratedResultSet` used in `Bug.messages` to replace the previous
`SQLRelatedJoin(prejoins=["owner"])` can't support `__contains__`
without a fair bit of work. Fortunately this wasn't needed very much.
There was one use in `Bug.linkMessage` which I already replaced with an
explicit Storm query, but I missed the uses of it in
`bugs-emailinterface.rst`.

In a test we don't need to care much about performance, so I just used
`set(bug.messages)` to materialize the result of the query and turn it
into something that supports `__contains__`.

a74ab96... by Colin Watson

Convert Message and MessageChunk to Storm

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

ed183bf... by Colin Watson

Convert Message and MessageChunk to Storm

c4b97f6... by Jürgen Gmach

Fix link formatting

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

b36e2a0... by Colin Watson

Convert {Source,Binary}PackagePublishingHistory to Storm

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

5c80a72... by Colin Watson

Convert BranchMergeProposal to Storm

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

a6b3988... by Colin Watson

Fix bugs in conversion of LoginToken to Storm

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