~lihuiguo/charm-graylog:application-dashboard

Last commit made on 2021-10-08
Get this branch:
git clone -b application-dashboard https://git.launchpad.net/~lihuiguo/charm-graylog
Only Linda Guo can upload to this branch. If you are Linda Guo please log in for upload directions.

Branch merges

Branch information

Name:
application-dashboard
Repository:
lp:~lihuiguo/charm-graylog

Recent commits

9a013eb... by Linda Guo

Return empty string if JUJU_CHARM_DIR is not set

78822bf... by Linda Guo

Add registration relation

Add application-dashboard relation to register graylog to
dashboard charm Homer[1]

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

LP#1945721

eb49311... by Diko Parvanov

Fix for LP:1935769 related to LP:1938271

Reviewed-on: https://code.launchpad.net/~dparv/charm-graylog/+git/charm-graylog/+merge/407072
Reviewed-by: James Troup <email address hidden>
Reviewed-by: Paul Goins <email address hidden>

90ecb83... by Diko Parvanov

Fix for LP:1935769 related to LP:1938271

bb361c5... by Xav Paice

Add python-openstackclient for zaza tests

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-graylog/+git/graylog-charm/+merge/406512
Reviewed-by: James Troup <email address hidden>

11daf5c... by Xav Paice

Add python-openstackclient for zaza tests

b5c21ce... by Xav Paice

Pin python requests to support Python 3.5

In order to maintain Xenial support, we must use a version of requests
that still works with Python 3.5.

Resolves LP:#1936895

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-graylog/+git/graylog-charm/+merge/405992
Reviewed-by: James Troup <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Paul Goins <email address hidden>

c8c774e... by Xav Paice

Pin python requests to support Python 3.5

In order to maintain Xenial support, we must use a version of requests
that still works with Python 3.5.

Resolves LP:#1936895

3c9bcbf... by Linda Guo

Use 'yield' to get unit data

charm was locked in getting unit data loop, compared
with other relations like elasticsearch, the problem
can be fixed by replacing the loop using `yield`

LP#1899153

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

593cba6... by Linda Guo

Use 'yield' to get unit data

charm was locked in getting unit data loop, compared
with other relations like elasticsearch, the problem
can be fixed by replacing the loop using `yield`

LP#1899153