Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 23d16984019299ab6e7657bbccbcbcd058e8fc1c
https://github.com/tribe29/checkmk/commit/23d16984019299ab6e7657bbccbcbcd05…
Author: Rebekka Seltmann <rebekka.seltmann(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M cmk/gui/htmllib/top_heading.py
Log Message:
-----------
Refactoring: Make license expiration time representation more consistent
and adjust test input times to better reflect limits
CMK-12510
Change-Id: Icb34214b17e5f2cbfe4e09014e7d63565c9f51a5
Commit: 62a5f8f9e1f7b95d6e67c210b85f6532d3521092
https://github.com/tribe29/checkmk/commit/62a5f8f9e1f7b95d6e67c210b85f6532d…
Author: Rebekka Seltmann <rebekka.seltmann(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M cmk/gui/htmllib/top_heading.py
M cmk/gui/wato/pages/activate_changes.py
M cmk/gui/watolib/activate_changes.py
Log Message:
-----------
Refactoring: Determine user messages together with license effects
Consolidates the user messages for each effect type instead of creating your own message
when checking for the license state
CMK-12510
Change-Id: I6d5757a76ca1fd6df271c548cff0ecad862fc758
Commit: f7563aec34bd868c7019949d842cc993d9889ebe
https://github.com/tribe29/checkmk/commit/f7563aec34bd868c7019949d842cc993d…
Author: Gav <gavin.mcguigan(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
A .werks/15379
M cmk/gui/plugins/openapi/endpoints/aux_tags/__init__.py
M tests/testlib/rest_api_client.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_auxtags.py
Log Message:
-----------
15379 FIX aux_tags: aux_tag_id must exist in order to update
This werk fixes a bug in the aux_tag put endpoint. Previously
when sending a put request with a non-existing aux_tag_id, it
would result in a 500 internal server error. Now we conform
to our other endpoints and return a 404 response.
CMK-12320
Change-Id: I4063d61e1a827a978d76cbdde0ae8daf92c4b837
Commit: 9d5b2dc69b6094958e8cd2d85e2ecb100d6a29db
https://github.com/tribe29/checkmk/commit/9d5b2dc69b6094958e8cd2d85e2ecb100…
Author: Gav <gavin.mcguigan(a)tribe29.com>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
A .werks/15431
M cmk/gui/plugins/openapi/endpoints/rule/__init__.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_rules.py
Log Message:
-----------
15431 FIX rule: Return a 404 when a rule doesn't exist on the GET endpoint
This werk is to fix an issue with the GET rule endpoint. Previously
the response contained a bug report when the rule didn't exist.
Now we conform to our other endpoints and return a 404 problem
response.
CMK-11900
Change-Id: I6c035e7c2f967a5858a5dc888d30742c78106809
Compare:
https://github.com/tribe29/checkmk/compare/e9ee80db2ad4...9d5b2dc69b60