Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: d3e60c9d8455f17052aabb942dfff2b0187a21e2
https://github.com/tribe29/checkmk/commit/d3e60c9d8455f17052aabb942dfff2b01…
Author: Sofia Colakovic <sofia.colakovic(a)tribe29.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M cmk/special_agents/agent_smb_share.py
M tests/unit/cmk/special_agents/test_agent_smb_share.py
Log Message:
-----------
agent_smb_share: ignore file duplicates
SUP-13128
Change-Id: Ie7b6b221f8825dc678d08d053fef3c6ed6ee09f4
Commit: 952461ba5ff86d5bfb8087ae9430144df7837d48
https://github.com/tribe29/checkmk/commit/952461ba5ff86d5bfb8087ae9430144df…
Author: Gav <gavin.mcguigan(a)tribe29.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
A .werks/15593
Log Message:
-----------
15593 FIX agent: download agent by host returns a 404 when agent it not available
This werk addresses an issue on the download agent by host endpoint.
Previously, if the agent wasn't available, a 500 internal server
was being raised. We now return a 404 not found response.
CMK-12724
Change-Id: I1d88fd4a2252bf6a92ed87169e573159f26bdd3d
Commit: 48e942522e698f9ab0c21d2ad3eada694cafca89
https://github.com/tribe29/checkmk/commit/48e942522e698f9ab0c21d2ad3eada694…
Author: Gav <gavin.mcguigan(a)tribe29.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
A .werks/15594
M cmk/gui/plugins/openapi/restful_objects/request_schemas.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_folder_config.py
Log Message:
-----------
15594 FIX folder: create folder endpoint now requires a name with min length of 1
This werk addresses an issue with the create folder endpoint. Previously
it was possible to create a folder with an empty string for the name
field. This is no longer possible. A min length of 1 character is now
required.
CMK-12762
Change-Id: If97fcd9e8b6698345454496c535b3679755a84ce
Compare:
https://github.com/tribe29/checkmk/compare/8ab0d8efb5d0...48e942522e69