Branch: refs/heads/2.2.0
Home:
https://github.com/tribe29/checkmk
Commit: 14d2bbaf9ec897cf7eed12d115332d62165cbf10
https://github.com/tribe29/checkmk/commit/14d2bbaf9ec897cf7eed12d115332d621…
Author: René Slowenski <rene.slowenski(a)tribe29.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M tests/testlib/playwright/helpers.py
Log Message:
-----------
Increased timeout of check_success() helper
In an attempt to fix flakes in the following tests:
* tests/gui_e2e/test_asvs.py::test_v2_1_5
* tests/gui_e2e/test_asv.py::test_user_change_password_success
...the value of timeout_ms is raised from 5000 to 15000.
I also removed the return statement from three functions that returned
a click() but are defined as returning None, since mypy complained.
Change-Id: Ieb3f46cf17e47dcca10446ed6c3786c28e12f924
Commit: 1c9cbfd182387fd30bdd897d946e4f906d9b35cf
https://github.com/tribe29/checkmk/commit/1c9cbfd182387fd30bdd897d946e4f906…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M cmk/utils/packaging/_mkp.py
Log Message:
-----------
Fix up missunderstood version requirement
A required version of "2.2.0" would mean the MKP is not
allowed in "2.2.0b1", as "2.2.0" is the specific version
released after the last beta release, and before the first
patch release.
This function can be removed once "2.2.0" is actually
released. For the future, we plan to implement a dialog
to ask the user whether they really mean to exclude beta
releases.
Change-Id: I3dc94bda633f2fc1d05c017bac24ac02386046ba
Commit: 1fb9661e5b1ff74eb3f5f4de98998df77d0cc9c2
https://github.com/tribe29/checkmk/commit/1fb9661e5b1ff74eb3f5f4de98998df77…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M buildscripts/scripts/build-cmk-packages.groovy
M buildscripts/scripts/utils/upload_artifacts.groovy
Log Message:
-----------
Fix release build related issues
* use rc paths during release builds
* derive full distro lists from enterprise for release builds
Change-Id: Ida9c0d95737d12304834e86bbebcfec8b2202967
Commit: 1d79cae81b8b18c74c5a061ca23ee5994b5673f5
https://github.com/tribe29/checkmk/commit/1d79cae81b8b18c74c5a061ca23ee5994…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths:
M buildscripts/scripts/build-cmk-image.groovy
Log Message:
-----------
Fix release build related issues #2
* rc handling was faulty during docker image build
Change-Id: I469eff31e47330f565ab0528f4b83742e3f6b92c
Compare:
https://github.com/tribe29/checkmk/compare/36640492fff9...1d79cae81b8b