~xnox/launchpad:drop-i18n-index

Last commit made on 2023-11-22
Get this branch:
git clone -b drop-i18n-index https://git.launchpad.net/~xnox/launchpad
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
drop-i18n-index
Repository:
lp:~xnox/launchpad

Recent commits

ceb6ea5... by Dimitri John Ledkov

Fix typo

Signed-off-by: Dimitri John Ledkov <email address hidden>

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
5f90943... by Dimitri John Ledkov

soyuz: Add toggle to turn off I18n/Index publishing

Signed-off-by: Dimitri John Ledkov <email address hidden>

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

Fix pruning of DB branch builds from Swift

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

19c0f1a... by Colin Watson

Fix pruning of DB branch builds from Swift

It makes no sense to prune DB builds when they're older than what's on
staging, and I don't know what I was thinking when I wrote that; staging
is updated frequently, so in practice what this means is that we prune a
bunch of builds that are newer than production. What we actually need
to do is to prune builds that are older than the DB revision deployed to
production.

Figuring this out is unfortunately challenging, but I found what seems
to be a viable approach of fetching the deployment bundle and picking it
out from there.

58a2c2c... by Colin Watson

Silence TunnelError OOPSes from the mirror prober

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

dec534d... by Colin Watson

Silence TunnelError OOPSes from the mirror prober

These are expected in normal operation (since proxied `CONNECT` requests
to remote hosts might fail for all sorts of reasons), and they're very
noisy in OOPS reports.

89f4453... by Colin Watson

replication: Fix several issues with remote staging-restore

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

3533f21... by Colin Watson

charm: Add postgresql-client to launchpad-db-update

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

b79bfdc... by Colin Watson

replication: Pass configuration to more PostgreSQL commands

e1bd7c1... by Colin Watson

replication: Update staging pgbouncer database names

I renamed `launchpad_staging_slave` to `launchpad_staging_standby1` a
little while ago.