~pelpsi/launchpad:remove-old-URL-from-documentation

Last commit made on 2023-04-11
Get this branch:
git clone -b remove-old-URL-from-documentation https://git.launchpad.net/~pelpsi/launchpad
Only Simone Pelosi can upload to this branch. If you are Simone Pelosi please log in for upload directions.

Branch merges

Branch information

Name:
remove-old-URL-from-documentation
Repository:
lp:~pelpsi/launchpad

Recent commits

0fa8123... by Simone Pelosi

Removed outdated URL from documentation

Removed outdated URL from documentation no longer working.

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

charm: Use rolling restart for launchpad-appserver

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

f7938f6... by Colin Watson

charm: Update launchpad-layers to 22811c726a

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

79dd97c... by Colin Watson

charm: Update launchpad-layers to 22811c726a

This pulls in "Set private_port for the xmlrpc_private vhost".

ea51d6f... by Colin Watson

Don't consider removed ArchiveFiles as eligible for reaping

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

ea76b23... by Ines Almeida

Updated <p> width restriction and increased 'page-width' parameter

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/440064

9f52289... by Colin Watson

Don't consider removed ArchiveFiles as eligible for reaping

Commit 559bbefbb5d7327debd5343c1e812787f5d0caad introduced a gradual
performance regression for PPA publishing. In order to support serving
old snapshots, `ArchiveFile` rows now have their `date_removed` column
set rather than being deleted from the database. However, I failed to
account for this in the code that decides which PPAs to publish due to
pending deletions and which suites in each PPA should have `by-hash`
files pruned from them. As a result, the PPA publisher has been getting
gradually slower as we accumulate more removed `ArchiveFile` rows.

Excluding removed rows makes the query for pending-publication PPAs
substantially faster since it has an order of magnitude fewer
`ArchiveFile` rows to sort, and it should mean that we spend less effort
publishing the same PPAs over and over again.

0c8999a... by Ines Almeida

Re-add max-width value to <p> tags

...but make it wider than it was before

b9bcde5... by Ines Almeida

Cleanup temp files if copying component raises

If something goes wrong while copying a component, we:
 * catch the exception (generally, whichever exception)
 * do some cleanup of temporary files
 * re-raise the same exception

LP: #1662671

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/440381

3c271b6... by Ines Almeida

Fix 2 small typos in comments