Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 147751e2b9765c2eb9a1d3514f3cc89751f80532
https://github.com/tribe29/checkmk/commit/147751e2b9765c2eb9a1d3514f3cc8975…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M agents/wnx/src/engine/providers/check_mk.cpp
M agents/wnx/src/engine/providers/check_mk.h
Log Message:
-----------
[CMK-6766] - fix check_mk.cpp according to tidy
- remove dead code
- extract some code to Function
Change-Id: I005766baaaaa87989adb4dd79c538ebc4b905ba1
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 400f9ff2ea88d70aec75e59deb4fdb209f6f443c
https://github.com/tribe29/checkmk/commit/400f9ff2ea88d70aec75e59deb4fdb209…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M agents/wnx/src/engine/cfg.cpp
M agents/wnx/src/engine/cfg_details.h
Log Message:
-----------
[CMK-6766] - fix cfg.cpp according to tidy
- make some API more readable
Change-Id: I9df6b4029a88b1b1a0ea026e28ff1195325c3fc0
Commit: 315b6bae64cf9954ca0d5bf14192f947100195ef
https://github.com/tribe29/checkmk/commit/315b6bae64cf9954ca0d5bf14192f9471…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M agents/wnx/watest/test-eventlog.cpp
M agents/wnx/watest/test-yaml.cpp
M agents/wnx/watest/test_tools.h
Log Message:
-----------
Improve testing of Windows Client with temporary fs(instead of global test folder)
Change-Id: I38b1fac7fc85e3363dd222b4bdf23f0be3263adf
Compare: https://github.com/tribe29/checkmk/compare/d59867fe3a70...315b6bae64cf
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d59867fe3a7000f4b2cfee3dfe2f2931979b3048
https://github.com/tribe29/checkmk/commit/d59867fe3a7000f4b2cfee3dfe2f29319…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M cmk/core_helpers/tcp.py
Log Message:
-----------
Remove assertion in TCP core helper
It is possible to configure a host where the address is None. This
triggers the assertion and fails with an empty error message. This
patch lets the code fail later with the more helpful
'MKIPAddressLookupError'.
Change-Id: I96e507761bff8c021085d1011d6643def3b069b7
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 35a5af9df09dc7f7b55b8b3eeb35d390403f5460
https://github.com/tribe29/checkmk/commit/35a5af9df09dc7f7b55b8b3eeb35d3904…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M package-lock.json
M package.json
Log Message:
-----------
Update JS dependencies
* Executed "npm update" to perform "safe" dependency upgrades
* Then investigated "npm audit" output to perform necessary updates to
fix the known vulnerabilities
Change-Id: I7ab785e234cdb60d553ef15947123d1074a12622
Commit: 1ca433369f92168285f9e213222363b2c66b4282
https://github.com/tribe29/checkmk/commit/1ca433369f92168285f9e213222363b2c…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
A .werks/11861
M cmk/gui/wato/pages/search.py
Log Message:
-----------
11861 FIX Fix broken host search
The host search in the setup was always showing the message "No WATO folder
//search" after performing a host search.
Change-Id: Ie826bf6da2d07f3176a7b81d9c3d728edb7ecd71
Commit: bd5337b9043398bf70ca3d67f3c2e8c07a3dcb3d
https://github.com/tribe29/checkmk/commit/bd5337b9043398bf70ca3d67f3c2e8c07…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
A .werks/11862
M cmk/gui/valuespec.py
Log Message:
-----------
11862 FIX Fix label completion in config dialogs
The label completion of label input fields was not working in the setup. The
label completion of the config now uses the labels known to the core to execute
the completion.
Change-Id: I2f0326b320a257935fdf981ad910493a05dca3fd
Commit: 1d9b6fb38ce0dde4047e3a120adb9e56f593bd9a
https://github.com/tribe29/checkmk/commit/1d9b6fb38ce0dde4047e3a120adb9e56f…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M .werks/11862
M web/htdocs/themes/facelift/scss/_pages.scss
M web/htdocs/themes/facelift/scss/_variables.scss
M web/htdocs/themes/modern-dark/scss/_variables.scss
Log Message:
-----------
Fix label completion also in view filters
Change-Id: Ib437d71ec28b9a678ad445226c634d5a02da951d
Compare: https://github.com/tribe29/checkmk/compare/44d2b8b95e57...1d9b6fb38ce0
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 925d1394e9d088107a006186a36969e6db9bb27d
https://github.com/tribe29/checkmk/commit/925d1394e9d088107a006186a36969e6d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
A .werks/11862
M cmk/gui/valuespec.py
Log Message:
-----------
11862 FIX Fix label completion in config dialogs
The label completion of label input fields was not working in the setup. The
label completion of the config now uses the labels known to the core to execute
the completion.
Change-Id: I2f0326b320a257935fdf981ad910493a05dca3fd
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 44d2b8b95e575f33043d8b4228f3f0f8be5eb334
https://github.com/tribe29/checkmk/commit/44d2b8b95e575f33043d8b4228f3f0f8b…
Author: Sven Panne <sven.panne(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M agents/check_mk_agent.linux
Log Message:
-----------
Linux Agent: de-bash is_valid_plugin()
This is a fixed version of PR 166 from Rawiri Blundell
(<rawiri.blundell(a)gmail.com>).
Change-Id: Ibb46903b03473b50f7954bae36343773984077f4
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 8bf308bef0859f6f5ee04e9cd033016039329f9b
https://github.com/tribe29/checkmk/commit/8bf308bef0859f6f5ee04e9cd03301603…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M package-lock.json
M package.json
Log Message:
-----------
Update JS dependencies
* Executed "npm update" to perform "safe" dependency upgrades
* Then investigated "npm audit" output to perform necessary updates to
fix the known vulnerabilities
Change-Id: I7ab785e234cdb60d553ef15947123d1074a12622
Commit: 931b42b2cc97035c816ae246da723e09659fae47
https://github.com/tribe29/checkmk/commit/931b42b2cc97035c816ae246da723e096…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
A .werks/11861
M cmk/gui/wato/pages/search.py
Log Message:
-----------
11861 FIX Fix broken host search
The host search in the setup was always showing the message "No WATO folder
//search" after performing a host search.
Change-Id: Ie826bf6da2d07f3176a7b81d9c3d728edb7ecd71
Commit: e434d1e16093c2c6aaff9a7cd0b99c64214cda04
https://github.com/tribe29/checkmk/commit/e434d1e16093c2c6aaff9a7cd0b99c642…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
A .werks/11862
M cmk/gui/valuespec.py
Log Message:
-----------
11862 FIX Fix label completion in config dialogs
The label completion of label input fields was not working in the setup. The
label completion of the config now uses the labels known to the core to execute
the completion.
Change-Id: I2f0326b320a257935fdf981ad910493a05dca3fd
Commit: 75b86b24350d7049e39096a9d4bf907588383cb4
https://github.com/tribe29/checkmk/commit/75b86b24350d7049e39096a9d4bf90758…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M .werks/11862
M web/htdocs/themes/facelift/scss/_pages.scss
M web/htdocs/themes/facelift/scss/_variables.scss
M web/htdocs/themes/modern-dark/scss/_variables.scss
Log Message:
-----------
Fix label completion also in view filters
Change-Id: Ib437d71ec28b9a678ad445226c634d5a02da951d
Compare: https://github.com/tribe29/checkmk/compare/4255f066c2ed...75b86b24350d