Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 90241568298ca6d7299177808b41cbee238d66a9
https://github.com/tribe29/checkmk/commit/90241568298ca6d7299177808b41cbee2…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
M omd/Makefile
M omd/packages/packages.make
A omd/packages/protobuf/.gitignore
A omd/packages/protobuf/README.md
A omd/packages/protobuf/download
A omd/packages/protobuf/protobuf-python-3.17.3.tar.gz
A omd/packages/protobuf/protobuf.make
M omd/packages/python3-modules/python3-modules.make
Log Message:
-----------
Add protobuf as OMD package
We pack the python module and protoc for the Checkmk runtime package.
The Mircore will statically link with libprotobuf later.
See omd/packages/protobuf/README.md for further information.
Change-Id: Ib5fcd0eb5b09452dca102eae401a5b352f94c04f
Commit: 8d40b3222250ce0607c44150abae039c93c596dc
https://github.com/tribe29/checkmk/commit/8d40b3222250ce0607c44150abae039c9…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
M Pipfile
M Pipfile.lock
Log Message:
-----------
Add python protobuf to venv
This is only needed for development (pylint, mypy, unit tests).
The module shipped with Checkmk is build by omd/packages/protobuf.
Change-Id: I0ffd489d7fc2e884963d4f93db40b59fd3edc563
Commit: 336eb65ac63122d54164db74f9511f8edd972f3d
https://github.com/tribe29/checkmk/commit/336eb65ac63122d54164db74f9511f8ed…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
M tests/integration/omd/test_python.py
A tests/integration/omd/test_python_protobuf.py
Log Message:
-----------
Add integration test for python protobuf
Change-Id: Ic8a4e74de419c87e6770d77eb9b137fabc09beee
Commit: 299eafeec2ce9fcced26616600701ba36fb0ea35
https://github.com/tribe29/checkmk/commit/299eafeec2ce9fcced26616600701ba36…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
M tests/testlib/site.py
Log Message:
-----------
Fix possible permission issue when locally executing integration tests
The error was:
```
Traceback (most recent call last):
File "tests/scripts/run-integration-test.py", line 116, in <module>
sys.exit(main(sys.argv[1:]))
File "tests/scripts/run-integration-test.py", line 56, in main
site = sf.get_site("test")
File "/home/lm/git/checkmk/tests/testlib/site.py", line 877, in get_site
return self._new_site(name)
File "/home/lm/git/checkmk/tests/testlib/site.py", line 917, in _new_site
site.create()
File "/home/lm/git/checkmk/tests/testlib/site.py", line 425, in create
os.makedirs(self.result_dir())
File "/usr/lib/python3.8/os.py", line 213, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/usr/lib/python3.8/os.py", line 223, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/omd/sites/int_test/results'
```
Change-Id: I1e9605b7ec5093bdb3ac1787ff10f1f1b162116b
Commit: 6d067be0815e76a67552467a64c7d8093bd403c6
https://github.com/tribe29/checkmk/commit/6d067be0815e76a67552467a64c7d8093…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
M omd/README.md
Log Message:
-----------
Extend readme
Change-Id: I60693269797168fcf6cc1cc4257e3427a49caabc
Compare: https://github.com/tribe29/checkmk/compare/0c25f6d842b1...6d067be0815e
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 0c25f6d842b1605a40786a11b51d8543489c0cf7
https://github.com/tribe29/checkmk/commit/0c25f6d842b1605a40786a11b51d85434…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
A .werks/12326
Log Message:
-----------
12326 SEC Windows agent binary files are code signed
Since this release the following binary files are code signed with tribe29 digital
certificate:
<ul>
<li>check_mk_agent.msi</li>
<li>check_mk_agent.exe</li>
<li>check_mk_agent-64.exe</li>
</ul>
Details of the used digital certificate:
Name of signer: <tt>tribe29 GmbH</tt>
Digest algorithm: <tt>SHA256</tt>
Timestamp: presented
Change-Id: I3b89b33e21448052d5b3c1660c0eac277359ad46