From c084d54c26fc78a55d13e9ad4414d06e8a994ed7 Mon Sep 17 00:00:00 2001 From: Rogerio Moura Date: Tue, 20 Dec 2022 15:08:33 -0300 Subject: [PATCH 1/3] add hoop plugin to marketplace Signed-off-by: Rogerio Moura --- microsite/data/plugins/hoop.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 microsite/data/plugins/hoop.yaml diff --git a/microsite/data/plugins/hoop.yaml b/microsite/data/plugins/hoop.yaml new file mode 100644 index 0000000000..520eda0f27 --- /dev/null +++ b/microsite/data/plugins/hoop.yaml @@ -0,0 +1,14 @@ +--- + title: Hoop + author: hoop.dev + authorUrl: https://hoop.dev + category: Cloud-native ssh + description: hoop.dev is a cloud-native ssh implementation that lets you edit connections contents live. + documentation: https://github.com/hoophq/backstage-plugin + iconUrl: https://avatars.githubusercontent.com/u/113131551?s=200&v=4 + npmPackageName: '@hoophq/backstage-plugin' + tags: + - cloud-native ssh + - monitoring + - redact + addedDate: '2022-12-20' \ No newline at end of file From 9a8150251a88fba79959e59e2862f5020565e98b Mon Sep 17 00:00:00 2001 From: Rogerio Moura Date: Tue, 20 Dec 2022 17:40:23 -0300 Subject: [PATCH 2/3] add LF pattern Signed-off-by: Rogerio Moura --- microsite/data/plugins/hoop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/hoop.yaml b/microsite/data/plugins/hoop.yaml index 520eda0f27..50039af6c9 100644 --- a/microsite/data/plugins/hoop.yaml +++ b/microsite/data/plugins/hoop.yaml @@ -11,4 +11,4 @@ - cloud-native ssh - monitoring - redact - addedDate: '2022-12-20' \ No newline at end of file + addedDate: '2022-12-20' From 40b675b5daa2bd1b451a93754c59d2f284842025 Mon Sep 17 00:00:00 2001 From: Rogerio Moura Date: Tue, 20 Dec 2022 18:03:33 -0300 Subject: [PATCH 3/3] remove empty spaces Signed-off-by: Rogerio Moura --- microsite/data/plugins/hoop.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/microsite/data/plugins/hoop.yaml b/microsite/data/plugins/hoop.yaml index 50039af6c9..9e41502807 100644 --- a/microsite/data/plugins/hoop.yaml +++ b/microsite/data/plugins/hoop.yaml @@ -1,14 +1,14 @@ --- - title: Hoop - author: hoop.dev - authorUrl: https://hoop.dev - category: Cloud-native ssh - description: hoop.dev is a cloud-native ssh implementation that lets you edit connections contents live. - documentation: https://github.com/hoophq/backstage-plugin - iconUrl: https://avatars.githubusercontent.com/u/113131551?s=200&v=4 - npmPackageName: '@hoophq/backstage-plugin' - tags: - - cloud-native ssh - - monitoring - - redact - addedDate: '2022-12-20' +title: Hoop +author: hoop.dev +authorUrl: https://hoop.dev +category: Cloud-native ssh +description: hoop.dev is a cloud-native ssh implementation that lets you edit connections contents live. +documentation: https://github.com/hoophq/backstage-plugin +iconUrl: https://avatars.githubusercontent.com/u/113131551?s=200&v=4 +npmPackageName: '@hoophq/backstage-plugin' +tags: + - cloud-native ssh + - monitoring + - redact +addedDate: '2022-12-20'