Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 62ed65ede657ae39ad7029b6a471282e43f02d44
https://github.com/Checkmk/checkmk/commit/62ed65ede657ae39ad7029b6a471282e4…
Author: Luka Racic <luka.racic(a)checkmk.com>
Date: 2024-09-28 (Sat, 28 Sep 2024)
Changed paths:
R cmk/base/legacy_checks/agent_vsphere.py
R cmk/gui/plugins/wato/special_agents/vsphere.py
A cmk/plugins/vsphere/rulesets/special_agent.py
A cmk/plugins/vsphere/…
[View More]server_side_calls/special_agent.py
M cmk/utils/password_store/hack.py
R tests/unit/checks/test_agent_vsphere.py
A tests/unit/cmk/plugins/vsphere/server_side_calls/test_special_agent.py
M tests/unit/cmk/plugins_consistency/test_special_agent_args.py
Log Message:
-----------
Migrate agent_vsphere to SSC and ruleset APIs
CMK-17409
Change-Id: I77af93881b0c3f2431033418754a00d26dd87ed2
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
[View Less]
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 04aab92f6a5e96f2139fa08377d14c7419dd9abe
https://github.com/Checkmk/checkmk/commit/04aab92f6a5e96f2139fa08377d14c741…
Author: Luka Racic <luka.racic(a)checkmk.com>
Date: 2024-09-28 (Sat, 28 Sep 2024)
Changed paths:
R cmk/base/legacy_checks/agent_storeonce4x.py
R cmk/gui/plugins/wato/special_agents/storeonce4x.py
A cmk/plugins/storeonce4x/rulesets/special_agent.py
A cmk/plugins/…
[View More]storeonce4x/server_side_calls/special_agent.py
M cmk/utils/password_store/hack.py
R tests/unit/checks/test_agent_storeonce4x.py
A tests/unit/cmk/plugins/storeonce4x/__init__.py
A tests/unit/cmk/plugins/storeonce4x/server_side_calls/__init__.py
A tests/unit/cmk/plugins/storeonce4x/server_side_calls/test_agent_storeonce.py
M tests/unit/cmk/plugins_consistency/test_special_agent_args.py
Log Message:
-----------
agent_storeonce4x: Migrate to new API
CMK-17404
Change-Id: Ib3b57a1b5ca2f683d0b7f88b17e8a2375464a70b
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
[View Less]
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 7a86e96500191ac384a84cf7f3cf53d546a5dc82
https://github.com/Checkmk/checkmk/commit/7a86e96500191ac384a84cf7f3cf53d54…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M cmk/gui/graphing/_artwork.py
M cmk/gui/graphing/_explicit_graphs.py
M cmk/gui/graphing/_expression.py
M cmk/gui/graphing/_graph_specification.py
M cmk/gui/…
[View More]graphing/_graph_templates.py
M cmk/gui/graphing/_metric_operation.py
M cmk/gui/graphing/_rrd_fetch.py
R cmk/gui/graphing/_type_defs.py
M tests/unit/cmk/gui/graphing/test_expression.py
M tests/unit/cmk/gui/graphing/test_graph_templates.py
Log Message:
-----------
Dissolve _type_defs.py
Change-Id: I46420742b1e81528fa4bbeafeb11aaa8f2502673
Commit: a3c17f64327411ae773c9134bd0dd9a65c4bb60f
https://github.com/Checkmk/checkmk/commit/a3c17f64327411ae773c9134bd0dd9a65…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
R cmk/gui/graphing/_expression.py
M cmk/gui/graphing/_graph_templates.py
A cmk/gui/graphing/_metric_expression.py
M cmk/gui/graphing/_perfometer.py
R tests/unit/cmk/gui/graphing/test_expression.py
M tests/unit/cmk/gui/graphing/test_graph_templates.py
A tests/unit/cmk/gui/graphing/test_metric_expression.py
M tests/unit/cmk/gui/graphing/test_metrics_graph_template.py
M tests/unit/cmk/gui/test_metrics.py
Log Message:
-----------
Rename '_expression.py' -> '_metric_expression.py'
Change-Id: I0b79ed272c0d27309475bb5f783eaf2a51162687
Commit: d3b38d3b8b2629e90fe7a13f53880c42261a79d9
https://github.com/Checkmk/checkmk/commit/d3b38d3b8b2629e90fe7a13f53880c422…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M cmk/gui/graphing/_metric_operation.py
Log Message:
-----------
Move MetricOpOperator stuff together
Change-Id: Iae67806c5895501a05a6579b8ebc84e65f6b54a5
Compare: https://github.com/Checkmk/checkmk/compare/d6e9fd3da724...d3b38d3b8b26
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
[View Less]
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: c5af67b3e5471e03123d72fe6d9271635317de04
https://github.com/Checkmk/checkmk/commit/c5af67b3e5471e03123d72fe6d9271635…
Author: Moritz Kirschner <moritz.kirschner(a)checkmk.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M tests/testlib/crawler.py
Log Message:
-----------
XSS crawl: Limit browser to task and batch urls
The previous version created a task per url test. This on …
[View More]one hand broke
the asyncio implementation as multiple tasks accessed the same browser
context concurrently. On the other hand this created costly overhead, we
are now splitting the urls into batches and let each task take over one
batch.
Change-Id: Id05dcf1de3e2542470ac4da0acaa4e7532a1a855
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
[View Less]