From 735a88aa3a7784692d2d0c9fadc935e2eface976 Mon Sep 17 00:00:00 2001 From: sishwarya <63347232+sishwarya@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:42:29 +0530 Subject: [PATCH 1/8] Create deploy.yaml Signed-off-by: sishwarya <63347232+sishwarya@users.noreply.github.com> --- microsite/data/plugins/deploy.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/deploy.yaml diff --git a/microsite/data/plugins/deploy.yaml b/microsite/data/plugins/deploy.yaml new file mode 100644 index 0000000000..7d4481eeda --- /dev/null +++ b/microsite/data/plugins/deploy.yaml @@ -0,0 +1,10 @@ +--- +title: Digital.ai Deploy +author: Deploy +authorUrl: https://docs.digital.ai/category/deploy +category: Development +description: Deploy is an agentless deployment automation solution, enabling software development organizations to deploy, upgrade, and rollback complex applications to target environments! +documentation: https://github.com/coder/backstage-plugins/blob/main/plugins/backstage-plugin-coder/README.md +iconUrl: /img/deploy.png +npmPackageName: '@digital.ai/plugin-dai-deploy','@digital.ai/plugin-dai-deploy-backend' +addedDate: '2024-04-8' From f9e4a3d39df7a8ecbfd92e15c4bce65d1f415224 Mon Sep 17 00:00:00 2001 From: sishwarya <63347232+sishwarya@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:45:17 +0530 Subject: [PATCH 2/8] Update deploy.yaml Signed-off-by: sishwarya <63347232+sishwarya@users.noreply.github.com> --- microsite/data/plugins/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/deploy.yaml b/microsite/data/plugins/deploy.yaml index 7d4481eeda..d5359863f0 100644 --- a/microsite/data/plugins/deploy.yaml +++ b/microsite/data/plugins/deploy.yaml @@ -2,7 +2,7 @@ title: Digital.ai Deploy author: Deploy authorUrl: https://docs.digital.ai/category/deploy -category: Development +category: CI/CD description: Deploy is an agentless deployment automation solution, enabling software development organizations to deploy, upgrade, and rollback complex applications to target environments! documentation: https://github.com/coder/backstage-plugins/blob/main/plugins/backstage-plugin-coder/README.md iconUrl: /img/deploy.png From 01968f51495455044f05eac77db17c918dd4f184 Mon Sep 17 00:00:00 2001 From: sishwarya <63347232+sishwarya@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:02:59 +0530 Subject: [PATCH 3/8] Update deploy.yaml Signed-off-by: sishwarya <63347232+sishwarya@users.noreply.github.com> --- microsite/data/plugins/deploy.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/microsite/data/plugins/deploy.yaml b/microsite/data/plugins/deploy.yaml index d5359863f0..c1caea4b48 100644 --- a/microsite/data/plugins/deploy.yaml +++ b/microsite/data/plugins/deploy.yaml @@ -1,10 +1,13 @@ --- -title: Digital.ai Deploy -author: Deploy -authorUrl: https://docs.digital.ai/category/deploy +title: Deploy +author: digital.ai +authorUrl: https://digital.ai/ category: CI/CD description: Deploy is an agentless deployment automation solution, enabling software development organizations to deploy, upgrade, and rollback complex applications to target environments! -documentation: https://github.com/coder/backstage-plugins/blob/main/plugins/backstage-plugin-coder/README.md +documentation: https://github.com/digital-ai/backstage-deploy/blob/main/README.md iconUrl: /img/deploy.png -npmPackageName: '@digital.ai/plugin-dai-deploy','@digital.ai/plugin-dai-deploy-backend' +npmPackageName: '@digital.ai/plugin-dai-deploy' +tags: + - ci + - cd addedDate: '2024-04-8' From 21caf84d50334e954354ce969034b38ab0556422 Mon Sep 17 00:00:00 2001 From: Ishwarya Surendrababu Date: Mon, 8 Apr 2024 17:37:23 +0530 Subject: [PATCH 4/8] updated the images and deploy.yaml Signed-off-by: Ishwarya Surendrababu --- microsite/data/plugins/deploy.yaml | 4 ++-- microsite/static/img/deploy.svg | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 microsite/static/img/deploy.svg diff --git a/microsite/data/plugins/deploy.yaml b/microsite/data/plugins/deploy.yaml index c1caea4b48..1e2394a920 100644 --- a/microsite/data/plugins/deploy.yaml +++ b/microsite/data/plugins/deploy.yaml @@ -3,9 +3,9 @@ title: Deploy author: digital.ai authorUrl: https://digital.ai/ category: CI/CD -description: Deploy is an agentless deployment automation solution, enabling software development organizations to deploy, upgrade, and rollback complex applications to target environments! +description: The plugin offers integration with Digital.ai Deploy and backstage components and services. It provide access to deployments and reports. documentation: https://github.com/digital-ai/backstage-deploy/blob/main/README.md -iconUrl: /img/deploy.png +iconUrl: /img/deploy.svg npmPackageName: '@digital.ai/plugin-dai-deploy' tags: - ci diff --git a/microsite/static/img/deploy.svg b/microsite/static/img/deploy.svg new file mode 100644 index 0000000000..d0becb98f1 --- /dev/null +++ b/microsite/static/img/deploy.svg @@ -0,0 +1,7 @@ + + + + + + + From bdf5d3c8e726ea886a27d039147fe1c943173905 Mon Sep 17 00:00:00 2001 From: Ishwarya Surendrababu Date: Wed, 17 Apr 2024 09:15:11 +0530 Subject: [PATCH 5/8] updating docs link Signed-off-by: Ishwarya Surendrababu --- microsite/data/plugins/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/deploy.yaml b/microsite/data/plugins/deploy.yaml index 1e2394a920..a619a7ba0b 100644 --- a/microsite/data/plugins/deploy.yaml +++ b/microsite/data/plugins/deploy.yaml @@ -4,7 +4,7 @@ author: digital.ai authorUrl: https://digital.ai/ category: CI/CD description: The plugin offers integration with Digital.ai Deploy and backstage components and services. It provide access to deployments and reports. -documentation: https://github.com/digital-ai/backstage-deploy/blob/main/README.md +documentation: https://docs.digital.ai/bundle/devops-deploy-version-v.24.1/page/deploy/concept/xl-deploy-backstage-overview.html iconUrl: /img/deploy.svg npmPackageName: '@digital.ai/plugin-dai-deploy' tags: From 955c7a94b20102bd903e6e1eca44c65e2bd085f7 Mon Sep 17 00:00:00 2001 From: sishwarya <63347232+sishwarya@users.noreply.github.com> Date: Mon, 6 May 2024 16:35:46 +0530 Subject: [PATCH 6/8] Update deploy.yaml Signed-off-by: sishwarya <63347232+sishwarya@users.noreply.github.com> --- microsite/data/plugins/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/deploy.yaml b/microsite/data/plugins/deploy.yaml index a619a7ba0b..cd96e4b60e 100644 --- a/microsite/data/plugins/deploy.yaml +++ b/microsite/data/plugins/deploy.yaml @@ -10,4 +10,4 @@ npmPackageName: '@digital.ai/plugin-dai-deploy' tags: - ci - cd -addedDate: '2024-04-8' +addedDate: '2024-05-06' From a502dc2c63d03033fc8dec97fd16225d6d62310d Mon Sep 17 00:00:00 2001 From: Ishwarya Surendrababu Date: Tue, 7 May 2024 13:53:56 +0530 Subject: [PATCH 7/8] Updated the title and renamed the file and image Signed-off-by: Ishwarya Surendrababu --- .../data/plugins/{deploy.yaml => digital.ai-deploy.yaml} | 4 ++-- microsite/static/img/{deploy.svg => digital.ai-deploy.svg} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename microsite/data/plugins/{deploy.yaml => digital.ai-deploy.yaml} (87%) rename microsite/static/img/{deploy.svg => digital.ai-deploy.svg} (100%) diff --git a/microsite/data/plugins/deploy.yaml b/microsite/data/plugins/digital.ai-deploy.yaml similarity index 87% rename from microsite/data/plugins/deploy.yaml rename to microsite/data/plugins/digital.ai-deploy.yaml index cd96e4b60e..3c45330449 100644 --- a/microsite/data/plugins/deploy.yaml +++ b/microsite/data/plugins/digital.ai-deploy.yaml @@ -1,11 +1,11 @@ --- -title: Deploy +title: digital.ai Deploy author: digital.ai authorUrl: https://digital.ai/ category: CI/CD description: The plugin offers integration with Digital.ai Deploy and backstage components and services. It provide access to deployments and reports. documentation: https://docs.digital.ai/bundle/devops-deploy-version-v.24.1/page/deploy/concept/xl-deploy-backstage-overview.html -iconUrl: /img/deploy.svg +iconUrl: /img/digital-ai-deploy.svg npmPackageName: '@digital.ai/plugin-dai-deploy' tags: - ci diff --git a/microsite/static/img/deploy.svg b/microsite/static/img/digital.ai-deploy.svg similarity index 100% rename from microsite/static/img/deploy.svg rename to microsite/static/img/digital.ai-deploy.svg From 5fa3bb2ef9be40e02fb78e0406a1d2333a959234 Mon Sep 17 00:00:00 2001 From: Ishwarya Surendrababu Date: Tue, 7 May 2024 14:06:10 +0530 Subject: [PATCH 8/8] Updating the name Signed-off-by: Ishwarya Surendrababu --- microsite/data/plugins/digital.ai-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/data/plugins/digital.ai-deploy.yaml b/microsite/data/plugins/digital.ai-deploy.yaml index 3c45330449..6077f59fa7 100644 --- a/microsite/data/plugins/digital.ai-deploy.yaml +++ b/microsite/data/plugins/digital.ai-deploy.yaml @@ -1,11 +1,11 @@ --- -title: digital.ai Deploy +title: Digital.ai Deploy author: digital.ai authorUrl: https://digital.ai/ category: CI/CD description: The plugin offers integration with Digital.ai Deploy and backstage components and services. It provide access to deployments and reports. documentation: https://docs.digital.ai/bundle/devops-deploy-version-v.24.1/page/deploy/concept/xl-deploy-backstage-overview.html -iconUrl: /img/digital-ai-deploy.svg +iconUrl: /img/digital.ai-deploy.svg npmPackageName: '@digital.ai/plugin-dai-deploy' tags: - ci