~dparv/charm-graylog:bug_1935769

Last commit made on 2021-08-13
Get this branch:
git clone -b bug_1935769 https://git.launchpad.net/~dparv/charm-graylog
Only Diko Parvanov can upload to this branch. If you are Diko Parvanov please log in for upload directions.

Branch merges

Branch information

Name:
bug_1935769
Repository:
lp:~dparv/charm-graylog

Recent commits

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

dff5a06... by Xav Paice

Update unit name for nrpe functest

The functional test for NRPE checks is changed in this commit to use
'graylog/0' rather than 'nrpe/0' which can be a different unit number in
different models.

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

aec0988... by Xav Paice

Update unit name for nrpe functest

The functional test for NRPE checks is changed in this commit to use
'graylog/0' rather than 'nrpe/0' which can be a different unit number in
different models.

ed75b69... by Xav Paice

Linting and add exclusions for Black/flake8 conflicts