~xavpaice/charm-grafana:blacken

Last commit made on 2021-01-28
Get this branch:
git clone -b blacken https://git.launchpad.net/~xavpaice/charm-grafana
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
blacken
Repository:
lp:~xavpaice/charm-grafana

Recent commits

289866e... by Xav Paice

Reformat to pass lint

Reformatted recent changes to pass lint tests.

7929c5b... by Brett Milford

Catch ConnectionError and update constraints

Reviewed-on: https://code.launchpad.net/~brettmilford/charm-grafana/+git/charm-grafana/+merge/393348
Reviewed-by: Drew Freiberger <email address hidden>
Reviewed-by: Paul Goins <email address hidden>

872692b... by Brett Milford

Added comments on test

d7a68c3... by Brett Milford

Adds blocked status for failed dashboard updates

9ed3c3c... by Brett Milford

Catch ConnectionError and update constraints

This change a) catches ConnectionError class exceptions which occur in
generate_prometheus_dashboards() when a related datasource changes its
listening port and the local datastore has not yet been updated to
reference to the new port. b) Compares the service_name to ensure
existing sources are updated.

Note this solution reverts 7540bfadb1cd717ad1c3b44872aa142e97e8308a

LP: #1893320

be37b3a... by Alvaro Uria

Update data source relation to inject default values to support grafana 7 snap revision.

Additional fixes for functional testing and documentation of known issues in README.

Reviewed-on: https://code.launchpad.net/~canonical-is-bootstack/charm-grafana/+git/charm-grafana/+merge/392669
Reviewed-by: Chris Sanders <email address hidden>
Reviewed-by: Drew Freiberger <email address hidden>

e436566... by Alvaro Uria

Revert wheelhouse update and fix func tests

LP#1897843 added setuptools to wheelhouse.txt. However, setuptools is
already added in layer-basic with a limit of <42. This limitation fixes
pip install issues on Ubuntu series older than Focal.

Functional tests now use the -next version of the dependent charms.

5db0aab... by David O Neill

Rework values for version 7 of snap and fix linting issues

37c2656... by David O Neill

fix missing default

872e3cd... by Drew Freiberger

Minor doc strings linting

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