~xnox/launchpad:ed25519-gpg-test

Last commit made on 2023-11-22
Get this branch:
git clone -b ed25519-gpg-test 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:
ed25519-gpg-test
Repository:
lp:~xnox/launchpad

Recent commits

f9df307... by Dimitri John Ledkov

tests: add Ed25519 gpg test keys

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
7d6d1de... by Colin Watson

Add support for EdDSA GnuPG keys

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

c62cf7f... by Colin Watson

Restore description of which key types are supported

238b2a6... by Colin Watson

Fix spelling of EdDSA outside identifiers

4b1a157... by Colin Watson

Remove conflicting --dbname options

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

3cb3745... by Colin Watson

Remove conflicting --dbname options

`--dbname` is already set up by `lp.services.scripts.db_options` with a
suitable default; trying to define it again results in a "conflicting
option string" error.

1f18035... by Colin Watson

Revert "Build staging db inplace due to lack of disk space"

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

7a72a27... by Colin Watson

charm: Fix argument ordering in postgresql-extras cron job

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

ffd9d65... by Colin Watson

Revert "Build staging db inplace due to lack of disk space"

This reverts commit 23d8c45e49f6e3338c8d6c10ce1fb55237738700 in
principle, with some further changes to work properly in a charmed
deployment. The new staging database servers have disk space for two
copies of the database with some left over, so that should be enough to
go back to the switching strategy, meaning that staging should no longer
need to be down over the weekend.

165c40b... by Colin Watson

Add support for EdDSA GnuPG keys

These should work now that we're running on focal.

LP: #1827369