~vultaire/charm-grafana:bundle-deduping

Last commit made on 2020-07-22
Get this branch:
git clone -b bundle-deduping https://git.launchpad.net/~vultaire/charm-grafana
Only Paul Goins can upload to this branch. If you are Paul Goins please log in for upload directions.

Branch merges

Branch information

Name:
bundle-deduping
Repository:
lp:~vultaire/charm-grafana

Recent commits

588e81b... by Paul Goins

Rework to minimize test bundle duplication

1b678c9... by Alvaro Uria

Docstring with reactive states

Reviewed-on: https://code.launchpad.net/~canonical-is-bootstack/charm-grafana/+git/charm-grafana/+merge/385389
Reviewed-by: James Hebden <email address hidden>
Reviewed-by: Peter Sabaini <email address hidden>

67f0cdb... by Zachary Zehring

Add ability to display multiple prometheus-ceph-exporter clusters in ceph dashboards.

Reviewed-on: https://code.launchpad.net/~zzehring/charm-grafana/+git/charm-grafana/+merge/383160
Reviewed-by: James Hebden <email address hidden>
Reviewed-by: Xav Paice <email address hidden>

bf49724... by Peter Sabaini

Auto-install minor snap refreshes

If during a channel change a minor refresh is detected, auto-install
this without blocking.

Also correct some typos.

56e08f3... by Peter Sabaini

Block update to "latest" snap channel

Disallow using the "latest" channel codename.

When charm is blocked on channel change, inhibit charm config and
relationship changes via flag

4f99f3d... by Peter Sabaini

Upgrade support

- Implement action to perform upgrades

- Don't autoupgrade on snap_channel changes

- Add functional testing for charms

7918b70... by Alvaro Uria

Add docstrings to helper functions

815143e... by Alvaro Uria

Docstring with reactive states

f42eecf... by Peter Sabaini

Style fixes

Reviewed-on: https://code.launchpad.net/~peter-sabaini/charm-grafana/+git/grafana-charm/+merge/385265
Reviewed-by: Alvaro Uria <email address hidden>

6425de0... by Peter Sabaini

Style fixes

Blacken files and set line-length to 79 as per PEP8. Add a black
check step to the lint target