]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add config filter and delete routes
authorTatjana Dehler <tdehler@suse.com>
Wed, 13 Mar 2019 13:51:43 +0000 (14:51 +0100)
committerTatjana Dehler <tdehler@suse.com>
Fri, 14 Jun 2019 13:53:29 +0000 (15:53 +0200)
commite78c7a45784a56aacc2a3dd3ed463ca03edb7505
tree75a975d3d4e9182a9648d26aeb01fc56146b5c84
parent0c6cc0d4ec5776d8146fc35f099f2246ef79b8a0
mgr/dashboard: Add config filter and delete routes

Add a filter route to the configurations endpoint to get a subset of
config options in one request.
Add a delete route to the configurations endpoint to delete a
specific config option value.

The commit contains the frontend and backend related changes.

It also adds the missing '/' to `ConfigurationService.bulkCreate` and
unit test.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
(cherry picked from commit cede2d4590429abacee66537e406f2ed2ff4ac0f)
qa/tasks/mgr/dashboard/test_cluster_configuration.py
src/pybind/mgr/dashboard/controllers/cluster_configuration.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-recv-speed-modal/osd-recv-speed-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/configuration.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/configuration.service.ts