From 603094c8369bce8e1943f1d5618a33aaebdd5ebf Mon Sep 17 00:00:00 2001 From: Sathish Kumar Date: Tue, 17 Aug 2021 14:55:47 -0500 Subject: [PATCH 1/3] Adding Backstage Plugin for Gitlab Signed-off-by: Sathish Kumar --- microsite/data/gitlab.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 microsite/data/gitlab.yaml diff --git a/microsite/data/gitlab.yaml b/microsite/data/gitlab.yaml new file mode 100644 index 0000000000..d88f001c07 --- /dev/null +++ b/microsite/data/gitlab.yaml @@ -0,0 +1,12 @@ +--- +title: Gitlab +author: Loblaw +authorUrl: https://github.com/loblaw-sre/backstage-plugin-gitlab +category: CI/CD +description: View Gitlab pipelines, merge requests, languages and contributors. +documentation: https://github.com/loblaw-sre/backstage-plugin-gitlab +iconUrl: https://about.gitlab.com/images/icons/logos/slp-logo.svg +npmPackageName: '@loblaw/backstage-plugin-gitlab' +tags: + - ci + - cd From 83700022a0654facb622b2a41ec6e52d73368dbd Mon Sep 17 00:00:00 2001 From: Sathish Kumar Date: Tue, 17 Aug 2021 19:27:37 -0500 Subject: [PATCH 2/3] Updated the file path for the plugin Signed-off-by: Sathish Kumar --- microsite/data/{ => plugins}/gitlab.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename microsite/data/{ => plugins}/gitlab.yaml (100%) diff --git a/microsite/data/gitlab.yaml b/microsite/data/plugins/gitlab.yaml similarity index 100% rename from microsite/data/gitlab.yaml rename to microsite/data/plugins/gitlab.yaml From 550101a2849e091c4d302209c0e6301f473e60de Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Tue, 17 Aug 2021 19:03:29 -0600 Subject: [PATCH 3/3] GitLab logo, name tweak Signed-off-by: Tim Hansen --- microsite/data/plugins/gitlab.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microsite/data/plugins/gitlab.yaml b/microsite/data/plugins/gitlab.yaml index d88f001c07..7a5493c7f4 100644 --- a/microsite/data/plugins/gitlab.yaml +++ b/microsite/data/plugins/gitlab.yaml @@ -1,11 +1,11 @@ --- -title: Gitlab +title: GitLab author: Loblaw authorUrl: https://github.com/loblaw-sre/backstage-plugin-gitlab category: CI/CD -description: View Gitlab pipelines, merge requests, languages and contributors. +description: View GitLab pipelines, merge requests, languages and contributors. documentation: https://github.com/loblaw-sre/backstage-plugin-gitlab -iconUrl: https://about.gitlab.com/images/icons/logos/slp-logo.svg +iconUrl: https://about.gitlab.com/images/press/logo/png/gitlab-icon-rgb.png npmPackageName: '@loblaw/backstage-plugin-gitlab' tags: - ci