Skip to content

Files

Latest commit

184ec6d · Jan 3, 2025

History

History
105 lines (97 loc) · 22.8 KB

new-frontend-system.md

File metadata and controls

105 lines (97 loc) · 22.8 KB

New Frontend System Support

Overview

This page provides a table listing all the frontend plugins in the Community Plugins repo along with their support for the New Frontend System.

Support Status

Note

The "supported" column means the plugin has support for the New Frontend System, if the "alpha" column is "true" that means that the support is exported under the /alpha path.

package role supported alpha readme
@backstage-community/plugin-acr frontend-plugin README
@backstage-community/plugin-adr frontend-plugin README
@backstage-community/plugin-airbrake frontend-plugin README
@backstage-community/plugin-allure frontend-plugin README
@backstage-community/plugin-analytics-provider-segment frontend-plugin README
@backstage-community/plugin-announcements frontend-plugin README
@backstage-community/plugin-apache-airflow frontend-plugin README
@backstage-community/plugin-apollo-explorer frontend-plugin README
@backstage-community/plugin-azure-devops frontend-plugin README
@backstage-community/plugin-azure-sites frontend-plugin README
@backstage-community/plugin-azure-storage-explorer frontend-plugin README
@backstage-community/plugin-badges frontend-plugin README
@backstage-community/plugin-bazaar frontend-plugin README
@backstage-community/plugin-bitrise frontend-plugin README
@backstage-community/plugin-blackduck frontend-plugin README
@backstage-community/plugin-cicd-statistics frontend-plugin README
@backstage-community/plugin-cloudbuild frontend-plugin README
@backstage-community/plugin-code-climate frontend-plugin README
@backstage-community/plugin-code-coverage frontend-plugin README
@backstage-community/plugin-codescene frontend-plugin README
@backstage-community/plugin-confluence frontend-plugin README
@backstage-community/plugin-copilot frontend-plugin README
@backstage-community/plugin-cost-insights frontend-plugin README
@backstage-community/plugin-dynatrace frontend-plugin README
@backstage-community/plugin-entity-feedback frontend-plugin README
@backstage-community/plugin-entity-validation frontend-plugin README
@backstage-community/plugin-explore frontend-plugin README
@backstage-community/plugin-feedback frontend-plugin README
@backstage-community/plugin-firehydrant frontend-plugin README
@backstage-community/plugin-fossa frontend-plugin README
@backstage-community/plugin-gcalendar frontend-plugin README
@backstage-community/plugin-gcp-projects frontend-plugin README
@backstage-community/plugin-git-release-manager frontend-plugin README
@backstage-community/plugin-github-actions frontend-plugin README
@backstage-community/plugin-github-deployments frontend-plugin README
@backstage-community/plugin-github-issues frontend-plugin README
@backstage-community/plugin-github-pull-requests-board frontend-plugin README
@backstage-community/plugin-gitops-profiles frontend-plugin README
@backstage-community/plugin-gocd frontend-plugin README
@backstage-community/plugin-grafana frontend-plugin README
@backstage-community/plugin-graphql-voyager frontend-plugin README
@backstage-community/plugin-ilert frontend-plugin README
@backstage-community/plugin-jaeger frontend-plugin README
@backstage-community/plugin-jenkins frontend-plugin README
@backstage-community/plugin-jfrog-artifactory frontend-plugin README
@backstage-community/plugin-kafka frontend-plugin README
@backstage-community/plugin-kiali frontend-plugin README
@backstage-community/plugin-lighthouse frontend-plugin README
@backstage-community/plugin-linguist frontend-plugin README
@backstage-community/plugin-linkerd frontend-plugin README
@backstage-community/plugin-matomo frontend-plugin README
@backstage-community/plugin-microsoft-calendar frontend-plugin README
@backstage-community/backstage-plugin-mta-frontend frontend-plugin README
@backstage-community/plugin-newrelic frontend-plugin README
@backstage-community/plugin-newrelic-dashboard frontend-plugin README
@backstage-community/plugin-nexus-repository-manager frontend-plugin README
@backstage-community/plugin-nomad frontend-plugin README
@backstage-community/plugin-npm frontend-plugin README
@backstage-community/plugin-ocm frontend-plugin README
@backstage-community/plugin-octopus-deploy frontend-plugin README
@backstage-community/plugin-odo-module-devfile-field-extension frontend-plugin README
@backstage-community/plugin-opencost frontend-plugin README
@backstage-community/plugin-periskop frontend-plugin README
@backstage-community/plugin-playlist frontend-plugin README
@backstage-community/plugin-puppetdb frontend-plugin README
@backstage-community/plugin-quay frontend-plugin README
@backstage-community/plugin-rbac frontend-plugin README
@backstage-community/plugin-redhat-argocd frontend-plugin README
@backstage-community/plugin-redhat-resource-optimization frontend-plugin README
@backstage-community/plugin-report-portal frontend-plugin README
@backstage-community/plugin-rollbar frontend-plugin README
@backstage-community/plugin-sentry frontend-plugin README
@backstage-community/plugin-shortcuts frontend-plugin README
@backstage-community/plugin-sonarqube frontend-plugin README
@backstage-community/plugin-splunk-on-call frontend-plugin README
@backstage-community/plugin-stack-overflow frontend-plugin README
@backstage-community/plugin-stackstorm frontend-plugin README
@backstage-community/plugin-tech-insights frontend-plugin README
@backstage-community/plugin-tech-radar frontend-plugin README
@backstage-community/plugin-tekton frontend-plugin README
@backstage-community/plugin-todo frontend-plugin README
@backstage-community/plugin-topology frontend-plugin README
@backstage-community/plugin-vault frontend-plugin README
@backstage-community/plugin-xcmetrics frontend-plugin README

Generating Table

This table was generated using the list-frontend-feature.js script, you can run this by doing the following:

  1. Run yarn install at the root of the Community Plugins repo
  2. Then run node scripts/list-frontend-feature.js --table
  3. The output will be the Markdown used for the table above