Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 8e52bfbda59dc1cacce17615396cc1948518aa54
https://github.com/tribe29/checkmk/commit/8e52bfbda59dc1cacce17615396cc1948…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/activate_changes.py
R cmk/gui/plugins/openapi/endpoints/contact_group.py
A cmk/gui/plugins/openapi/endpoints/contact_group_config.py
R cmk/gui/plugins/openapi/endpoints/folder.py
A cmk/gui/plugins/openapi/endpoints/folder_config.py
R cmk/gui/plugins/openapi/endpoints/host.py
A cmk/gui/plugins/openapi/endpoints/host_config.py
R cmk/gui/plugins/openapi/endpoints/host_group.py
A cmk/gui/plugins/openapi/endpoints/host_group_config.py
M cmk/gui/plugins/openapi/endpoints/service_discovery.py
R cmk/gui/plugins/openapi/endpoints/service_group.py
A cmk/gui/plugins/openapi/endpoints/service_group_config.py
M cmk/gui/plugins/openapi/endpoints/utils.py
M cmk/gui/plugins/openapi/restful_objects/constructors.py
M cmk/gui/plugins/openapi/restful_objects/response_schemas.py
M cmk/gui/plugins/openapi/restful_objects/type_defs.py
M tests-py3/unit/cmk/gui/plugins/openapi/test_openapi_activate_changes.py
A tests-py3/unit/cmk/gui/plugins/openapi/test_openapi_agent.py
A tests-py3/unit/cmk/gui/plugins/openapi/test_openapi_folder_config.py
A tests-py3/unit/cmk/gui/plugins/openapi/test_openapi_group_config.py
A tests-py3/unit/cmk/gui/plugins/openapi/test_openapi_host_config.py
A tests-py3/unit/cmk/gui/plugins/openapi/test_service_discovery.py
M tests-py3/unit/cmk/gui/wsgi/test_wsgi_router.py
M web/htdocs/openapi/checkmk.yaml
Log Message:
-----------
REST API: rename domain objects
* split tests from test_wsgi_router to more specific files
* rename all config related object to *_config
* now livestatus related domain-objects may have the main key of the
namespace
* add lots of type-information
* moved the URL construction (not only in the decorator)
to a (typechecked) function
* smaller bugfixes
Change-Id: I714e7881da3147c57c92bcf7e9714b9d257aa676
Commit: 0200e8d60596ae2d79e3ad90df5ee941d2b129b4
https://github.com/tribe29/checkmk/commit/0200e8d60596ae2d79e3ad90df5ee941d…
Author: Christoph Rauch <christoph.rauch(a)tribe29.com>
Date: 2020-07-02 (Thu, 02 Jul 2020)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/host_config.py
Log Message:
-----------
REST-API: Use DomainObjectMember helper
Change-Id: I03eaea7f9acd9290ade2103d1c502fdc5ae0bfd9
Compare:
https://github.com/tribe29/checkmk/compare/2f703c3a33ad...0200e8d60596