Branch: refs/heads/2.1.0
Home:
https://github.com/tribe29/checkmk
Commit: 1b1b285e0849f29298c988db94cd2f65ec38d5ae
https://github.com/tribe29/checkmk/commit/1b1b285e0849f29298c988db94cd2f65e…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
A .werks/13393
M cmk/gui/wato/pages/rulesets.py
Log Message:
-----------
13393 Make the order of 'Add rule' buttons more user friendly
On ruleset pages users may add a rule by clicking buttons of different context
information. These
buttons are now sorted with respect to their relevance for users. The new order is
<ul><li>Add rule</li>
<li>Add rule for current host (and service/device, if available)</li>
<li>Add rule in folder <folder_name></li></ul>
(CMK-9579)
Change-Id: I080d542d86d1f755d319297214096bfcd30641ee
Commit: 9829a325fb7658e5920e40f596f32d0bf9aa922d
https://github.com/tribe29/checkmk/commit/9829a325fb7658e5920e40f596f32d0bf…
Author: Kenneth Okoh <kenneth.okoh(a)tribe29.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M cmk/gui/htmllib/__init__.py
M cmk/gui/main_menu.py
M cmk/gui/page_menu.py
M cmk/gui/plugins/visuals/filters.py
M cmk/gui/utils/urls.py
M cmk/gui/views/__init__.py
M cmk/gui/wato/pages/folders.py
M cmk/gui/wato/pages/services.py
M tests/unit/cmk/gui/htmllib/test_html_cls.py
M tests/unit/cmk/gui/utils/test_urls.py
Log Message:
-----------
Introduce an Enum for documentation references
* Doc references (i.e. GUI links to Checkmk's documentation) are now
only type conform when added to the Enum 'DocReferences'
* This enables us to centralize all applied doc references in one class
and to extract this information for use in the knowledge team
(CMK-9185)
Change-Id: Ia6638d0821d93e4d371113b4fd113d2c6308387b
Compare:
https://github.com/tribe29/checkmk/compare/c1a381da11a2...9829a325fb76