~ines-almeida/launchpad:fix-infer-pro-enable-function

Last commit made on 2023-10-30
Get this branch:
git clone -b fix-infer-pro-enable-function 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-infer-pro-enable-function
Repository:
lp:~ines-almeida/launchpad

Recent commits

ee5dea5... by Ines Almeida

Specify exception raised on invalid revision (instead of generic ValueError)

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
df401bb... by Ines Almeida

Catch revision ID not well formated exception in inferProEnable

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

loggerhead: Set Gunicorn max_requests to 2000

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

1cc7a7f... by Simone Pelosi

Added translations_distroseries_copy role to launchpad-scripts charm

This role is required to run copy-distroseries-translations.py script
during the translations opening process.

Merged from https://code.launchpad.net/~pelpsi/launchpad/+git/launchpad/+merge/454810

ed616d3... by Simone Pelosi

Addded translations_distroseries_copy role to launchpad-scripts charm

This role is required to run copy-distroseries-translations.py script
during the translations opening process.

55a5c6e... by Colin Watson

charm: Fix rebuild-test.internal indexes

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

9e99bb6... by Colin Watson

charm: Fix rebuild-test.internal indexes

The directory entries in `rebuilds_dir` are actually symlinks into
`archives_dir`, so we need to allow Apache access to the latter as well.

e4adee2... by Colin Watson

charm: Fix derived.archive.canonical.com vhost config

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

f2b057d... by Colin Watson

charm: Fix derived.archive.canonical.com vhost config

The document root for derived.archive.canonical.com points to an
"archives" subdirectory that includes only some carefully-constructed
symlinks that point into sub-sub-directories of `archives_dir`: for
example, `archives/ubuntu-rtm` is a symlink to
`ubuntu-rtm-archive/ubuntu-rtm` (relative to `archives_dir`), which lets
us expose the actual archive contents without exposing all the temporary
data and so on under other subdirectories of `ubuntu-rtm-archive`.

This is all quite historically weird, but let's mimic it so that we can
migrate from the pre-charmed deployment while preserving existing URLs.

a753b21... by Colin Watson

pre-commit: Enable flake8-bugbear

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