From a51b2fcc768ad273ab93657880b0f2f2ebe19d1b Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Thu, 22 Feb 2024 10:31:00 +0000 Subject: [PATCH 1/2] Added business dashboard Reviewed-by: tischrei Co-authored-by: Gode, Sebastian Co-committed-by: Gode, Sebastian --- otc_metadata/data/documents/bd-umn.yaml | 6 ++++++ otc_metadata/data/services/bd.yaml | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 otc_metadata/data/documents/bd-umn.yaml create mode 100644 otc_metadata/data/services/bd.yaml diff --git a/otc_metadata/data/documents/bd-umn.yaml b/otc_metadata/data/documents/bd-umn.yaml new file mode 100644 index 00000000..ecfb9ddf --- /dev/null +++ b/otc_metadata/data/documents/bd-umn.yaml @@ -0,0 +1,6 @@ +--- +link: /business-dashboard/umn/ +rst_location: umn/source +service_type: bd +title: User Guide +type: umn diff --git a/otc_metadata/data/services/bd.yaml b/otc_metadata/data/services/bd.yaml new file mode 100644 index 00000000..189768b6 --- /dev/null +++ b/otc_metadata/data/services/bd.yaml @@ -0,0 +1,13 @@ +--- +environment: internal +repositories: +- environment: internal + repo: docs/business-dashboard + type: gitea +service_category: other +service_title: Business Dashboard +service_type: bd +service_uri: business-dashboard +teams: +- name: docs-dashboard-rw + permission: write From 6cfd6ae04be46219aae93acc8e3ffe6dd667fac2 Mon Sep 17 00:00:00 2001 From: tischrei Date: Thu, 22 Feb 2024 13:25:48 +0000 Subject: [PATCH 2/2] fix pep8 template in tox.ini Reviewed-by: Gode, Sebastian Co-authored-by: tischrei Co-committed-by: tischrei --- otc_metadata/templates/tox.ini.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/otc_metadata/templates/tox.ini.j2 b/otc_metadata/templates/tox.ini.j2 index ed8b8e26..8be94f0e 100644 --- a/otc_metadata/templates/tox.ini.j2 +++ b/otc_metadata/templates/tox.ini.j2 @@ -13,6 +13,8 @@ commands = stestr run {posargs} stestr slowest [testenv:pep8] +allowlist_externals = + doc8 commands = doc8 doc/source README.rst