~aluria/charm-grafana/+git/grafana-charm:snap-support

Last commit made on 2018-02-08
Get this branch:
git clone -b snap-support https://git.launchpad.net/~aluria/charm-grafana/+git/grafana-charm
Only Alvaro Uria can upload to this branch. If you are Alvaro Uria please log in for upload directions.

Branch merges

Branch information

Name:
snap-support
Repository:
lp:~aluria/charm-grafana/+git/grafana-charm

Recent commits

f63810a... by Alvaro Uria

Add install_method support [apt,snap]

 * install_method and snap_channel support
 * Default is "apt", but "snap" can be used on Xenial and on
 * Automatic import_dashboard if datasource is prometheus and metrics
 are being collected for such dashboards to work
 * grafana.ini template can configure port and debug level
 * On trusty, upgrade-charm fails because layer:snap calls systemctl

7bf2d3d... by Jacek Nykis

[trivial] Don't strip dashboard key from backup files to make them compatible with API import

7540bfa... by Jacek Nykis

Ignore datasource name when checking if it exists. Allows for human readable names to be configured in web UI

b5f40d0... by Jamon Camisso <email address hidden>

[jacekn,r=jamon] Merge branch 'master' of git+ssh://git.launchpad.net/~jacekn/grafana-charm

c523def... by Jacek Nykis

Fix dashboard_backup script to write valid JSON. Fixes LP #1718221

12f9a02... by Brad Marshall

[brad-marshall, r=tcuthbert] Merge branch 'action-user-mgmt' of git+ssh://git.launchpad.net/~brad-marshall/grafana-charm

2bf4bbf... by Jamon Camisso

Merge branch 'add-mysql-datasource' of git+ssh://git.launchpad.net/~rharding/grafana-charm

d78ca59... by Richard Harding

Merge branch 'master' of git+ssh://git.launchpad.net/grafana-charm into add-mysql-datasource

e2c9dc0... by Richard Harding

Flake8 cleanup per reviewj

4ff589e... by Brad Marshall

[brad-marshall, r=hloeung] Fixes race condition with setting user password
(Closes: LP#1684831)