From d71d48fd7e57ed98497339a7bb8636fb56dd4b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw?= <54472480+radoslaw-sz@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:42:56 +0100 Subject: [PATCH 1/4] Add Highlights plugin to plugins marketplace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Radosław <54472480+radoslaw-sz@users.noreply.github.com> --- microsite/data/plugins/highlights | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 microsite/data/plugins/highlights diff --git a/microsite/data/plugins/highlights b/microsite/data/plugins/highlights new file mode 100644 index 0000000000..627d488247 --- /dev/null +++ b/microsite/data/plugins/highlights @@ -0,0 +1,12 @@ +--- +title: Highlights +author: RSC Labs +authorUrl: https://rsoftcon.com/ +category: Discovery +description: Highlight what is important for you and put it on front for the quick view and access. Built-in support of Git information from Gerrit and Gitlab. +documentation: https://github.com/RSC-Labs/backstage-highlights-plugin/blob/main/README.md +iconUrl: https://raw.githubusercontent.com/RSC-Labs/backstage-highlights-plugin/main/docs/highlighter.png +npmPackageName: '@rsc-labs/backstage-highlights-plugin' +tags: + - highlights +addedDate: '2023-11-20' From bcae28f9f3784fde182b6bb8befa4e6e4f699642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw?= <54472480+radoslaw-sz@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:44:59 +0100 Subject: [PATCH 2/4] Rename highlights to highlights.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Radosław <54472480+radoslaw-sz@users.noreply.github.com> --- microsite/data/plugins/{highlights => highlights.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename microsite/data/plugins/{highlights => highlights.yaml} (100%) diff --git a/microsite/data/plugins/highlights b/microsite/data/plugins/highlights.yaml similarity index 100% rename from microsite/data/plugins/highlights rename to microsite/data/plugins/highlights.yaml From 118285cda8fa830a5c4047dc8b9257a91dd644b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw?= <54472480+radoslaw-sz@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:29:35 +0100 Subject: [PATCH 3/4] Update highlights.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Radosław <54472480+radoslaw-sz@users.noreply.github.com> --- microsite/data/plugins/highlights.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/highlights.yaml b/microsite/data/plugins/highlights.yaml index 627d488247..b0b94b039d 100644 --- a/microsite/data/plugins/highlights.yaml +++ b/microsite/data/plugins/highlights.yaml @@ -3,7 +3,7 @@ title: Highlights author: RSC Labs authorUrl: https://rsoftcon.com/ category: Discovery -description: Highlight what is important for you and put it on front for the quick view and access. Built-in support of Git information from Gerrit and Gitlab. +description: Highlight what is important for you and put it on front for the quick view and access. Built-in support of Git information from Github and Gitlab. documentation: https://github.com/RSC-Labs/backstage-highlights-plugin/blob/main/README.md iconUrl: https://raw.githubusercontent.com/RSC-Labs/backstage-highlights-plugin/main/docs/highlighter.png npmPackageName: '@rsc-labs/backstage-highlights-plugin' From 0bbfe0454bafc52ec457c076c0c293af8a9a704a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw?= <54472480+radoslaw-sz@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:56:11 +0100 Subject: [PATCH 4/4] Update highlights.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Radosław <54472480+radoslaw-sz@users.noreply.github.com> --- microsite/data/plugins/highlights.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/highlights.yaml b/microsite/data/plugins/highlights.yaml index b0b94b039d..82d303f4ed 100644 --- a/microsite/data/plugins/highlights.yaml +++ b/microsite/data/plugins/highlights.yaml @@ -3,7 +3,7 @@ title: Highlights author: RSC Labs authorUrl: https://rsoftcon.com/ category: Discovery -description: Highlight what is important for you and put it on front for the quick view and access. Built-in support of Git information from Github and Gitlab. +description: Highlight what is important for you and put it on front for the quick view and access. Built-in support of Git information from GitHub and GitLab. documentation: https://github.com/RSC-Labs/backstage-highlights-plugin/blob/main/README.md iconUrl: https://raw.githubusercontent.com/RSC-Labs/backstage-highlights-plugin/main/docs/highlighter.png npmPackageName: '@rsc-labs/backstage-highlights-plugin'