Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: a2fc8bc5adf0b00ec6a818ece8926861641048d6
https://github.com/Checkmk/checkmk/commit/a2fc8bc5adf0b00ec6a818ece89268616…
Author: Solomon Jacobs <solomon.jacobs(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M cmk/gui/plugins/wato/special_agents/kube.py
Log Message:
-----------
kube: delete migration code
CMK-16937
Change-Id: I081b7b4a4c23b116c66400ae7dfe41a946ef5e4e
Commit: 5f8deae9eac1b3246fd4d407241348de9247bccc
https://github.com/Checkmk/checkmk/commit/5f8deae9eac1b3246fd4d407241348de9…
Author: Solomon Jacobs <solomon.jacobs(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M cmk/gui/plugins/wato/special_agents/kube.py
Log Message:
-----------
kube: inline Hostname function call
CMK-16937
Change-Id: I587ea0957ca007f29807ac1d553662084ef2d691
Commit: ba7ed68cb5fd3219b3a4f5b49e5b42125766835e
https://github.com/Checkmk/checkmk/commit/ba7ed68cb5fd3219b3a4f5b49e5b42125…
Author: Solomon Jacobs <solomon.jacobs(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M Pipfile
M Pipfile.lock
M cmk/gui/plugins/wato/special_agents/kube.py
M requirements_lock.txt
R tests/unit/cmk/gui/plugins/wato/special_agents/test_kube.py
Log Message:
-----------
kube: remove complex validation logic
The new validation is less strict, it now accepts the following Urls:
http://::1
http://localhost!:8080
http://:8080
This is consistent with other places in Checkmk. This type of validation
should be maintained in rule_spec.validators API, not by the Kubernetes
team.
Removes extra dependency, update lock.
CMK-16937
Change-Id: I8b0aadd1281edc200563407df1b3896ba753bfcd
Commit: b0285f081226aedbcc8488e26d138525a00d4de8
https://github.com/Checkmk/checkmk/commit/b0285f081226aedbcc8488e26d138525a…
Author: Dhananjay Shah <dhananjay.shah(a)checkmk.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M tests/testlib/playwright/plugin.py
Log Message:
-----------
gui-e2e: exit UI-test execution if browser launch results in an error.
Old behaviour
+ each tests case was executed.
+ each test-case resulted in ERROR status.
New behaviour
+ UI test execution stops after one test ERRORs out.
Example scenario
+ when playwright browser drivers are not installed.
Change-Id: Ib7e4f73bf0c622d09c9e5d8ee8b4aa09839dfef8
Compare:
https://github.com/Checkmk/checkmk/compare/7863c7ef3b76...b0285f081226
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications