~jugmac00/launchpad:improve-readability-of-distribution.rst

Last commit made on 2022-09-09
Get this branch:
git clone -b improve-readability-of-distribution.rst https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
improve-readability-of-distribution.rst
Repository:
lp:~jugmac00/launchpad

Recent commits

49620c0... by Jürgen Gmach

Explain abbreviation

fti = full text indexing

466dcbc... by Jürgen Gmach

Use double quotes in doctests

fdf12ef... by Colin Watson

Reset logger propagation between tests

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

1eb64bd... by Colin Watson

Fix various problems with the appserver charm

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

ee7aacf... by Andrey Fedoseev

Don't show rejected messages in the list of suggestions

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

413ff32... by Andrey Fedoseev

Optimize `POTMsgSet.getCurrentTranslations`

- Move the logic of getting the current translations to `ICurrentTranslations` utility

- Add `getCurrentTranslations` method to load current translations for multiple messages sets, template, languages and sides with a single SQL query

- Optionally, cache the current translations with `cacheCurrentTranslations` method and load them from cache by passing `use_cache=True` to `getCurrentTranslation`

- Use cache when calling `getCurrentTranslation` from `TranslationMessage.isHidden()`

- Cache current translations when in `CurrentTranslationMessageView` to avoid multiple SQL queries when calling `isHidden()` for multiple messages

f176c83... by Colin Watson

charm: Add a Nagios appserver check

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

b03b9bf... by Colin Watson

Apply consistent ordering of interface declarations

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

7e45f0d... by Colin Watson

charm: Add a Nagios appserver check

This is based on what we have on production.

eb11542... by Colin Watson

charm: Fix gunicorn.conf.py path

We weren't writing it to the place from which the appserver expects to
load it.