Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 46d5e858678cf9088109271525fcde623d0b3436
https://github.com/tribe29/checkmk/commit/46d5e858678cf9088109271525fcde623…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
A .werks/12031
M cmk/gui/plugins/views/availability.py
M cmk/gui/views.py
M cmk/gui/visuals.py
M tests/unit/cmk/gui/test_visuals.py
Log Message:
-----------
12031 FIX Views: Views are now asking for missing contexts just like dashboards
When a view that requires a context (e.g. as host name) is opened without
a "host" HTTP request variable, the view only showed an error message and
stopped rendering the view. The user then had to add the missing context
information to the view configuration or to the URL variables.
From now on, the view is still displaying a warning
message like "Unable to
render this view, because we miss some required context
information (host).
Please update the form on the right to make this view render.", but also
displaying the filter form asking the user to provide the missing context.
Change-Id: I2338f9645629c4934a3d37e44b8e565b42434358
Commit: 39ebd99273b0bded316660632fe54d0dd8c25b3d
https://github.com/tribe29/checkmk/commit/39ebd99273b0bded316660632fe54d0dd…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M agents/wnx/src/common/mailslot_transport.h
M agents/wnx/src/common/wtools.cpp
Log Message:
-----------
[CMK-6971] - make code more OOP
- separate win32 from the logic
- remove old trash
Change-Id: I7501e42bc6724c9eff455a1dd1e0e6e6dd4a6402
Compare:
https://github.com/tribe29/checkmk/compare/4a031c055db2...39ebd99273b0