Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 77b6b86597c0f33fc35457b9fc3a13d3efa1fa8a
https://github.com/Checkmk/checkmk/commit/77b6b86597c0f33fc35457b9fc3a13d3e…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/utils/graph_specification.py
Log Message:
-----------
Move migration code for legacy graph identifiers to update_config
CMK-14092
Change-Id: I1a8d8e4f3a83fa8484e9be05f5524ffbf85473dc
Commit: faca41f5e2e1d0923da08396eab288aa222d856b
https://github.com/Checkmk/checkmk/commit/faca41f5e2e1d0923da08396eab288aa2…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/plugins/metrics/graph_templates.py
M cmk/gui/type_defs.py
M cmk/gui/utils/graph_specification.py
M tests/unit/cmk/gui/plugins/metrics/test_graph_templates.py
Log Message:
-----------
Remove remaining occurences of legacy graph identifiers
CMK-14092
Change-Id: I5ef9208ccce4d5970171b377b6a30a24df3cd745
Commit: f0d7fae92702bf56bd74711dd16957e85dbb5a3c
https://github.com/Checkmk/checkmk/commit/f0d7fae92702bf56bd74711dd16957e85…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
A cmk/gui/graphing/__init__.py
Log Message:
-----------
New component: cmk.gui.graphing
CMK-14136
Change-Id: I008e664185206b16678db527f1daebf0da57a852
Commit: 14b5c0a31bd98caee7d447f878308c7bd781a4fd
https://github.com/Checkmk/checkmk/commit/14b5c0a31bd98caee7d447f878308c7bd…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/dashboard/dashlet/dashlets/graph.py
A cmk/gui/graphing/_graph_specification.py
M cmk/gui/metrics.py
M cmk/gui/plugins/metrics/explicit_graphs.py
M cmk/gui/plugins/metrics/graph_images.py
M cmk/gui/plugins/metrics/graph_recipe_builder.py
M cmk/gui/plugins/metrics/graph_templates.py
M cmk/gui/plugins/metrics/html_render.py
M cmk/gui/plugins/metrics/utils.py
M cmk/gui/plugins/openapi/endpoints/metric/__init__.py
R cmk/gui/utils/graph_specification.py
M cmk/gui/views/graph.py
M tests/unit/cmk/gui/plugins/metrics/test_rrd_fetch.py
Log Message:
-----------
Move graph specifications to cmk.gui.graphing
CMK-14136
Change-Id: I7e13d202c8386a1750f0abe4ee2ead6da79a2ae6
Commit: 6455f9cf32047837c8ab9dacae2338cdd8030932
https://github.com/Checkmk/checkmk/commit/6455f9cf32047837c8ab9dacae2338cdd…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/graphing/_graph_specification.py
M cmk/gui/metrics.py
M cmk/gui/plugins/metrics/artwork.py
M cmk/gui/plugins/metrics/graph_templates.py
M cmk/gui/plugins/metrics/rrd_fetch.py
M cmk/gui/plugins/metrics/timeseries.py
M cmk/gui/plugins/metrics/utils.py
M cmk/gui/type_defs.py
M tests/unit/cmk/gui/plugins/metrics/test_metrics_graph_template.py
M tests/unit/cmk/gui/plugins/metrics/test_metrics_utils.py
M tests/unit/cmk/gui/plugins/metrics/test_rrd_fetch.py
Log Message:
-----------
Move some types from cmk.gui.type_defs to cmk.gui.graphing
CMK-14136
Change-Id: Idc9523202c8d3aa712f8cda0dfa0a75b56884fe8
Compare: https://github.com/Checkmk/checkmk/compare/0b64e2c355c9...6455f9cf3204
Branch: refs/heads/2.0.0
Home: https://github.com/Checkmk/checkmk
Commit: fcaffb6954c04a330e24e93be07c7892dac0bff1
https://github.com/Checkmk/checkmk/commit/fcaffb6954c04a330e24e93be07c7892d…
Author: Maximilian Wirtz <maximilian.wirtz(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M Pipfile
M Pipfile.lock
M omd/packages/python3-modules/python3-modules.make
R omd/packages/python3-modules/src/docutils-0.15.2.tar.gz
A omd/packages/python3-modules/src/docutils-0.20.1.tar.gz
Log Message:
-----------
Updated docutils and relocked Pipfile
Without the docutils update I was not able to relock...
Change-Id: I207a70795b89af730d35659c6d82e5829ca18e52
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 0b64e2c355c9a926a711008e93ec7734aa06e3c6
https://github.com/Checkmk/checkmk/commit/0b64e2c355c9a926a711008e93ec7734a…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M agents/wnx/src/check_mk_service.vcxproj
M agents/wnx/src/engine/engine.vcxproj
M agents/wnx/watest/watest.vcxproj
Log Message:
-----------
disable build of STL modules
- required for compatability with future C++ compilers
- may be reverted if CI will be red
Change-Id: I02d2203fc7ac164db94dbc2c42828aff95bd35a5
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 5e4f9e9e3cc338ff8ab00c865483df8fea098918
https://github.com/Checkmk/checkmk/commit/5e4f9e9e3cc338ff8ab00c865483df8fe…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/plugins/wato/utils/__init__.py
M cmk/gui/wato/__init__.py
A cmk/gui/wato/pages/events.py
M cmk/gui/wato/pages/notifications.py
Log Message:
-----------
Separate events base mode
Change-Id: Id5b73773aa51d2b01f20609a927e46038926549e
Commit: 99a8862750f3f721594c4252eadd4deddfc02d42
https://github.com/Checkmk/checkmk/commit/99a8862750f3f721594c4252eadd4dedd…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/key_mgmt.py
M cmk/gui/mkeventd/registration.py
M cmk/gui/mkeventd/wato.py
M cmk/gui/plugins/main_modules/registration.py
M cmk/gui/plugins/wato/background_job.py
M cmk/gui/plugins/wato/bi_config.py
M cmk/gui/plugins/wato/utils/__init__.py
R cmk/gui/plugins/wato/utils/base_modes.py
M cmk/gui/plugins/wato/utils/simple_modes.py
M cmk/gui/wato/__init__.py
A cmk/gui/wato/mode/__init__.py
A cmk/gui/wato/mode/_base.py
A cmk/gui/wato/mode/_helpers.py
A cmk/gui/wato/mode/_registry.py
M cmk/gui/wato/page_handler.py
M cmk/gui/wato/pages/activate_changes.py
M cmk/gui/wato/pages/analyze_configuration.py
M cmk/gui/wato/pages/audit_log.py
M cmk/gui/wato/pages/backup.py
M cmk/gui/wato/pages/bulk_discovery.py
M cmk/gui/wato/pages/bulk_edit.py
M cmk/gui/wato/pages/bulk_import.py
M cmk/gui/wato/pages/check_catalog.py
M cmk/gui/wato/pages/custom_attributes.py
M cmk/gui/wato/pages/diagnostics.py
M cmk/gui/wato/pages/download_agents.py
M cmk/gui/wato/pages/events.py
M cmk/gui/wato/pages/folders.py
M cmk/gui/wato/pages/global_settings.py
M cmk/gui/wato/pages/groups.py
M cmk/gui/wato/pages/host_diagnose.py
M cmk/gui/wato/pages/host_rename.py
M cmk/gui/wato/pages/hosts.py
M cmk/gui/wato/pages/icons.py
M cmk/gui/wato/pages/ldap.py
M cmk/gui/wato/pages/not_implemented.py
M cmk/gui/wato/pages/notifications.py
M cmk/gui/wato/pages/object_parameters.py
M cmk/gui/wato/pages/parentscan.py
M cmk/gui/wato/pages/password_store.py
M cmk/gui/wato/pages/pattern_editor.py
M cmk/gui/wato/pages/predefined_conditions.py
M cmk/gui/wato/pages/random_hosts.py
M cmk/gui/wato/pages/read_only.py
M cmk/gui/wato/pages/roles.py
M cmk/gui/wato/pages/rulesets.py
M cmk/gui/wato/pages/search.py
M cmk/gui/wato/pages/services.py
M cmk/gui/wato/pages/sites.py
M cmk/gui/wato/pages/tags.py
M cmk/gui/wato/pages/timeperiods.py
M cmk/gui/wato/pages/user_migrate.py
M cmk/gui/wato/pages/user_profile/change_password.py
M cmk/gui/wato/pages/user_profile/two_factor.py
M cmk/gui/wato/pages/userdb_common.py
M cmk/gui/wato/pages/users.py
M cmk/gui/wato/registration.py
R tests/unit/cmk/gui/plugins/wato/utils/test_base_modes.py
A tests/unit/cmk/gui/wato/test_mode.py
Log Message:
-----------
Move mode_registry to wato package
Change-Id: I7d2e580c8676d92a323390c839c9b51b755e000f
Commit: b51ee073bd81260a4535e68ed07be5a4ce280e84
https://github.com/Checkmk/checkmk/commit/b51ee073bd81260a4535e68ed07be5a4c…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/plugins/main_modules/registration.py
M cmk/gui/wato/pages/__init__.py
M cmk/gui/wato/pages/activate_changes.py
M cmk/gui/wato/pages/backup.py
M cmk/gui/wato/pages/diagnostics.py
M cmk/gui/wato/pages/folders.py
M cmk/gui/wato/pages/host_diagnose.py
M cmk/gui/wato/pages/services.py
M cmk/gui/wato/pages/sites.py
M cmk/gui/wato/registration.py
Log Message:
-----------
Decouple mode registration from import #1
Change-Id: Iecc8fceee3145f0a8019568573472cafdb25ba1b
Commit: 64969c8662cfc01aa8b5a20146547ebf335ee1a4
https://github.com/Checkmk/checkmk/commit/64969c8662cfc01aa8b5a20146547ebf3…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/wato/__init__.py
M cmk/gui/wato/pages/__init__.py
M cmk/gui/wato/pages/analyze_configuration.py
M cmk/gui/wato/pages/audit_log.py
M cmk/gui/wato/pages/bulk_discovery.py
M cmk/gui/wato/pages/bulk_edit.py
M cmk/gui/wato/pages/bulk_import.py
M cmk/gui/wato/pages/check_catalog.py
M cmk/gui/wato/pages/custom_attributes.py
M cmk/gui/wato/pages/download_agents.py
M cmk/gui/wato/pages/global_settings.py
M cmk/gui/wato/pages/groups.py
M cmk/gui/wato/pages/host_rename.py
M cmk/gui/wato/pages/hosts.py
M cmk/gui/wato/pages/icons.py
M cmk/gui/wato/pages/ldap.py
M cmk/gui/wato/pages/not_implemented.py
M cmk/gui/wato/pages/notifications.py
M cmk/gui/wato/pages/object_parameters.py
M cmk/gui/wato/pages/parentscan.py
M cmk/gui/wato/pages/password_store.py
M cmk/gui/wato/pages/pattern_editor.py
M cmk/gui/wato/pages/predefined_conditions.py
M cmk/gui/wato/pages/random_hosts.py
M cmk/gui/wato/pages/read_only.py
M cmk/gui/wato/pages/roles.py
M cmk/gui/wato/pages/rulesets.py
M cmk/gui/wato/pages/search.py
M cmk/gui/wato/pages/tags.py
M cmk/gui/wato/pages/timeperiods.py
M cmk/gui/wato/pages/user_migrate.py
M cmk/gui/wato/pages/user_profile/__init__.py
M cmk/gui/wato/pages/users.py
Log Message:
-----------
Decouple mode registration from import #2
Change-Id: I7c242c4e25b162375322fbaa4e824f6a78bfc252
Commit: b6398bc6cb3522ba25c10b534301d3c8ab09406c
https://github.com/Checkmk/checkmk/commit/b6398bc6cb3522ba25c10b534301d3c8a…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/plugins/wato/background_job.py
M cmk/gui/plugins/wato/bi_config.py
M cmk/gui/wato/registration.py
Log Message:
-----------
Decouple mode registration from import #3
Change-Id: I965cfac319a8850b6704c0347b4ad1df35364efa
Compare: https://github.com/Checkmk/checkmk/compare/4bf1358fe400...b6398bc6cb35
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 137101ea4daf7ad954e6b748e2349f4e13a5c588
https://github.com/Checkmk/checkmk/commit/137101ea4daf7ad954e6b748e2349f4e1…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/utils/prediction/_prediction.py
M tests/integration/cmk/base/test-files/America/New_York/everyday
M tests/integration/cmk/base/test-files/Europe/Berlin/26
M tests/integration/cmk/base/test-files/Europe/Berlin/everyday
M tests/integration/cmk/base/test-files/Europe/Berlin/thursday
M tests/integration/cmk/base/test-files/UTC/sunday
M tests/integration/cmk/base/test_services_prediction.py
Log Message:
-----------
Revert "Revert "prediction: force consistent num_points property""
This reverts commit ed1d5fb5515feb43bef06aedb7abae5d076f9fbb.
Change-Id: I2f9bb2d88244bb42f72d581050ab32851186dd1a
Commit: ce7889906982c158106df7d086c285219becc8d6
https://github.com/Checkmk/checkmk/commit/ce7889906982c158106df7d086c285219…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/utils/prediction/_plugin_interface.py
Log Message:
-----------
Revert "Revert "prediction: just return the prediction""
This reverts commit 02a4a65fae3e8ed6500312677f1e2a548fac2a76.
Change-Id: I434467423cf4d871152c3481e007ceb872f47e50
Commit: 4bf1358fe4007bc0794e4b98b3540d1856ad9051
https://github.com/Checkmk/checkmk/commit/4bf1358fe4007bc0794e4b98b3540d185…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/base/api/agent_based/register/check_plugins_legacy.py
M cmk/base/check_api.py
R cmk/base/item_state.py
M cmk/base/modes/check_mk.py
M tests/unit/checks/test_graylog_sources.py
M tests/unit/cmk/base/check_legacy_includes/test_df.py
M tests/unit/cmk/base/plugins/agent_based/test_aws_ebs.py
R tests/unit/cmk/base/test_item_state.py
R tests/unit/cmk/base/test_item_state_rate_and_average.py
Log Message:
-----------
legac check API: nuke item_state
Change-Id: I20409f2d2676e5700ea90cd3828b65b2ffeb9db1
Compare: https://github.com/Checkmk/checkmk/compare/ea1ffb93297b...4bf1358fe400