Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 1c0802c5a6a3ce451d4d763c7d11f03a54be46e1
https://github.com/tribe29/checkmk/commit/1c0802c5a6a3ce451d4d763c7d11f03a5…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
M tests/testlib/utils.py
Log Message:
-----------
Integration tests: better detect branch name
Change-Id: Ib3e5ba3ba57768e5a55196081cbbe3b20281f55c
Commit: 631222353e5a830caeeb640861ddd48f3ab09fdd
https://github.com/tribe29/checkmk/commit/631222353e5a830caeeb640861ddd48f3…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
A .werks/12343
M cmk/gui/watolib/hosts_and_folders.py
M cmk/update_config.py
Log Message:
-----------
12343 FIX fix missing __id in folders after upgrade from 1.6.0
When upgrading from 1.6.0 to 2.0.0 until 2.0.0p3, only the
root-folder got assigned a __id key which is required for the
folder endpoints of the REST API. Access to other folders with
the REST API would result in a HTTP 500 error with an error message.
During the upgrade to 2.0.0p4, these folders will be fixed.
No further action (apart from upgrading) is necessary.
Change-Id: Icd7ed54a2cfbba7131ba300d8c2002b2a0286401
Commit: 4909f89d59f8b36d8b842cd4f56545efb47b38d2
https://github.com/tribe29/checkmk/commit/4909f89d59f8b36d8b842cd4f56545efb…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
A .werks/12942
M cmk/gui/plugins/openapi/restful_objects/decorators.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_host_config.py
Log Message:
-----------
12942 FIX REST API: parse HTTP content-type header options
Endpoints of the REST API didn't understand content-types in the form of
"application/json; charset=utf-8" and rejected the call even if it would
be valid according to the RFC. This has now been fixed and the error messsages
have been improved as well.
CMK-8108
Change-Id: I268b58a21fbe2b01ec42ef3a963498c6428d89a7
Commit: 658775363a7fdb43c03af06a7797050e9b51a85c
https://github.com/tribe29/checkmk/commit/658775363a7fdb43c03af06a7797050e9…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
A cmk/gui/fields/__init__.py
A cmk/gui/fields/base.py
A cmk/gui/fields/definitions.py
A cmk/gui/fields/utils.py
M cmk/gui/plugins/openapi/endpoints/acknowledgement.py
M cmk/gui/plugins/openapi/endpoints/activate_changes.py
M cmk/gui/plugins/openapi/endpoints/bi.py
M cmk/gui/plugins/openapi/endpoints/downtime.py
M cmk/gui/plugins/openapi/endpoints/folder_config.py
M cmk/gui/plugins/openapi/endpoints/host.py
M cmk/gui/plugins/openapi/endpoints/host_config.py
M cmk/gui/plugins/openapi/endpoints/host_tag.py
M cmk/gui/plugins/openapi/endpoints/service.py
M cmk/gui/plugins/openapi/endpoints/service_discovery.py
M cmk/gui/plugins/openapi/endpoints/user_config.py
R cmk/gui/plugins/openapi/fields.py
M cmk/gui/plugins/openapi/restful_objects/code_examples.py
M cmk/gui/plugins/openapi/restful_objects/decorators.py
M cmk/gui/plugins/openapi/restful_objects/parameters.py
M cmk/gui/plugins/openapi/restful_objects/params.py
M cmk/gui/plugins/openapi/restful_objects/request_schemas.py
M cmk/gui/plugins/openapi/restful_objects/response_schemas.py
M cmk/gui/plugins/openapi/utils.py
M tests/unit/cmk/gui/plugins/openapi/test_expr_schema.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_folder_config.py
Log Message:
-----------
remake of reverted refactor: move fields to cmk.gui.fields
Change-Id: I4faa7e52d8e2f66f6d855ccb6dc35d2910dd3692
Compare:
https://github.com/tribe29/checkmk/compare/7807a1cc9b4d...658775363a7f