From e0f05b67a22e1b5d2f6dd8bf10e9a182b7ed1226 Mon Sep 17 00:00:00 2001 From: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> Date: Tue, 23 May 2023 15:18:07 -0700 Subject: [PATCH 1/5] Add ChatGPT Playground to the Marketplace Signed-off-by: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> --- microsite/data/plugins/chatgpt-playground.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/chatgpt-playground.yml diff --git a/microsite/data/plugins/chatgpt-playground.yml b/microsite/data/plugins/chatgpt-playground.yml new file mode 100644 index 0000000000..370afa10bf --- /dev/null +++ b/microsite/data/plugins/chatgpt-playground.yml @@ -0,0 +1,10 @@ +--- +title: 'ChatGPT Playground' +author: Enfuse +authorUrl: https://enfuse.io/ +category: Discovery +description: Bring the OpenAI playgrond inside Backstage. +documentation: https://github.com/enfuse/backstage-chatgpt-plugin/blob/main/README.md +iconUrl: /img/enfuse.png +npmPackageName: '@enfuse/chatgpt-plugin-frontend' +addedDate: '2023-05-23' From 89a6026c473b97359b2376733370a6417e360e63 Mon Sep 17 00:00:00 2001 From: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> Date: Tue, 23 May 2023 18:10:56 -0700 Subject: [PATCH 2/5] Rename chatgpt-plugin to chatgpt-plugin.yaml Signed-off-by: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> --- microsite/data/plugins/{chatgpt-plugin => chatgpt-plugin.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename microsite/data/plugins/{chatgpt-plugin => chatgpt-plugin.yaml} (100%) diff --git a/microsite/data/plugins/chatgpt-plugin b/microsite/data/plugins/chatgpt-plugin.yaml similarity index 100% rename from microsite/data/plugins/chatgpt-plugin rename to microsite/data/plugins/chatgpt-plugin.yaml From 447b9c82b06842fbae93673aada37debbd2d5abe Mon Sep 17 00:00:00 2001 From: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> Date: Tue, 23 May 2023 18:12:15 -0700 Subject: [PATCH 3/5] Delete chatgpt-plugin.yaml Signed-off-by: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> --- microsite/data/plugins/chatgpt-plugin.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 microsite/data/plugins/chatgpt-plugin.yaml diff --git a/microsite/data/plugins/chatgpt-plugin.yaml b/microsite/data/plugins/chatgpt-plugin.yaml deleted file mode 100644 index fdf6c162b8..0000000000 --- a/microsite/data/plugins/chatgpt-plugin.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: 'ChatGPT Plugin' -author: Enfuse -authorUrl: https://enfuse.io/ -category: Development -description: Experiment with the OpenAI playground to help you develop more efficiently -documentation: https://github.com/enfuse/backstage-chatgpt-plugin/blob/main/README.md -iconUrl: /img/enfuse.png -npmPackageName: '@enfuse/chatgpt-plugin-frontend' -addedDate: '2023-04-21' From df67f56131beb6840e7b01aaf791a81072003a84 Mon Sep 17 00:00:00 2001 From: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> Date: Tue, 23 May 2023 18:12:41 -0700 Subject: [PATCH 4/5] Update chatgpt-playground.yml Signed-off-by: ch-enfuse <107439111+ch-enfuse@users.noreply.github.com> --- microsite/data/plugins/chatgpt-playground.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microsite/data/plugins/chatgpt-playground.yml b/microsite/data/plugins/chatgpt-playground.yml index 370afa10bf..9b0cb723db 100644 --- a/microsite/data/plugins/chatgpt-playground.yml +++ b/microsite/data/plugins/chatgpt-playground.yml @@ -1,9 +1,9 @@ --- -title: 'ChatGPT Playground' +title: 'ChatGPT Plugin' author: Enfuse authorUrl: https://enfuse.io/ -category: Discovery -description: Bring the OpenAI playgrond inside Backstage. +category: Development +description: Experiment with the OpenAI playground to help you develop more efficiently documentation: https://github.com/enfuse/backstage-chatgpt-plugin/blob/main/README.md iconUrl: /img/enfuse.png npmPackageName: '@enfuse/chatgpt-plugin-frontend' From b229861345b47136a4c088045aecc841892456ab Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 31 May 2023 17:08:37 +0200 Subject: [PATCH 5/5] Update and rename chatgpt-playground.yml to chatgpt-playground.yaml Signed-off-by: Patrik Oldsberg --- .../plugins/{chatgpt-playground.yml => chatgpt-playground.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename microsite/data/plugins/{chatgpt-playground.yml => chatgpt-playground.yaml} (93%) diff --git a/microsite/data/plugins/chatgpt-playground.yml b/microsite/data/plugins/chatgpt-playground.yaml similarity index 93% rename from microsite/data/plugins/chatgpt-playground.yml rename to microsite/data/plugins/chatgpt-playground.yaml index 9b0cb723db..2c8b6ed09a 100644 --- a/microsite/data/plugins/chatgpt-playground.yml +++ b/microsite/data/plugins/chatgpt-playground.yaml @@ -3,7 +3,7 @@ title: 'ChatGPT Plugin' author: Enfuse authorUrl: https://enfuse.io/ category: Development -description: Experiment with the OpenAI playground to help you develop more efficiently +description: Experiment with the OpenAI playground to help you develop more efficiently documentation: https://github.com/enfuse/backstage-chatgpt-plugin/blob/main/README.md iconUrl: /img/enfuse.png npmPackageName: '@enfuse/chatgpt-plugin-frontend'