Branch: refs/heads/2.2.0
Home:
https://github.com/tribe29/checkmk
Commit: e0e5cd226bfe6260c7efe29b9d28d4774180b509
https://github.com/tribe29/checkmk/commit/e0e5cd226bfe6260c7efe29b9d28d4774…
Author: Marcel Arentz <marcel.arentz(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
A .werks/13628
M tests/unit/cmk/gui/test_permissions.py
Log Message:
-----------
13628 Dashboards: New cloud dashboards for storage services on AWS, Azure and GCP
Change-Id: I8bded1402b05ddf0fd29e268da42a3d5492ab864
Commit: 27ef2703fe92b63b044ae030abcd80d53f1043d0
https://github.com/tribe29/checkmk/commit/27ef2703fe92b63b044ae030abcd80d53…
Author: Wontek Hong <wontek.hong(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M cmk/gui/plugins/metrics/translation.py
Log Message:
-----------
kube_persistent_volume_claim: fixing the scaling of values in the displayed graphs
Change-Id: Ide0122bbaeee828bad315546e3e4a49b9410ded3
Commit: 2f399304d58aeed8e106964178baf6906b7efffa
https://github.com/tribe29/checkmk/commit/2f399304d58aeed8e106964178baf6906…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M cmk/gui/watolib/activate_changes.py
Log Message:
-----------
Fix sending sync_archive in post var in addition to files
Change-Id: I47edda55ebf61c40975d860235366fe7ac358acb
Commit: 9122eafdbcd5636d48923ee5152c55a5c0369554
https://github.com/tribe29/checkmk/commit/9122eafdbcd5636d48923ee5152c55a5c…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M cmk/gui/wato/pages/fetch_agent_output.py
Log Message:
-----------
Fix remote site agent output fetching via UI
Change-Id: I10173880656343890d18374babd000ff4445610a
Commit: 9efdcf0f2056161cde15f7ccbc0638e8686fa188
https://github.com/tribe29/checkmk/commit/9efdcf0f2056161cde15f7ccbc0638e86…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M cmk/gui/plugins/wato/remote_audit_logs.py
M cmk/gui/wato/pages/analyze_configuration.py
M cmk/gui/wato/pages/diagnostics.py
M cmk/gui/wato/pages/sites.py
M cmk/gui/watolib/activate_changes.py
M cmk/gui/watolib/automatic_host_removal.py
M cmk/gui/watolib/automations.py
M cmk/gui/watolib/host_label_sync.py
M cmk/gui/watolib/host_rename.py
M cmk/gui/watolib/services.py
M cmk/gui/watolib/user_profile.py
Log Message:
-----------
Improve typing in cmk.gui.watolib.automations
Add type hints for the arguments of the common automation and
get_url functions.
More importantly, replace the Any return type with object. This needs
some changes at the call sites. However, with these types the bug fixed
by the previous commit would have been uncovered earlier.
Change-Id: I59c363c90ab6abea09b8d523f762be4f7cecbc6c
Compare:
https://github.com/tribe29/checkmk/compare/886c0858a14f...9efdcf0f2056