Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: de37a62444e5779c28050f841ddf76a0581c0d22
https://github.com/Checkmk/checkmk/commit/de37a62444e5779c28050f841ddf76a05…
Author: René Slowenski <rene.slowenski(a)checkmk.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M tests/testlib/site.py
Log Message:
-----------
testlib.site: Unify get_site and get_existing_site
init_livestatus is now respected for get_existing_site
even if start=False
Change-Id: Ic830607d97cca2ba5d8902237d8f665d3ccb7eee
Commit: e377d6a898385a382c44a85215941636dab36b8f
https://github.com/Checkmk/checkmk/commit/e377d6a898385a382c44a85215941636d…
Author: René Slowenski <rene.slowenski(a)checkmk.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M tests/testlib/site.py
Log Message:
-----------
testlib.site: Create site before running auth provider
Creating the site within the auth provider contextmanager
causes accessing the apache port before it is set as part
of the site setup. This could lead to using an invalid apache
port. This change fixes that by making sure we create the site
before we enter the contextmanager.
Change-Id: I451ae7ccd102f3031d5c53ef870f33791d692365
Commit: dfd7766a76f7be31198a70dd0670d8afdbfa396e
https://github.com/Checkmk/checkmk/commit/dfd7766a76f7be31198a70dd0670d8afd…
Author: René Slowenski <rene.slowenski(a)checkmk.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M tests/testlib/utils.py
Log Message:
-----------
testlib.utils: Generating idp config via script
Instead of hardcoding (and effectively duplicating) the logic
to create the idp config, we are now calling the shell script
"scripts/create_cognito_config_cse.sh".
Change-Id: Id65c6751d6b9ba3f0745416f9cad9efcdf5143be
Commit: c3e8d591b4ee5801de13d72a6937f3636370a0f6
https://github.com/Checkmk/checkmk/commit/c3e8d591b4ee5801de13d72a6937f3636…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M cmk/ec/main.py
M cmk/ec/query.py
Log Message:
-----------
Decouple QueryGET from StatusServer.
We only need a single method from it, so we just pass a Callable.
This makes instantiating and testing much easier.
Due to the better typing, we need 2 additional suppression, we'll
fix those later.
Change-Id: Ib8bee1156ea180071e3b4b48646ab6b39c9c390f
Compare:
https://github.com/Checkmk/checkmk/compare/01be2841e938...c3e8d591b4ee