Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 1064da4f8f2a327888db58dcd2e7f7471e3d8489
https://github.com/Checkmk/checkmk/commit/1064da4f8f2a327888db58dcd2e7f7471…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M cmk/gui/graphing/_utils.py
Log Message:
-----------
Remove CombinedGraphRecipe
Now that the GraphRecipes are Pydantic models instead of TypedDicts, we
have covariance and therefore don't need the subclass anymore.
CMK-14365
Change-Id: I75c7d46df1823cb9736511c2eca2c2ae9aeb4c75
Commit: 935d4bb322f7729986c301ade45a9dc7400b595e
https://github.com/Checkmk/checkmk/commit/935d4bb322f7729986c301ade45a9dc74…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M cmk/gui/graphing/_artwork.py
M cmk/gui/graphing/_graph_images.py
M cmk/gui/graphing/_html_render.py
M cmk/gui/graphing/_rrd_fetch.py
M cmk/gui/graphing/_utils.py
M cmk/gui/metrics.py
M cmk/gui/painter/v0/base.py
M cmk/gui/raw/plugins/main_modules/registration.py
M cmk/gui/views/graph.py
Log Message:
-----------
Remove CombinedGraphMetric
We can simply replace CombinedGraphMetric with GraphMetric. The one
extra field of CombinedGraphMetric is not needed anymore.
CMK-14365
Change-Id: Iaea0a29cf89704efc7962bc61a7e2ab2abadb2a9
Commit: 1738df9d173aeb939b20390d5ea2f488b6cc3e11
https://github.com/Checkmk/checkmk/commit/1738df9d173aeb939b20390d5ea2f488b…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M pyproject.toml
M tests/unit/cmk/base/test_diagnostics.py
Log Message:
-----------
Reduce pytest warnings a bit.
Change-Id: I8bcc10de600600089ae381d1a00fa08d73bcf97a
Commit: 421e6943faca8a00c3a4bcaed9de05272034fac3
https://github.com/Checkmk/checkmk/commit/421e6943faca8a00c3a4bcaed9de05272…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M resources/license-header.js
M web/htdocs/js/index.ts
M web/htdocs/js/mobile.ts
M web/htdocs/js/modules/activation.ts
M web/htdocs/js/modules/ajax.ts
M web/htdocs/js/modules/async_progress.ts
M web/htdocs/js/modules/availability.ts
M web/htdocs/js/modules/background_job.ts
M web/htdocs/js/modules/backup.ts
M web/htdocs/js/modules/bi.ts
M web/htdocs/js/modules/dashboard.ts
M web/htdocs/js/modules/element_dragging.ts
M web/htdocs/js/modules/figures/cmk_figure_tooltip.ts
M web/htdocs/js/modules/figures/cmk_figures.ts
M web/htdocs/js/modules/figures/cmk_figures_plugins.ts
M web/htdocs/js/modules/figures/cmk_figures_utils.ts
M web/htdocs/js/modules/figures/cmk_stats.ts
M web/htdocs/js/modules/figures/cmk_table.ts
M web/htdocs/js/modules/figures/figure_types.ts
M web/htdocs/js/modules/figures/multi_data_fetcher.ts
M web/htdocs/js/modules/foldable_container.ts
M web/htdocs/js/modules/forms.ts
M web/htdocs/js/modules/graph_integration.ts
M web/htdocs/js/modules/graphs.ts
M web/htdocs/js/modules/help.ts
M web/htdocs/js/modules/host_diagnose.ts
M web/htdocs/js/modules/hover.ts
M web/htdocs/js/modules/nodevis/datasources.ts
M web/htdocs/js/modules/nodevis/example_generator.ts
M web/htdocs/js/modules/nodevis/force_simulation.ts
M web/htdocs/js/modules/nodevis/infobox.ts
M web/htdocs/js/modules/nodevis/layer_utils.ts
M web/htdocs/js/modules/nodevis/layers.ts
M web/htdocs/js/modules/nodevis/layout.ts
M web/htdocs/js/modules/nodevis/layout_styles.ts
M web/htdocs/js/modules/nodevis/layout_utils.ts
M web/htdocs/js/modules/nodevis/link_types.ts
M web/htdocs/js/modules/nodevis/link_utils.ts
M web/htdocs/js/modules/nodevis/main.ts
M web/htdocs/js/modules/nodevis/node_types.ts
M web/htdocs/js/modules/nodevis/node_utils.ts
M web/htdocs/js/modules/nodevis/search.ts
M web/htdocs/js/modules/nodevis/toolbar.ts
M web/htdocs/js/modules/nodevis/toolbar_utils.ts
M web/htdocs/js/modules/nodevis/type_defs.ts
M web/htdocs/js/modules/nodevis/utils.ts
M web/htdocs/js/modules/nodevis/viewport.ts
M web/htdocs/js/modules/number_format.ts
M web/htdocs/js/modules/page_menu.ts
M web/htdocs/js/modules/password_meter.ts
M web/htdocs/js/modules/popup_menu.ts
M web/htdocs/js/modules/prediction.ts
M web/htdocs/js/modules/profile_replication.ts
M web/htdocs/js/modules/quicksearch.ts
M web/htdocs/js/modules/reload_pause.ts
M web/htdocs/js/modules/search.ts
M web/htdocs/js/modules/selection.ts
M web/htdocs/js/modules/service_discovery.ts
M web/htdocs/js/modules/sidebar.ts
M web/htdocs/js/modules/sites.ts
M web/htdocs/js/modules/sla.ts
M web/htdocs/js/modules/transfer.ts
M web/htdocs/js/modules/types.ts
M web/htdocs/js/modules/utils.ts
M web/htdocs/js/modules/valuespecs.ts
M web/htdocs/js/modules/views.ts
M web/htdocs/js/modules/visibility_detection.ts
M web/htdocs/js/modules/wato.ts
M web/htdocs/js/modules/webauthn.ts
M web/htdocs/js/side_index.ts
Log Message:
-----------
Update license header to 2023 in typescript
Maybe we should look for a library that supports date placeholder in
license headers.
Change-Id: I5efd420b8fe09e65357e453b81ee375968cc2b31
Commit: 387ab5d423b60a0ebd590eee1138beeafb1a51c2
https://github.com/Checkmk/checkmk/commit/387ab5d423b60a0ebd590eee1138beeaf…
Author: Zoey Hilton <zoey.hilton(a)checkmk.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M cmk/gui/wato/pages/user_profile/two_factor.py
M package-lock.json
M package.json
M web/htdocs/js/index.ts
A web/htdocs/js/modules/qrcode_rendering.ts
Log Message:
-----------
Implement QR code
-For TOTP register
-Installed qrnode npm module
-Updated secret English
-made QR code pull data on page load
Change-Id: Ie79a9df8acd851a62a36276beb3b76bea679ee37
Compare:
https://github.com/Checkmk/checkmk/compare/92189255c296...387ab5d423b6