Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 8cac33c630a95a072c814b49609e9d393aaf1846
https://github.com/tribe29/checkmk/commit/8cac33c630a95a072c814b49609e9d393…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M cmk/gui/pagetypes.py
M cmk/gui/plugins/views/commands.py
Log Message:
-----------
Fixup confusing comments in code
CMK-10313
Change-Id: Ifbdcda31b8b8bcd9b6ba8a03ec7168d475455420
Commit: 9557505d1d94ce5c8d4ba66a8d4a94c327c28624
https://github.com/tribe29/checkmk/commit/9557505d1d94ce5c8d4ba66a8d4a94c32…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-05-05 (Thu, 05 May 2022)
Changed paths:
M cmk/gui/dashboard.py
M cmk/gui/plugins/dashboard/view.py
M cmk/gui/views/__init__.py
A cmk/gui/views/datasource_selection.py
Log Message:
-----------
Move DatasourceSelection out of views.__init__
This removes the pnp_graph -> views edge of the cyclic
dependency graph and makes some more cycles easier to
understand and fix.
Moreover, splitting `views.__init__` is going to be
necessary to identify and fix more cyclic deps.
CMK-10313
Change-Id: Id04d450c5b274b996cbb3a4346064eb438f5367c
Compare:
https://github.com/tribe29/checkmk/compare/72cbc8587572...9557505d1d94