~txiao/charm-cloudstats:fix-func-test

Last commit made on 2023-10-05
Get this branch:
git clone -b fix-func-test https://git.launchpad.net/~txiao/charm-cloudstats
Only Tianqi Xiao can upload to this branch. If you are Tianqi Xiao please log in for upload directions.

Branch merges

Branch information

Name:
fix-func-test
Repository:
lp:~txiao/charm-cloudstats

Recent commits

1c9c26c... by Tianqi Xiao

Support juju 3.1

- Drop xenial & bionic support
- Rework focal and jammy test bundles to avoid bionic charm usage
- Change zaza branch to libjuju-3.1

436ee81... by Tianqi Xiao

Fix functional tests

- Explicity channel declaration for OpenStack charms
- Use grafana edge channel

bee1fa9... by Gabriel Cocenza

- fix to pass lint
- pin focal series on charm-grafana.
- pin ops library to maintain bionic.

b790365... by Mert Kirpici

tests/unit: fix broken test

In test 08 the config option that accepts a string did not like the
bytes object coming from base64.b64encode() method. We persuade it
everything is ok by calling bytes.decode() on the object.

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

d7f7062... by Chi Wai CHAN

Update README.md.

Reviewed-on: https://code.launchpad.net/~raychan96/charm-cloudstats/+git/charm-cloudstats/+merge/430522
Reviewed-by: Giuseppe Petralia <email address hidden>

cec8763... by Chi Wai CHAN

Fix documentation: use cloudstats instead of llama-charmers-next-cloudstats, since the latter will be deprecated.

9859992... by Chi Wai CHAN

Prepare for 22.10 releases

Reviewed-on: https://code.launchpad.net/~raychan96/charm-cloudstats/+git/charm-cloudstats/+merge/429803
Reviewed-by: Przemyslaw Lal <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

bec6eb9... by Chi Wai CHAN

Drop xenial support because of ops framework bug https://github.com/canonical/operator/issues/827; restore support when the bug got resolved.

802ac2e... by Chi Wai CHAN

Add jammy test bundles.

c91b777... by Chi Wai CHAN

Migrate charm store to charm hub, and fix test bundles.