Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: fa02eb0709d3807fed4dff9dbaf177412e4e7498
https://github.com/tribe29/checkmk/commit/fa02eb0709d3807fed4dff9dbaf177412…
Author: Maximilian Wirtz <maximilian.wirtz(a)tribe29.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M tests/gui_e2e/test_hosts.py
Log Message:
-----------
Add ajax_reschedule.py gui_e2e test
Change-Id: Ie4b204367689adaf8963d369e2ca0f6c0d0f63ab
Commit: 558aa96b0cf86052743cdce8a061754f7b58350c
https://github.com/tribe29/checkmk/commit/558aa96b0cf86052743cdce8a061754f7…
Author: Andreas Boesl <andreas.boesl(a)tribe29.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
A .werks/14156
Log Message:
-----------
14156 FIX Fixed bug where bi aggregations were occasionally incomplete/missing
The compiled aggregation trees were incomplete when a user with a restricted host/service view triggered the bi-compilation.
Change-Id: I66b675cd1538eb1079c008d09b5baa36d2f6eef2
Commit: fd651a016668163c1a9a27be0460d981fa18ee65
https://github.com/tribe29/checkmk/commit/fd651a016668163c1a9a27be0460d981f…
Author: Andreas Boesl <andreas.boesl(a)tribe29.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
R .werks/14155
M cmk/gui/hooks.py
M cmk/gui/utils/__init__.py
Log Message:
-----------
Revert "WK14155: Sorter: improved performance"
This reverts commit f93dfe08c952b6b58c68e236ae04d9ec47845331.
Commit: e212fa579baecefaeaf2f0996ad44b6656a91c6e
https://github.com/tribe29/checkmk/commit/e212fa579baecefaeaf2f0996ad44b665…
Author: Andreas Boesl <andreas.boesl(a)tribe29.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
R .werks/14156
Log Message:
-----------
Revert "14156 FIX Fixed bug where bi aggregations were occasionally incomplete/missing"
This reverts commit 558aa96b0cf86052743cdce8a061754f7b58350c.
Compare: https://github.com/tribe29/checkmk/compare/c3cedf110772...e212fa579bae
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 2428e56ab45fafafef8c5af4049dd064b8e5362d
https://github.com/tribe29/checkmk/commit/2428e56ab45fafafef8c5af4049dd064b…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M buildscripts/infrastructure/build-nodes/centos-7/Dockerfile
M buildscripts/infrastructure/build-nodes/centos-8/Dockerfile
M buildscripts/infrastructure/build-nodes/debian-10/Dockerfile
M buildscripts/infrastructure/build-nodes/debian-11/Dockerfile
M buildscripts/infrastructure/build-nodes/debian-9/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-12sp3/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-12sp4/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-15/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-15sp1/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-15sp2/Dockerfile
M buildscripts/infrastructure/build-nodes/sles-15sp3/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-16.04/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-18.04/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-19.04/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-20.04/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-21.10/Dockerfile
M buildscripts/infrastructure/build-nodes/ubuntu-22.04/Dockerfile
M buildscripts/scripts/build-build-containers.jenkins
Log Message:
-----------
Shrink our build container images
Stripping the libraries and binaries of the build tools we
create for our own reduces the size significantly.
Change-Id: I5619ed33354002dc2cf298c9d50c3eea0c416f08
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d61fb7d810a71e2bfffed03d06d8b4abc704d80b
https://github.com/tribe29/checkmk/commit/d61fb7d810a71e2bfffed03d06d8b4abc…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M cmk/gui/backup.py
M cmk/gui/crash_handler.py
M cmk/gui/crash_reporting.py
M cmk/gui/dashboard.py
A cmk/gui/htmllib/header.py
M cmk/gui/htmllib/html.py
M cmk/gui/login.py
M cmk/gui/logwatch.py
M cmk/gui/message.py
M cmk/gui/node_visualization.py
M cmk/gui/notifications.py
M cmk/gui/pagetypes.py
M cmk/gui/plugins/wato/utils/html_elements.py
M cmk/gui/prediction.py
M cmk/gui/robotmk.py
M cmk/gui/sidebar/__init__.py
M cmk/gui/user_message.py
M cmk/gui/views/datasource_selection.py
M cmk/gui/visuals.py
M cmk/gui/wato/pages/activate_changes.py
M cmk/gui/wato/pages/fetch_agent_output.py
M cmk/gui/wato/pages/user_profile/abstract_page.py
M cmk/gui/wato/pages/user_profile/replicate.py
M cmk/gui/wato/pages/user_profile/two_factor.py
M cmk/gui/werks.py
M cmk/gui/wsgi/applications/checkmk.py
Log Message:
-----------
htmllib: Extract `header` from generator
This removes 4 dependency cycles.
before:
9 SCC
146 edges
79 vercies
Rank: 76
after:
9 SCC
139 edges
76 vertices
Rank: 72
CMK-10313
Change-Id: I64c336c5c721c768b9e30cf7c645cd30084ee754
Commit: c3cedf1107727a442d4ac4d8366d613b04cee369
https://github.com/tribe29/checkmk/commit/c3cedf1107727a442d4ac4d8366d613b0…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M cmk/gui/page_menu.py
Log Message:
-----------
Complete type annotations for page_menu`
Change-Id: Icdc2bdf097228a45219c7305784cecb834dccb4c
Compare: https://github.com/tribe29/checkmk/compare/cb5f27c20ca5...c3cedf110772
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: cb5f27c20ca5cea50c20125cc51e3bd30d9bb59b
https://github.com/tribe29/checkmk/commit/cb5f27c20ca5cea50c20125cc51e3bd30…
Author: Mazen Alkatlabee <mazen.alkatlabee(a)tribe29.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M web/htdocs/js/modules/figures/cmk_figures.ts
M web/htdocs/js/modules/figures/cmk_stats.js
M web/htdocs/js/modules/figures/cmk_table.js
Log Message:
-----------
make ident objectmethod in FigureBase and its subclasses
Change-Id: I6e10cf5a0bbc736defee332cfdcada30946a3acb