Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 84b96ee1923b37df323100ede91a0344e31cf088
https://github.com/tribe29/checkmk/commit/84b96ee1923b37df323100ede91a0344e…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M checks/agent_jenkins
Log Message:
-----------
agent_jenkins: Fixed possible MKFetcherError because of missing section parameter
CMK-5556
Change-Id: Ib08039cfe27e026d72b05c574f6326023b4b1c86
Commit: ec72a1d7851fb2fdfd8948bb3a047beefe56e36f
https://github.com/tribe29/checkmk/commit/ec72a1d7851fb2fdfd8948bb3a047beef…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M cmk/gui/plugins/wato/datasource_programs.py
Log Message:
-----------
agent_jenkins: Add transform for infos
CMK-5556
Change-Id: I86b742fae5b565869acdead06517cb4a7193c07d
Commit: 71bcbba0a6f11609e689188cd008b8533ec6b044
https://github.com/tribe29/checkmk/commit/71bcbba0a6f11609e689188cd008b8533…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M cmk/gui/login.py
M cmk/gui/plugins/userdb/__init__.py
M cmk/gui/plugins/userdb/htpasswd.py
M cmk/gui/plugins/userdb/ldap_connector.py
M cmk/gui/plugins/userdb/utils.py
M cmk/gui/userdb.py
M cmk/gui/wato/user_profile.py
M tests/unit/cmk/gui/test_userdb.py
Log Message:
-----------
Cleanup credentials checking function
* Change name to something more meaningful: check_credentials
* Tighten type hints
* Restructure function
* Add unit tests
* Fix ad-hoc user completion when a user exists in htpasswd and not in
user database
The check_credentials function is doing more than simply validating the
username / password combination. This commit prepares for moving this
functionality to another place (where it is used more consistently
accross the different authentication modes). See comment of
login._check_auth()
Change-Id: I5ca347707d32a3d66e61771c3e41346648b8908b
Commit: 7c6f8b0cdb9a03dfc055a501acaba4e95e151eca
https://github.com/tribe29/checkmk/commit/7c6f8b0cdb9a03dfc055a501acaba4e95…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M cmk/gui/sidebar.py
M cmk/gui/userdb.py
M tests/unit/cmk/gui/test_userdb.py
Log Message:
-----------
Move user access time update to correct place
Instead of updating it on some often accessed page, it is better
and more consistent to update it during all page accesses.
Change-Id: Ia93a92b487d00bec416c529bffd7dbd00dc271c6
Compare:
https://github.com/tribe29/checkmk/compare/d861b374f7c6...7c6f8b0cdb9a