]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: report ceph tracker bug/feature through GUI
authorAvan Thakkar <athakkar@redhat.com>
Mon, 10 Jan 2022 09:22:26 +0000 (14:52 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Mon, 17 Jan 2022 14:15:31 +0000 (19:45 +0530)
commited2b4e7a569b26eb2eef56b6f331c4a7cda83a01
treec3bc7b209c9736a4fc318459be3a9a4554d3bc45
parent493181d5dc054213f21d20870c349ac583b94ebe
mgr/dashboard: report ceph tracker bug/feature through GUI

Fixes: https://tracker.ceph.com/issues/44851
Signed-off-by: Shreya Sharma <shreyasharma.ss305@gmail.com>
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
20 files changed:
qa/tasks/mgr/dashboard/test_feedback.py [new file with mode: 0644]
src/mon/MgrMonitor.cc
src/pybind/mgr/dashboard/controllers/feedback.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/feedback/feedback.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/feedback/feedback.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/feedback/feedback.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/feedback/feedback.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/dashboard-help/dashboard-help.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/dashboard-help/dashboard-help.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/feedback.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/feedback.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/model/feedback.py [deleted file]
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/feedback.py [deleted file]
src/pybind/mgr/feedback/__init__.py [new file with mode: 0644]
src/pybind/mgr/feedback/model.py [new file with mode: 0644]
src/pybind/mgr/feedback/module.py [new file with mode: 0644]
src/pybind/mgr/feedback/service.py [new file with mode: 0644]