From ebb154358e518183d3a3b783fd20b42cf5d10579 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 14 Nov 2024 14:10:53 +0100 Subject: [PATCH 1/4] Add OpenScanHub to the status page Fixes packit/packit.dev#970 Signed-off-by: Matej Focko --- archetypes/issues.md | 1 + config.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/archetypes/issues.md b/archetypes/issues.md index 4ee711f..5623d09 100644 --- a/archetypes/issues.md +++ b/archetypes/issues.md @@ -9,6 +9,7 @@ affected: - Testing Farm - Koji - Bodhi + - OpenScanHub resolved: false resolvedWhen: "{{ now.Format "2006-01-02T15:04:00-07:00" }}" section: issue diff --git a/config.yml b/config.yml index c467445..721404a 100644 --- a/config.yml +++ b/config.yml @@ -176,6 +176,9 @@ params: - name: Bodhi description: bodhi.fedoraproject.org category: Others + - name: OpenScanHub + description: openscanhub.fedoraproject.org + category: Others # What date format to use? # From b706b598184e11cde3f740abc7249515a4d03a89 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 14 Nov 2024 14:14:07 +0100 Subject: [PATCH 2/4] Split the external systems into multiple categories Signed-off-by: Matej Focko --- config.yml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/config.yml b/config.yml index 721404a..a320ffc 100644 --- a/config.yml +++ b/config.yml @@ -144,8 +144,14 @@ params: categories: - name: Core description: Systems we have complete control over - - name: Others - description: Systems we use, but have no direct control over + - name: External Upstream Systems + description: > + Systems that are utilized mainly on upstream, but we have no direct + control over + - name: External Downstream Systems + description: > + Systems that are utilized mainly on downstream, but we have no direct + control over # These are your systems. Change them to # change the amount of components. @@ -164,21 +170,23 @@ params: - name: Dashboard description: dashboard.packit.dev category: Core + - name: Copr description: copr.fedorainfracloud.org - If it's down, we can't build your packages. - category: Others + category: External Upstream Systems - name: Testing Farm description: api.dev.testing-farm.io - If it's down, we can't run tests. - category: Others + category: External Upstream Systems + - name: OpenScanHub + description: openscanhub.fedoraproject.org + category: External Upstream Systems + - name: Koji description: koji.fedoraproject.org - category: Others + category: External Downstream Systems - name: Bodhi description: bodhi.fedoraproject.org - category: Others - - name: OpenScanHub - description: openscanhub.fedoraproject.org - category: Others + category: External Downstream Systems # What date format to use? # From c8f26fe6c9fd7d31795ea18e0f3e2887a6f4f4ca Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 14 Nov 2024 14:49:59 +0100 Subject: [PATCH 3/4] Add Anitya and Release Monitoring to systems Signed-off-by: Matej Focko --- archetypes/issues.md | 2 ++ config.yml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/archetypes/issues.md b/archetypes/issues.md index 5623d09..1036071 100644 --- a/archetypes/issues.md +++ b/archetypes/issues.md @@ -10,6 +10,8 @@ affected: - Koji - Bodhi - OpenScanHub + - Image Builder + - Anitya (Release Monitoring) resolved: false resolvedWhen: "{{ now.Format "2006-01-02T15:04:00-07:00" }}" section: issue diff --git a/config.yml b/config.yml index a320ffc..17dd9de 100644 --- a/config.yml +++ b/config.yml @@ -177,10 +177,16 @@ params: - name: Testing Farm description: api.dev.testing-farm.io - If it's down, we can't run tests. category: External Upstream Systems + - name: Image Builder + description: console.redhat.com/insights/image-builder + category: External Upstream Systems - name: OpenScanHub description: openscanhub.fedoraproject.org category: External Upstream Systems + - name: Anitya (Release Monitoring) + description: release-monitoring.org + category: External Downstream Systems - name: Koji description: koji.fedoraproject.org category: External Downstream Systems From 375bcd51c59306a197df4a7c5a40eca745798d61 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 14 Nov 2024 14:51:37 +0100 Subject: [PATCH 4/4] Reorder and split affected systems in template Signed-off-by: Matej Focko --- archetypes/issues.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/archetypes/issues.md b/archetypes/issues.md index 1036071..a7ff883 100644 --- a/archetypes/issues.md +++ b/archetypes/issues.md @@ -5,13 +5,16 @@ affected: - API - Workers - Dashboard + - Copr - Testing Farm - - Koji - - Bodhi - - OpenScanHub - Image Builder + - OpenScanHub + - Anitya (Release Monitoring) + - Koji + - Bodhi + resolved: false resolvedWhen: "{{ now.Format "2006-01-02T15:04:00-07:00" }}" section: issue