~marcusboden/charm-local-users:main

Last commit made on 2023-10-11
Get this branch:
git clone -b main https://git.launchpad.net/~marcusboden/charm-local-users
Only Marcus Boden can upload to this branch. If you are Marcus Boden please log in for upload directions.

Branch merges

Branch information

Name:
main
Repository:
lp:~marcusboden/charm-local-users

Recent commits

e34512f... by Mert Kirpici

test(functional): add juju 3.1 support

Reviewed-on: https://code.launchpad.net/~mertkirpici/charm-local-users/+git/charm-local-users/+merge/453230
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Tianqi Xiao <email address hidden>

ae8d10b... by Mert Kirpici

test(functional): no wait juju run in test_13

Calling zaza.model.wait_for_application_states() after running very
quick running commands like "adduser" on the remote machine, causes a
timeout error since the application status never even changes to
executing before juju run(juju exec in 3.1) command terminates, causing
zaza to wait until timeout is reached, with the message:

  Waiting for at least one unit with agent status "executing"

Examples of this usage can be seen in test_14, where the wait function
is never called.

Signed-off-by: Mert Kırpıcı <email address hidden>

52fc742... by Mert Kirpici

test(functional): add juju 3.1 support

Signed-off-by: Mert Kırpıcı <email address hidden>

e510c15... by JamesLin

Add discourse doc link in metadata and drop bionic support

Reviewed-on: https://code.launchpad.net/~jneo8/charm-local-users/+git/charm-local-users/+merge/448857
Reviewed-by: Ramesh Sattaru <email address hidden>
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

58b633b... by JamesLin

build: Drop bionic support

f755124... by JamesLin

build: Remove empty actions.yaml

f048c55... by JamesLin

docs: Add discourse doc link in metadata

99d6e33... by Ashley James

Add functionality to pull SSH public keys from launchpad.

Reviewed-on: https://code.launchpad.net/~dashmage/charm-local-users/+git/charm-local-users/+merge/437072
Reviewed-by: Erhan Sunar <email address hidden>
Reviewed-by: Martin Kalcok <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Tianqi Xiao <email address hidden>
Reviewed-by: Mert Kirpici <email address hidden>

baa9280... by Ashley James

Refactor code in on_config_changed

ff23701... by Ashley James

Minor change for clean code

- Replace stdout, stderr in subprocess.run arg list with capture_output