Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 2a5e9596ee0b745af27cc2e5d544204e7044012a
https://github.com/Checkmk/checkmk/commit/2a5e9596ee0b745af27cc2e5d544204e7…
Author: Lukas Lengler <lukas.lengler(a)checkmk.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
M cmk/gui/pagetypes.py
M cmk/gui/visuals/_page_list.py
M web/htdocs/js/modules/page_menu.ts
Log Message:
-----------
Minor improvements to "Bookmark list"
* Sentence case in "Related" page menu
* Rename "Customized" table to "Bookmark lists"
* "Delete selected" is only avaiable when bookmarks are selected
* Adjust deletion texts
Note: this affects change affects all pagetypes
CMK-13168
Change-Id: I2edf0dd6b5cfca1e52fade6f9fc0c1fa932fdc97
Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: 571a068a5f877da084f6f38fddf2ba2b4e0795e3
https://github.com/Checkmk/checkmk/commit/571a068a5f877da084f6f38fddf2ba2b4…
Author: Lukas Lengler <lukas.lengler(a)checkmk.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
M cmk/gui/pagetypes.py
M cmk/gui/visuals/_page_list.py
M web/htdocs/js/modules/page_menu.ts
Log Message:
-----------
Minor improvements to "Bookmark list"
* Sentence case in "Related" page menu
* Rename "Customized" table to "Bookmark lists"
* "Delete selected" is only avaiable when bookmarks are selected
* Adjust deletion texts
Note: this affects change affects all pagetypes
CMK-13168
Change-Id: I2edf0dd6b5cfca1e52fade6f9fc0c1fa932fdc97
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 89a0a291d2c05c90336e39b91d6ad42ca7f4266c
https://github.com/Checkmk/checkmk/commit/89a0a291d2c05c90336e39b91d6ad42ca…
Author: David Gervasoni <david.gervasoni(a)checkmk.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
A .werks/16327
M cmk/base/plugins/agent_based/netapp_ontap_environment.py
Log Message:
-----------
16327 FIX netapp_ontap_environment: show unit of measurement in summary
The service summary now displays the units of measurement of the monitored value.
Change-Id: Ib75b8a2a86139c3873e567ee0613b3f21bdb8c1c
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 3b8864ddbf1824dea637563aaff4399472fd0426
https://github.com/Checkmk/checkmk/commit/3b8864ddbf1824dea637563aaff439947…
Author: Leonardo Petrora <leonardo.petrora(a)checkmk.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
A cmk/gui/openapi/endpoints/autocomplete/__init__.py
A cmk/gui/openapi/endpoints/autocomplete/request_schemas.py
A cmk/gui/openapi/endpoints/autocomplete/response_schemas.py
M cmk/gui/openapi/registration.py
M cmk/gui/openapi/restful_objects/type_defs.py
M cmk/utils/livestatus_helpers/testing.py
M tests/testlib/rest_api_client.py
A tests/unit/cmk/gui/openapi/test_openapi_autocompleters.py
Log Message:
-----------
Endpoint to access autocomplete funcionality (Internal)
Our Grafana's data source plugin relies on the Web API to access the
autocomplete functionality. As Web API is being deprecated, we'd need to
acces them from the REST API.
This endpoint fixes security issues related to the Web API
authentication schema and Grafana's plugin limitations.
CMK-15695
Change-Id: I11be388071cd7d9e569afac0f2d833bbb7bfd6dc
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: ef62b22bc034bd58fa7f4bc0b6fc694856cc169e
https://github.com/Checkmk/checkmk/commit/ef62b22bc034bd58fa7f4bc0b6fc69485…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
R cmk/gui/plugins/openapi/endpoints/autocomplete/__init__.py
R cmk/gui/plugins/openapi/endpoints/autocomplete/request_schemas.py
R cmk/gui/plugins/openapi/endpoints/autocomplete/response_schemas.py
M cmk/gui/plugins/openapi/restful_objects/type_defs.py
M cmk/utils/livestatus_helpers/testing.py
M tests/testlib/rest_api_client.py
R tests/unit/cmk/gui/plugins/openapi/test_openapi_autocompleters.py
Log Message:
-----------
Revert "Endpoint to access autocomplete funcionality (Internal)"
This reverts commit 03b41965e45c8f282079897be0eec5d91ef0758b.
Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: 257eaa663b3be599d13a193e4feafd6bbbd8a693
https://github.com/Checkmk/checkmk/commit/257eaa663b3be599d13a193e4feafd6bb…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
M .werks/16295
Log Message:
-----------
postfix werk change to 'compat'
With the added item remapping this is no longer incomatible.
Change-Id: I5967b9fa715f9c34f4441f87af1981ef42b02b18
Commit: e36b3254a927d86b8cf7b0b03c4965994b1a6935
https://github.com/Checkmk/checkmk/commit/e36b3254a927d86b8cf7b0b03c4965994…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
R cmk/gui/openapi/endpoints/autocomplete/__init__.py
R cmk/gui/openapi/endpoints/autocomplete/request_schemas.py
R cmk/gui/openapi/endpoints/autocomplete/response_schemas.py
M cmk/gui/openapi/registration.py
M cmk/gui/openapi/restful_objects/type_defs.py
M cmk/utils/livestatus_helpers/testing.py
M tests/testlib/rest_api_client.py
R tests/unit/cmk/gui/openapi/test_openapi_autocompleters.py
Log Message:
-----------
Revert "Endpoint to access autocomplete funcionality (Internal)"
This reverts commit 60e0f8ae76f6e214cfa0ab83872e8b3ed73d6530.
Compare: https://github.com/Checkmk/checkmk/compare/c058a32d0716...e36b3254a927
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 5beda3919cd1f77b8b08c5488f410e774631ff5a
https://github.com/Checkmk/checkmk/commit/5beda3919cd1f77b8b08c5488f410e774…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
R cmk/gui/openapi/endpoints/autocomplete/__init__.py
R cmk/gui/openapi/endpoints/autocomplete/request_schemas.py
R cmk/gui/openapi/endpoints/autocomplete/response_schemas.py
M cmk/gui/openapi/registration.py
M cmk/gui/openapi/restful_objects/type_defs.py
M cmk/utils/livestatus_helpers/testing.py
M tests/testlib/rest_api_client.py
R tests/unit/cmk/gui/openapi/test_openapi_autocompleters.py
Log Message:
-----------
Revert "Endpoint to access autocomplete funcionality (Internal)"
May break slow unit tests
This reverts commit 60e0f8ae76f6e214cfa0ab83872e8b3ed73d6530.