Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 8486a792389e2011a620c731c098eba82fed075b
https://github.com/tribe29/checkmk/commit/8486a792389e2011a620c731c098eba82…
Author: Alex Zurhake <alex.zurhake(a)tribe29.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M buildscripts/scripts/build-cmk-container.jenkins
M buildscripts/scripts/build-cmk-container.sh
Log Message:
-----------
Use the workspace to store the CMK image
Change-Id: I4c729bebf963b9f366cfaf5c52d2ae70c1f025e7
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 0aeffd095d391b880bdc657fbdc0cb094fa04556
https://github.com/tribe29/checkmk/commit/0aeffd095d391b880bdc657fbdc0cb094…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M scripts/find-python-files
Log Message:
-----------
Optimize find python files
Looks like a 36x speed-up.
This version deals with files with spaces using
null byte delimeters for find, sort and xargs.
See Note1.
The number of returned files is identical.
--binary-files=without-match is to avoid searching in
binary files such as *.pyc and others.
Here are the timings for the old version:
time ./scripts/find-python-files | wc -l
5046
real 0m8,775s
user 0m11,170s
sys 0m3,721s
And the new one:
time ./scripts/find-python-files | wc -l
5046
real 0m0,258s
user 0m0,198s
sys 0m0,085s
Change-Id: I80e72fb746e835037348a8b6d463745fafadf9e0
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 84b0f1f89c24ce883ead5a31d6b603695a87f31b
https://github.com/tribe29/checkmk/commit/84b0f1f89c24ce883ead5a31d6b603695…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M agents/wnx/src/engine/on_start.cpp
M agents/wnx/src/engine/on_start.h
M agents/wnx/watest/test-cfg.cpp
M agents/wnx/watest/test-log.cpp
M agents/wnx/watest/test_tools.cpp
Log Message:
-----------
Fix some unit test in Windows Agent. Part II
Change-Id: Ia4fa16c1bbb688968cf54f0a069c5281ab4470a5