]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr/dashboard: create DBCLICommand, use throughout
authorSamuel Just <sjust@redhat.com>
Mon, 24 Nov 2025 17:37:41 +0000 (09:37 -0800)
committerSamuel Just <sjust@redhat.com>
Tue, 2 Dec 2025 01:09:00 +0000 (01:09 +0000)
commit82328544b8a8dc13f93cf2a29787c1dbc0fa52e5
tree873fa3b3346891af7fb9ee65ab0f6b3944661e76
parent28035ca6148604009e110a2d3131eb9b84fdc120
pybind/mgr/dashboard: create DBCLICommand, use throughout

Also moves Command from mgr_module to DBCommand in dashboard/cli.py
since dashboard is the only user and this way it can directly use
DBCLICommand.

Signed-off-by: Samuel Just <sjust@redhat.com>
13 files changed:
src/pybind/mgr/dashboard/cli.py [new file with mode: 0644]
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/plugins/feature_toggles.py
src/pybind/mgr/dashboard/plugins/motd.py
src/pybind/mgr/dashboard/plugins/plugin.py
src/pybind/mgr/dashboard/services/access_control.py
src/pybind/mgr/dashboard/services/iscsi_cli.py
src/pybind/mgr/dashboard/services/nvmeof_cli.py
src/pybind/mgr/dashboard/services/sso.py
src/pybind/mgr/dashboard/tests/__init__.py
src/pybind/mgr/dashboard/tests/test_access_control.py
src/pybind/mgr/dashboard/tests/test_nvmeof_cli.py
src/pybind/mgr/mgr_module.py