~aluria/charm-prometheus-ceph-exporter:fix-charmproof

Last commit made on 2020-08-13
Get this branch:
git clone -b fix-charmproof https://git.launchpad.net/~aluria/charm-prometheus-ceph-exporter
Only Alvaro Uria can upload to this branch. If you are Alvaro Uria please log in for upload directions.

Branch merges

Branch information

Name:
fix-charmproof
Repository:
lp:~aluria/charm-prometheus-ceph-exporter

Recent commits

aeded5c... by Alvaro Uria

Charm proof built code

277d52f... by Paul Goins

Remaining lint tests

5b0142c... by Paul Goins

Lint fixes: removed google import order

7e08467... by Paul Goins

Fixed "make functional"

427382e... by Paul Goins

Fixed "make unittests"

03083df... by Paul Goins

Fixed "make lint"

414a3ce... by Paul Goins

Moved reactive charm files to src/ subdir.

fe9c907... by Paul Goins

Applying new Makefile/tox.ini/.gitignore from template

39041dc... by Paul Goins

Merge branch 'bug/unfiled'

9169adc... by Xav Paice

Fix charm status when service does not start

In configure_exporter, the code attempted to hookenv.status_set to an
invalid value. This commit corrects that.