~niphon/launchpad:db-devel

Last commit made on 2023-08-08
Get this branch:
git clone -b db-devel https://git.launchpad.net/~niphon/launchpad
Only niphon.npy can upload to this branch. If you are niphon.npy please log in for upload directions.

Branch merges

Branch information

Name:
db-devel
Repository:
lp:~niphon/launchpad

Recent commits

3f7c42b... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 42c5bcf33735

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
42c5bcf... by Guruprasad

Add the following improvements to the `make-lp-user` script

* Support looking for ed25519 SSH keys and importing them.
* Disable sending email on importing an SSH key.

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/448673

64d5592... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to f964eade3d04

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

Add anoint-team-member script

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

3b45173... by Colin Watson

charm: Enable appserver and convoy services

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

da87bb6... by Colin Watson

Explicitly set dbuser

1df8375... by Colin Watson

charm: Add "lp" and "yui" convoy symlinks in devmode

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

f964ead... by Colin Watson

Add adapters from various targets to IGitRepository

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

e235c8a... by Guruprasad

Update the make-lp-user script to not send email on ssh key import

It does not make sense to require a way to send emails in the
development environment, which is where this script is primarily used,
to be able to register SSH keys to an account.

252a16e... by Guruprasad

Update the make-lp-user script to support ed25519 SSH pubkeys as well

Since Launchpad has supported this key type for a while now, this
script should support it as well.