]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: add API team to CODEOWNERS 35249/head
authorErnesto Puerta <epuertat@redhat.com>
Tue, 26 May 2020 11:40:59 +0000 (13:40 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Thu, 28 May 2020 11:27:10 +0000 (13:27 +0200)
Fixes: https://tracker.ceph.com/issues/45705
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
.github/CODEOWNERS

index 2850fcd4ef6bc021a264f48fe4acebdfae60391b..83671703f5abe428c21690f9d0b950ecb6596fd0 100644 (file)
@@ -7,6 +7,15 @@
 /monitoring/prometheus                          @ceph/dashboard
 /doc/mgr/dashboard.rst                          @ceph/dashboard
 
+# Dashboard API team
+/src/pybind/mgr/dashboard/controllers                  @ceph/api
+/src/pybind/mgr/dashboard/frontend/src/app/shared/api  @ceph/api
+/src/pybind/mgr/dashboard/run-backend-api-tests.sh     @ceph/api
+/qa/suites/rados/dashboard                             @ceph/api
+/qa/tasks/mgr/test_dashboard.py                        @ceph/api
+/qa/tasks/mgr/dashboard                                @ceph/api
+/qa/tasks/mgr/test_module_selftest.py                  @ceph/api
+
 # For Orchestrator related PRs
 /src/cephadm                                    @ceph/orchestrators
 /src/pybind/mgr/orchestrator                    @ceph/orchestrators