From 66d2934e4301518fa7b9803e47521b172ec6edf9 Mon Sep 17 00:00:00 2001 From: Gerry-Forde <63045020+Gerry-Forde@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:31:06 +0100 Subject: [PATCH 1/3] My first test --- config/app-config-rhdh.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/app-config-rhdh.yaml b/config/app-config-rhdh.yaml index 0705fc9..37fdb13 100644 --- a/config/app-config-rhdh.yaml +++ b/config/app-config-rhdh.yaml @@ -1,4 +1,5 @@ app: + title: Test GF baseUrl: "${RHDH_BASE_URL}" backend: baseUrl: "${RHDH_BASE_URL}" @@ -45,4 +46,4 @@ catalog: schedule: frequency: { minutes: 3 } initialDelay: { seconds: 15 } - timeout: { minutes: 5 } \ No newline at end of file + timeout: { minutes: 5 } From 919ef4355210f3d3f61fa950db8ddb78aac06094 Mon Sep 17 00:00:00 2001 From: Gerry-Forde <63045020+Gerry-Forde@users.noreply.github.com> Date: Thu, 24 Jul 2025 09:51:11 +0100 Subject: [PATCH 2/3] Create dynamic-plugins-test.yaml --- config/dynamic-plugins-test.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/dynamic-plugins-test.yaml diff --git a/config/dynamic-plugins-test.yaml b/config/dynamic-plugins-test.yaml new file mode 100644 index 0000000..d9749a2 --- /dev/null +++ b/config/dynamic-plugins-test.yaml @@ -0,0 +1,3 @@ +plugins: + - package: ./dynamic-plugins/dist/backstage-community-plugin-tech-radar-backend-dynamic + disabled: true From 253570eb90b168fa4444a9ef2200315480a3181e Mon Sep 17 00:00:00 2001 From: Gerry-Forde <63045020+Gerry-Forde@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:51:39 +0100 Subject: [PATCH 3/3] Delete config/dynamic-plugins-test.yaml --- config/dynamic-plugins-test.yaml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 config/dynamic-plugins-test.yaml diff --git a/config/dynamic-plugins-test.yaml b/config/dynamic-plugins-test.yaml deleted file mode 100644 index d9749a2..0000000 --- a/config/dynamic-plugins-test.yaml +++ /dev/null @@ -1,3 +0,0 @@ -plugins: - - package: ./dynamic-plugins/dist/backstage-community-plugin-tech-radar-backend-dynamic - disabled: true