Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 63bfb6c14fad9a920405f6102f5dd44e5ad59ace
https://github.com/tribe29/checkmk/commit/63bfb6c14fad9a920405f6102f5dd44e5…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/activate_changes.py
M cmk/gui/plugins/openapi/restful_objects/request_schemas.py
M cmk/gui/plugins/openapi/utils.py
M cmk/gui/plugins/sidebar/wato.py
M cmk/gui/plugins/wato/omd_configuration.py
M cmk/gui/plugins/wato/utils/__init__.py
M cmk/gui/plugins/webapi/webapi.py
M cmk/gui/wato/__init__.py
M cmk/gui/wato/pages/activate_changes.py
M cmk/gui/wato/pages/host_rename.py
M cmk/gui/watolib/__init__.py
M tests/unit/cmk/gui/conftest.py
Log Message:
-----------
Avoid transient imports #2
This removes one more cyclic dependencies.
CMK-10313
Change-Id: I37228823e8a532eb0173eea3c99cb5586b41c274
Commit: b406af04a3b4e1de23d38ddc431b8b59df131f53
https://github.com/tribe29/checkmk/commit/b406af04a3b4e1de23d38ddc431b8b59d…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M cmk/gui/plugins/wato/ac_tests.py
M cmk/gui/plugins/wato/utils/__init__.py
M cmk/gui/wato/__init__.py
M cmk/gui/watolib/__init__.py
M tests/unit/cmk/gui/watolib/test_analyze_configuration.py
Log Message:
-----------
Avoid transient imports #3
This leaves the module `analyze_configuration` out
of any import cycle.
CMK-10313
Change-Id: Ie7fc406d90ce1df9a28a13b4bad5d284f655afe8
Commit: 97c3538de4584cec24665080682f5fa81b28f9c1
https://github.com/tribe29/checkmk/commit/97c3538de4584cec24665080682f5fa81…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/cli.rs
Log Message:
-----------
cmk-agent-ctl: Rearrange windows-specific PullArgs
For unknown reasons, in this version, the #[cfg(windows)] tag gets
detected by the vscode language-server (rust-analyzer) on Linux,
while the previous approach did not (showed an "unknown-field" error)
Change-Id: I68ca283e002c5edb96e5769701fb600c04d040a2
Commit: 12afabbf45971e6635661bc8f6509dee562893da
https://github.com/tribe29/checkmk/commit/12afabbf45971e6635661bc8f6509dee5…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/cli.rs
M agents/cmk-agent-ctl/src/config.rs
M agents/cmk-agent-ctl/src/lib.rs
M agents/cmk-agent-ctl/src/modes/status.rs
Log Message:
-----------
CMK-10101: Provide CLI option for using sytem proxy
Intermediate step, not in use yet
Change-Id: I1304da463be534b7f4a82411636f8af759f230f9
Commit: 7da1c5619f87186a501610c9f9a274a9e8d513fb
https://github.com/tribe29/checkmk/commit/7da1c5619f87186a501610c9f9a274a9e…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/config.rs
M agents/cmk-agent-ctl/src/lib.rs
M agents/cmk-agent-ctl/src/modes/daemon.rs
M agents/cmk-agent-ctl/src/modes/push.rs
M agents/cmk-agent-ctl/src/modes/registration.rs
M agents/cmk-agent-ctl/src/modes/status.rs
Log Message:
-----------
CMK-10101: cmk-agent-ctl: Pass ClientConfig to push and status
Intermediate step
Change-Id: Ie97e1485ff0a4328c60af64ecd52c392f60e412c
Commit: fb7f1a430cd66d34ce300e5cd6a53be733d8d068
https://github.com/tribe29/checkmk/commit/fb7f1a430cd66d34ce300e5cd6a53be73…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/agent_receiver_api.rs
M agents/cmk-agent-ctl/src/certs.rs
M agents/cmk-agent-ctl/src/modes/push.rs
M agents/cmk-agent-ctl/src/modes/registration.rs
M agents/cmk-agent-ctl/src/modes/status.rs
Log Message:
-----------
CMK-10101: cmk-agent-ctl: Optionally disable proxy usage of reqwest::Client
Change-Id: I7ce3c716a3c4d545966396a1a8242fe780928091
Commit: 39060b3379a350c7f2c4471b51cb42e4d8b908bb
https://github.com/tribe29/checkmk/commit/39060b3379a350c7f2c4471b51cb42e4d…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M agents/cmk-agent-ctl/src/config.rs
M agents/cmk-agent-ctl/src/lib.rs
Log Message:
-----------
CMK-10101: cmk-agent-ctl: Make detect_proxy available as file config option
Change-Id: I455a0eb0f9d5348da37de223f798c2df6d560818
Compare:
https://github.com/tribe29/checkmk/compare/b695e41a215c...39060b3379a3