Merge pull request #16608 from backstage/freben/img

use absolute img path for plugins
This commit is contained in:
Fredrik Adelöw
2023-02-27 13:57:40 +01:00
committed by GitHub
43 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/kuangp
category: Discovery
description: Browse your project's ADRs.
documentation: https://github.com/backstage/backstage/tree/master/plugins/adr
iconUrl: img/adr-logo.png
iconUrl: /img/adr-logo.png
npmPackageName: '@backstage/plugin-adr'
addedDate: '2022-04-13'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/K-Phoen
category: Discovery
description: Write and share announcements within Backstage.
documentation: https://github.com/K-Phoen/backstage-plugin-announcements/
iconUrl: img/plugin-announcements-logo.png
iconUrl: /img/plugin-announcements-logo.png
npmPackageName: '@k-phoen/backstage-plugin-announcements'
addedDate: '2022-11-09'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/unredundant
category: Debugging
description: Integrates Apollo Explorer graphs as a tool to browse GraphQL API endpoints inside Backstage.
documentation: https://github.com/backstage/backstage/blob/master/plugins/apollo-explorer/README.md
iconUrl: img/apollo-explorer.png
iconUrl: /img/apollo-explorer.png
npmPackageName: '@backstage/plugin-apollo-explorer'
addedDate: '2022-07-20'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://keyloop.com/
category: CI/CD
description: Easily view your Azure Pipelines within the Software Catalog
documentation: https://github.com/backstage/backstage/blob/master/plugins/azure-devops/README.md
iconUrl: img/azure-pipelines.svg
iconUrl: /img/azure-pipelines.svg
npmPackageName: '@backstage/plugin-azure-devops'
addedDate: '2021-12-22'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://enfuse.io/
category: Discovery
description: Easily view your Azure Spring Apps service resources
documentation: https://github.com/enfuse/asae-backstage-plugin/blob/main/README.md
iconUrl: img/enfuse.png
iconUrl: /img/enfuse.png
npmPackageName: '@enfuse/plugin-azure-spring-apps'
addedDate: '2022-11-21'
@@ -5,6 +5,6 @@ authorUrl: https://github.com/spotify
category: Analytics
description: Track usage of your Backstage instance using Google Analytics.
documentation: https://github.com/backstage/backstage/blob/master/plugins/analytics-module-ga/README.md
iconUrl: img/ga-icon.png
iconUrl: /img/ga-icon.png
npmPackageName: '@backstage/plugin-analytics-module-ga'
addedDate: '2021-10-07'
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spotify
category: Core Feature
description: Monitor all your service's deployments at a glance, even across clusters.
documentation: https://backstage.io/docs/features/kubernetes/
iconUrl: img/backstage-k8s.svg
iconUrl: /img/backstage-k8s.svg
npmPackageName: '@backstage/plugin-kubernetes'
order: 4
addedDate: '2021-03-29'
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spotify
category: Core Feature
description: A composable and extensible search platform built to fit your organizations needs and find information quickly.
documentation: https://backstage.io/docs/features/search/
iconUrl: img/backstage-search-platform.svg
iconUrl: /img/backstage-search-platform.svg
npmPackageName: '@backstage/plugin-search'
order: 5
addedDate: '2022-09-07'
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spotify
category: Core Feature
description: Manage all your services and software components, all in one place.
documentation: https://backstage.io/docs/features/software-catalog/
iconUrl: img/backstage-software-catalog.svg
iconUrl: /img/backstage-software-catalog.svg
npmPackageName: '@backstage/plugin-catalog'
order: 1
addedDate: '2021-06-17'
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spotify
category: Core Feature
description: Create new software components in just a few steps, with your standards built-in (Scaffolder).
documentation: https://backstage.io/docs/features/software-templates/
iconUrl: img/backstage-software-templates.svg
iconUrl: /img/backstage-software-templates.svg
npmPackageName: '@backstage/plugin-scaffolder'
order: 2
addedDate: '2021-03-29'
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spotify
category: Core Feature
description: A docs-like-code solution to technical documentation. Write your docs right alongside your code.
documentation: https://backstage.io/docs/features/techdocs/
iconUrl: img/backstage-techdocs.svg
iconUrl: /img/backstage-techdocs.svg
npmPackageName: '@backstage/plugin-techdocs'
order: 3
addedDate: '2021-03-29'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/backstage/community
category: Discovery
description: The badges plugin offers a set of badges that can be used outside of Backstage, showing information related to data from the catalog.
documentation: https://github.com/backstage/backstage/blob/master/plugins/badges/README.md
iconUrl: img/badges.svg
iconUrl: /img/badges.svg
npmPackageName: '@backstage/plugin-badges'
addedDate: '2021-09-29'
+1 -1
View File
@@ -4,6 +4,6 @@ authorUrl: https://www.axis.com
category: Discovery
description: A marketplace where engineers can propose projects suitable for inner sourcing
documentation: https://github.com/backstage/backstage/blob/master/plugins/bazaar/README.md
iconUrl: img/bazaar.svg
iconUrl: /img/bazaar.svg
npmPackageName: '@backstage/plugin-bazaar'
addedDate: '2022-01-11'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://sda.se/
category: Discovery
description: Extend the Backstage Software Catalog with a graph that shows all entities and their relationships providing an easier way to discover the ecosystem.
documentation: https://github.com/backstage/backstage/blob/master/plugins/catalog-graph/README.md
iconUrl: img/catalog-graph.svg
iconUrl: /img/catalog-graph.svg
npmPackageName: '@backstage/plugin-catalog-graph'
addedDate: '2021-09-15'
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spotify
category: CI/CD
description: Visualize CI/CD pipeline statistics such as build time or success and error rates.
documentation: https://github.com/backstage/backstage/tree/master/plugins/cicd-statistics
iconUrl: img/cicd-statistics.svg
iconUrl: /img/cicd-statistics.svg
npmPackageName: '@backstage/plugin-cicd-statistics'
tags:
- ci
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spotify
category: CI/CD
description: Automate your development process with CI hosted in the cloud or on a private server.
documentation: https://github.com/backstage/backstage/tree/master/plugins/circleci
iconUrl: img/circleci.png
iconUrl: /img/circleci.png
npmPackageName: '@backstage/plugin-circleci'
tags:
- ci
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://codescene.com/
category: Quality
description: CodeScene is a multi-purpose tool bridging code, business and people. See hidden risks and social patterns in your code. Prioritize and reduce technical debt.
documentation: https://github.com/backstage/backstage/tree/master/plugins/codescene
iconUrl: img/codescene_logo.svg
iconUrl: /img/codescene_logo.svg
npmPackageName: '@backstage/plugin-codescene'
addedDate: '2022-04-12'
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://www.getcortexapp.com
category: Monitoring
description: Grade the quality of your Backstage services using Scorecards. Automate production readiness, migrations, security audits, and more with CQL (Cortex Query Language).
documentation: https://github.com/cortexapps/backstage-plugin
iconUrl: img/cortex.png
iconUrl: /img/cortex.png
npmPackageName: '@cortexapps/backstage-plugin'
tags:
- web
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spotify
category: Discovery
description: Visualize, understand and optimize your team's cloud costs.
documentation: https://github.com/backstage/backstage/tree/master/plugins/cost-insights
iconUrl: img/cost-insights.png
iconUrl: /img/cost-insights.png
npmPackageName: '@backstage/plugin-cost-insights'
tags:
- web
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://www.okayhq.com
category: Metrics
description: Embed dashboards (like DORA metrics) in your team or service pages from any dev tools (including Github, Gitlab, Jira, Argo, CircleCI, Buildkite, Pagerduty, Rollbar, Sentry, etc).
documentation: https://github.com/OkayHQ/backstage-plugin
iconUrl: img/okay.png
iconUrl: /img/okay.png
npmPackageName: '@okayhq/backstage-plugin'
addedDate: '2022-06-16'
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://github.com/telus
category: Monitoring
description: View monitoring info from Dynatrace for services in your software catalog.
documentation: https://github.com/backstage/backstage/tree/master/plugins/dynatrace
iconUrl: img/dynatrace.svg
iconUrl: /img/dynatrace.svg
npmPackageName: '@backstage/plugin-dynatrace'
tags:
- dynatrace
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/kuangp
category: Quality
description: Give and view feedback on entities available in the Backstage catalog.
documentation: https://github.com/backstage/backstage/tree/master/plugins/entity-feedback
iconUrl: img/entity-feedback-logo.png
iconUrl: /img/entity-feedback-logo.png
npmPackageName: '@backstage/plugin-entity-feedback'
addedDate: '2023-01-20'
@@ -5,6 +5,6 @@ authorUrl: https://github.com/spotify
category: Release management
description: Manage releases without having to juggle git commands.
documentation: https://github.com/backstage/backstage/tree/master/plugins/git-release-manager
iconUrl: img/git-release-manager-logo.svg
iconUrl: /img/git-release-manager-logo.svg
npmPackageName: '@backstage/plugin-git-release-manager'
addedDate: '2021-10-04'
@@ -5,6 +5,6 @@ authorUrl: https://engineering.dazn.com
category: Source Control Mgmt
description: View all open GitHub pull requests owned by your team in Backstage.
documentation: https://github.com/backstage/backstage/tree/master/plugins/github-pull-requests-board
iconUrl: img/github-pull-requests-board-logo.svg
iconUrl: /img/github-pull-requests-board-logo.svg
npmPackageName: '@backstage/plugin-github-pull-requests-board'
addedDate: '2022-05-10'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/spotify
category: Discovery
description: This plugin provides a composable home page, and ability to create home page components
documentation: https://github.com/backstage/backstage/blob/master/plugins/home/README.md
iconUrl: img/home.png
iconUrl: /img/home.png
npmPackageName: '@backstage/plugin-home'
addedDate: '2021-08-31'
+2 -2
View File
@@ -4,9 +4,9 @@ author: Frontside
authorUrl: 'https://frontside.com'
category: Deployment # A single category e.g. CI, Machine Learning, Services, Monitoring
description: |
Show workloads, environments and resources deployed by Humanitec Platform Orchestrator.
Show workloads, environments and resources deployed by Humanitec Platform Orchestrator.
Plugin includes an Entity ComponentCard, Backend API route and scaffolder actions.
documentation: https://github.com/thefrontside/playhouse/tree/main/plugins/humanitec
iconUrl: img/humanitec-logo.png
iconUrl: /img/humanitec-logo.png
npmPackageName: '@frontside/backstage-plugin-humanitec'
addedDate: '2022-06-22'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://jmezach.github.io/
category: CI/CD
description: Easily view your Octopus Deploy releases within the Software Catalog
documentation: https://github.com/backstage/backstage/blob/master/plugins/octopus-deploy/README.md
iconUrl: img/octopus-deploy.svg
iconUrl: /img/octopus-deploy.svg
npmPackageName: '@backstage/plugin-octopus-deploy'
addedDate: '2023-02-24'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/kuangp
category: Discovery
description: Create, share, and follow custom collections of entities available in the Backstage catalog.
documentation: https://github.com/backstage/backstage/tree/master/plugins/playlist
iconUrl: img/playlist-logo.png
iconUrl: /img/playlist-logo.png
npmPackageName: '@backstage/plugin-playlist'
addedDate: '2022-07-02'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/drodil
category: Services
description: Ask and answer questions within Backstage
documentation: https://github.com/drodil/backstage-plugin-qeta
iconUrl: img/qeta-logo.png
iconUrl: /img/qeta-logo.png
npmPackageName: '@drodil/backstage-plugin-qeta'
addedDate: '2022-12-21'
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://github.com/spreadshirt
category: AWS
description: Visualization of S3 buckets and their contents in file explorer style.
documentation: https://github.com/spreadshirt/backstage-plugin-s3/
iconUrl: img/s3-bucket.svg
iconUrl: /img/s3-bucket.svg
npmPackageName: '@spreadshirt/backstage-plugin-s3-viewer'
tags:
- s3
@@ -5,6 +5,6 @@ authorUrl: https://github.com/alefcarlos
category: Scaffolder
description: Here you can find all .NET related actions to improve your scaffolder.
documentation: https://github.com/alefcarlos/plusultra-dotnet-backstage-plugins/blob/main/plugins/scaffolder-dotnet-backend/README.md
iconUrl: img/scaffolder-backend-dotnet-icon.png
iconUrl: /img/scaffolder-backend-dotnet-icon.png
npmPackageName: '@plusultra/plugin-scaffolder-dotnet-backend'
addedDate: '2022-01-24'
@@ -5,6 +5,6 @@ authorUrl: https://angeliski.com.br/
category: Scaffolder
description: Here you can find all Rails related features to improve your scaffolder.
documentation: https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend-module-rails/README.md
iconUrl: img/rails-icon.png
iconUrl: /img/rails-icon.png
npmPackageName: '@backstage/plugin-scaffolder-backend-module-rails'
addedDate: '2021-06-24'
@@ -5,6 +5,6 @@ authorUrl: https://roadie.io/?utm_source=backstage.io&utm_medium=marketplace&utm
category: Scaffolder
description: An action to fire an arbitrary HTTP request
documentation: https://github.com/RoadieHQ/roadie-backstage-plugins/blob/main/plugins/scaffolder-actions/scaffolder-backend-module-http-request/README.md
iconUrl: img/scaffolder-http-request-logo.svg
iconUrl: /img/scaffolder-http-request-logo.svg
npmPackageName: '@roadiehq/scaffolder-backend-module-http-request'
addedDate: '2022-03-03'
@@ -5,6 +5,6 @@ authorUrl: https://roadie.io/?utm_source=backstage.io&utm_medium=marketplace&utm
category: Scaffolder
description: A collection of utility actions including sleep, zip and file manipulation.
documentation: https://github.com/RoadieHQ/roadie-backstage-plugins/blob/main/plugins/scaffolder-actions/scaffolder-backend-module-utils/README.md
iconUrl: img/scaffolder-utils-logo.png
iconUrl: /img/scaffolder-utils-logo.png
npmPackageName: '@roadiehq/scaffolder-backend-module-utils'
addedDate: '2022-03-03'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/Oriflame
category: Quality
description: Visualization of maturity (and improving it) of services/systems thanks to a review process.
documentation: https://github.com/Oriflame/backstage-plugins/tree/main/plugins/score-card
iconUrl: img/score-card-plugin-logo.png
iconUrl: /img/score-card-plugin-logo.png
npmPackageName: '@oriflame/backstage-plugin-score-card'
addedDate: '2022-10-06'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/spotify
category: Utility
description: The shortcuts plugin allows a user to have easy access to pages within a Backstage app by storing them as "shortcuts" in the Sidebar.
documentation: https://github.com/backstage/backstage/blob/master/plugins/shortcuts/README.md
iconUrl: img/shortcuts.svg
iconUrl: /img/shortcuts.svg
npmPackageName: '@backstage/plugin-shortcuts'
addedDate: '2021-10-06'
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://sda.se/
category: Quality
description: Components to display code quality metrics from SonarCloud and SonarQube.
documentation: https://github.com/backstage/backstage/blob/master/plugins/sonarqube/README.md
iconUrl: img/sonarqube-icon.svg
iconUrl: /img/sonarqube-icon.svg
npmPackageName: '@backstage/plugin-sonarqube'
addedDate: '2020-11-03'
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://github.com/ayshiff
category: Monitoring
description: Splunk On-Call offers a simple way to identify incidents and escalation policies.
documentation: https://github.com/backstage/backstage/tree/master/plugins/splunk-on-call
iconUrl: img/splunk-black-white-bg.png
iconUrl: /img/splunk-black-white-bg.png
npmPackageName: '@backstage/plugin-splunk-on-call'
tags:
- monitoring
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/spotify
category: Discovery
description: Provides Stack Overflow specific functionality that can be used in different ways (e.g. for homepage and search) to compose your Backstage App.
documentation: https://github.com/backstage/backstage/blob/master/plugins/stack-overflow
iconUrl: img/stack-overflow-logo.svg
iconUrl: /img/stack-overflow-logo.svg
npmPackageName: '@backstage/plugin-stack-overflow'
addedDate: '2022-06-14'
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://github.com/ExpediaGroup
category: Automation
description: Manage StackStorm workflow executions from within Backstage.
documentation: https://github.com/backstage/backstage/tree/master/plugins/stackstorm
iconUrl: img/stackstorm.png
iconUrl: /img/stackstorm.png
npmPackageName: '@backstage/plugin-stackstorm'
tags:
- stackstorm
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/drodil
category: Tools
description: Development related tools within Backstage
documentation: https://github.com/drodil/backstage-plugin-toolbox
iconUrl: img/toolbox-logo.png
iconUrl: /img/toolbox-logo.png
npmPackageName: '@drodil/backstage-plugin-toolbox'
addedDate: '2023-01-09'
+1 -1
View File
@@ -5,7 +5,7 @@ authorUrl: https://github.com/ivangonzalezacuna
category: Vault
description: Visualize a list of the secrets stored in your HashiCorp Vault instance.
documentation: https://github.com/backstage/backstage/tree/master/plugins/vault
iconUrl: img/vault.png
iconUrl: /img/vault.png
npmPackageName: '@backstage/plugin-vault'
tags:
- vault
+1 -1
View File
@@ -5,6 +5,6 @@ authorUrl: https://github.com/spotify
category: Monitoring
description: Discover valuable insights hiding inside Xcodes build logs.
documentation: https://xcmetrics.io/
iconUrl: img/xcmetrics-icon.png
iconUrl: /img/xcmetrics-icon.png
npmPackageName: '@backstage/plugin-xcmetrics'
addedDate: '2021-08-06'