Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: b7b7da8efb9d1a7e462d08914bbd0f9aa0234001
https://github.com/Checkmk/checkmk/commit/b7b7da8efb9d1a7e462d08914bbd0f9aa…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
A .werks/15684
M cmk/gui/plugins/openapi/restful_objects/request_schemas.py
M tests/testlib/rest_api_client.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_password.py
Log Message:
-----------
15684 FIX password: empty strings should not be allowed as passwords
When creating or editing a password, the rest-api schema
would previously allow an empty string to be set. This werk
addresses this issue by only allowing passwords of length
1 or more.
Change-Id: I7fbd1772306219af9a0543f9775f75e51100188f
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 00e4c1fb34b2f15cd0452140e37599b6de7a4e04
https://github.com/Checkmk/checkmk/commit/00e4c1fb34b2f15cd0452140e37599b6d…
Author: Martin <martin.hirschvogel(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M cmk/gui/views/builtin_views.py
Log Message:
-----------
IT util views: better titles, switched to average for linux total mem, fixed ESXi filter
Change-Id: I1132b6b2b1f95f9d960ed049a18515a187318604
(cherry picked from commit 8e69a8c979aeb4fae1b22b6cfc1f595d4e36f71a)
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: fa35c90a99ef025489a999ace3d448e17e84cacf
https://github.com/Checkmk/checkmk/commit/fa35c90a99ef025489a999ace3d448e17…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M Makefile
A cmk/utils/werks/__main__.py
R scripts/create-changelog.py
Log Message:
-----------
Move code to create ChangeLog into cmk package
This way all werk related code can be found in one place
Change-Id: I7d1834ea3a3d4b921aa4b369a3c004ad05593a39
Commit: 69ebbffc471244d14ffdf8a78a1e4036ccb06b44
https://github.com/Checkmk/checkmk/commit/69ebbffc471244d14ffdf8a78a1e4036c…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M cmk/utils/werks/__main__.py
Log Message:
-----------
Simplify code to create ChangeLog
We no longer have to try to read ChangeLog.in as it was removed with
Change-Id: Ifa2b17349e4a4665fb3bc10d9b4c033ccdcf03a2
Reduced use of functions, as the main code is quite short and readable
even without additional functions.
Change-Id: I185efe11398e38554345b8bd4fedcf6319cb6beb
Commit: 2ea196bcf0ad54a5ef2afc2992b81393803a4bda
https://github.com/Checkmk/checkmk/commit/2ea196bcf0ad54a5ef2afc2992b813938…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M Makefile
M cmk/utils/werks/__main__.py
R scripts/precompile-werks.py
Log Message:
-----------
Move code to create precompiled werks into cmk package
This way all werk related code can be found in one place
Change-Id: I3f1f376e0adcdbb37d9c52c444e04270064ea9f8
Commit: 69b7550bc2a5da00392a13555e161bd8cf64409a
https://github.com/Checkmk/checkmk/commit/69b7550bc2a5da00392a13555e161bd8c…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M cmk/utils/werks/__main__.py
Log Message:
-----------
clean up werks precompile
Change-Id: I21fa79078080c041e6306d2215c39b2521867ac6
Commit: 973a1c1109311fae9a704f2e0b3f3f27d6e8ebfc
https://github.com/Checkmk/checkmk/commit/973a1c1109311fae9a704f2e0b3f3f27d…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M .gitignore
M Makefile
M artifacts.make
M cmk/utils/werks/__init__.py
M cmk/utils/werks/__main__.py
A cmk/utils/werks/announce/__init__.py
A cmk/utils/werks/announce/templates/announce.md.jinja2
A cmk/utils/werks/announce/templates/announce.txt.jinja2
Log Message:
-----------
Move announce texts from bauwelt to checkmk
Before bauwelt (in bw-release and bw-get-changes) directly called
functions defined in cmk.utils.werks to build the announcements.
Now the creation of announcement is moved into the checkmk repository.
This way the interface between bw-release is no longer the python code.
bw-release will be responsible to download announce*.tar.gz create with
make `pwd`/announce-2.3.0b1.tar.gz
in the build process and load the announcement text from there.
The text is generated twice: One for the announcement for the forum in
markdown, and one in plain text for the mailing list.
Change-Id: I5c272f823cf5169bb12cc8fbc0d75e3c20339d60
Commit: a514eaa37851ebca7530fb8fa83019d74700663e
https://github.com/Checkmk/checkmk/commit/a514eaa37851ebca7530fb8fa83019d74…
Author: Max Linke <max.linke(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M Pipfile
M Pipfile.lock
Log Message:
-----------
remove sphinx pinning
Change-Id: I1e866090e3a7861616a8da83bec43c374e52cb76
Compare: https://github.com/Checkmk/checkmk/compare/8a0ebb4b3175...a514eaa37851
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 99930e78a6f732733053250b4cb5233830da54bb
https://github.com/Checkmk/checkmk/commit/99930e78a6f732733053250b4cb523383…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M cmk/utils/store/_file.py
M tests/unit/cmk/utils/test_store.py
Log Message:
-----------
add possibility to use Fake IO for Object Store
This CL allows to use ObjectStore based functionality
without using real IO, i.e. in unit tests, under condtion
we supply an Io object with proper functionality.
Change-Id: Ie01d8dfb76104c386c1d4ef5a8f36dac4e3e19a4
Commit: 993c8f7f9513b321434bfc36c13e0782356adbf0
https://github.com/Checkmk/checkmk/commit/993c8f7f9513b321434bfc36c13e07823…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M cmk/utils/store/__init__.py
M cmk/utils/store/_file.py
Log Message:
-----------
move copy-paste code to a function
Change-Id: I0d4f80f30a72c6cd9b0bee9bc62d81b04a281813
Commit: 8a0ebb4b3175c5cf6c5b3f7c8827f8a15ee7c25d
https://github.com/Checkmk/checkmk/commit/8a0ebb4b3175c5cf6c5b3f7c8827f8a15…
Author: Martin <martin.hirschvogel(a)checkmk.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M cmk/gui/views/builtin_views.py
Log Message:
-----------
IT util views: better titles, switched to average for linux total mem, fixed ESXi filter
Change-Id: I1132b6b2b1f95f9d960ed049a18515a187318604
Compare: https://github.com/Checkmk/checkmk/compare/4bd085a7481d...8a0ebb4b3175