Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 9c014b82f568dd5c3d88ca825e69787f0caeec15
https://github.com/Checkmk/checkmk/commit/9c014b82f568dd5c3d88ca825e69787f0…
Author: Kenneth Okoh <kenneth.okoh(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M packages/cmk-frontend-vue/src/components/CmkSpace.vue
M packages/cmk-frontend-vue/src/form/components/forms/FormCascadingSingleChoice.vue
M packages/cmk-frontend-vue/src/form/components/forms/FormList.vue
M packages/cmk-frontend-vue/src/form/components/forms/FormListOfStrings.vue
Log Message:
-----------
Vue: fix vertical alignment of formspecs
FormList and FormCascadingSingleChoice
CMK-19894 CMK-19985
Change-Id: I951663686a78b9a61c8ea82fea7558eec0216f27
Commit: c865b7e9621cfcd0981757000829e240c369673d
https://github.com/Checkmk/checkmk/commit/c865b7e9621cfcd0981757000829e240c…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/crash_reporting/views.py
M cmk/gui/mkeventd/views.py
M cmk/gui/view.py
M cmk/gui/views/inventory/__init__.py
M cmk/gui/views/page_edit_view.py
M cmk/gui/views/page_show_view.py
M cmk/gui/views/perfometer/sorter.py
M cmk/gui/views/sorter/base.py
M cmk/gui/views/sorter/registry.py
M cmk/gui/views/sorter/sorters.py
M cmk/gui/wato/views.py
M tests/unit/cmk/gui/views/inventory/test_sorter.py
M tests/unit/cmk/gui/views/perfometer/test_perfometer.py
Log Message:
-----------
Sorters: Get rid of useless dependencies
It seems that the arguments of the Sorter was introduced to have the
same signature as the Painter. This is not really helpful and pulls a
lot of things into the class hierarchy. We now (temporarily) get rid of
all constructor arguments and hand over the dependencies directly to the
methods requiring them.
Change-Id: Ib46b9e64a00e4f154ef837178db475bb6b6dba08
Commit: 9d279842e38bc22bc9e40671515a98f9cdde6478
https://github.com/Checkmk/checkmk/commit/9d279842e38bc22bc9e40671515a98f9c…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/crash_reporting/views.py
M cmk/gui/mkeventd/views.py
M cmk/gui/view.py
M cmk/gui/views/host_tag_plugins.py
M cmk/gui/views/inventory/__init__.py
M cmk/gui/views/page_edit_view.py
M cmk/gui/views/page_show_view.py
M cmk/gui/views/perfometer/sorter.py
M cmk/gui/views/sort_url.py
M cmk/gui/views/sorter/__init__.py
M cmk/gui/views/sorter/base.py
M cmk/gui/views/sorter/registry.py
M cmk/gui/views/sorter/sorters.py
M cmk/gui/wato/views.py
M tests/unit/cmk/gui/views/inventory/test_sorter.py
M tests/unit/cmk/gui/views/perfometer/test_perfometer.py
Log Message:
-----------
Sorters: Refactor registry to instance registry
There is no point in having a registry of Sorter classes. Using
instances makes everything easier and allows us to get rid of
a lot of boilerplate code.
Change-Id: I77e27f8cb365612fb166ef50571c1d251f465be9
Compare:
https://github.com/Checkmk/checkmk/compare/34bd6354a5e9...9d279842e38b
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications