~txiao/charm-grafana:candidate/21.10

Last commit made on 2021-10-14
Get this branch:
git clone -b candidate/21.10 https://git.launchpad.net/~txiao/charm-grafana
Only Tianqi Xiao can upload to this branch. If you are Tianqi Xiao please log in for upload directions.

Branch merges

Branch information

Name:
candidate/21.10
Repository:
lp:~txiao/charm-grafana

Recent commits

336504e... by Chris Johnston

If instance_name is provided, use instance_name for checks instead of 127.0.0.1

This is needed when using SSL with certs provided by the user as the certs don't include 127.0.0.1.

Reviewed-on: https://code.launchpad.net/~cjohnston/charm-grafana/+git/charm-grafana/+merge/410186
Reviewed-by: James Troup <email address hidden>
Reviewed-by: Xiyue Wang <email address hidden>

3c53952... by Chris Johnston

Fixing black errors

ab9b336... by Chris Johnston

Fix lint

e5a7db1... by Chris Johnston

First pass at cleaning up ssl issues

2a931c4... by Alvaro Uria

Support "application" settings via relation-set

Reviewed-on: https://code.launchpad.net/~aluria/charm-grafana/+git/grafana-charm-1/+merge/409938
Reviewed-by: Xiyue Wang <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Xav Paice <email address hidden>

b162bc1... by Alvaro Uria

Support "application" settings via relation-set

relation-set supports an "--app" flag that shares relation data at the
application level rather than at a unit level. When this flag is used
(set to True), the JUJU_REMOTE_UNIT envvar is not set.

This change supports dashboards-relation-changed hooks triggered when
using the --app flag.

Closes-bug: 1946006

80ec078... by Linda Guo

Return empty string if JUJU_CHARM_DIR is not set

Reviewed-on: https://code.launchpad.net/~lihuiguo/charm-grafana/+git/charm-grafana/+merge/409877
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

591a965... by Linda Guo

Return empty string if JUJU_CHARM_DIR is not set

9d406e8... by Linda Guo

add registration_relation_joined hook to register grafana
    to Homer dashboard[1]

    [1]. https://launchpad.net/charm-homer-dashboard

Reviewed-on: https://code.launchpad.net/~lihuiguo/charm-grafana/+git/charm-grafana/+merge/409468
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

fc73c55... by Linda Guo

Add application-dashboard relation

add application-dashboard relation hook to
register grafana to Homer dashboard[1]

[1]. https://launchpad.net/charm-homer-dashboard

Resolves: LP#1945716