community-plugins/docs/compatibility/new-frontend-system.md

25 KiB

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 true true README
@backstage-community/plugin-acs frontend-plugin README
@backstage-community/plugin-adr frontend-plugin true true README
@backstage-community/plugin-agent-forge 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 true true README
@backstage-community/plugin-apache-airflow frontend-plugin README
@backstage-community/plugin-apollo-explorer frontend-plugin README
@backstage-community/plugin-azure-devops frontend-plugin true true 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 true true 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 true true README
@backstage-community/plugin-copilot frontend-plugin true true README
@backstage-community/plugin-cost-insights frontend-plugin true true 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 true true 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 true true README
@backstage-community/plugin-github-deployments frontend-plugin true true README
@backstage-community/plugin-github-discussions frontend-plugin README
@backstage-community/plugin-github-issues frontend-plugin true true README
@backstage-community/plugin-github-pull-requests-board frontend-plugin true true README
@backstage-community/plugin-gitops-profiles frontend-plugin README
@backstage-community/plugin-gocd frontend-plugin README
@backstage-community/plugin-grafana frontend-plugin true true README
@backstage-community/plugin-graphiql frontend-plugin true true 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 true true 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 true true README
@backstage-community/plugin-linkerd frontend-plugin true true README
@backstage-community/plugin-manage frontend-plugin README
@backstage-community/plugin-matomo frontend-plugin README
@backstage-community/plugin-mend frontend-plugin README
@backstage-community/plugin-microsoft-calendar frontend-plugin README
@backstage-community/backstage-plugin-mta-frontend frontend-plugin README
@backstage-community/plugin-multi-source-security-viewer frontend-plugin README
@backstage-community/plugin-newrelic frontend-plugin true true README
@backstage-community/plugin-newrelic-dashboard frontend-plugin true true README
@backstage-community/plugin-nexus-repository-manager frontend-plugin README
@backstage-community/plugin-nomad frontend-plugin README
@backstage-community/plugin-npm frontend-plugin true true 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-report-portal frontend-plugin README
@backstage-community/plugin-rollbar frontend-plugin README
@backstage-community/plugin-sentry frontend-plugin true true README
@backstage-community/plugin-servicenow frontend-plugin README
@backstage-community/plugin-shortcuts frontend-plugin README
@backstage-community/plugin-sonarqube frontend-plugin true true README
@backstage-community/plugin-splunk-on-call frontend-plugin README
@backstage-community/plugin-stack-overflow frontend-plugin true true README
@backstage-community/plugin-stackstorm frontend-plugin README
@backstage-community/plugin-tech-insights frontend-plugin README
@backstage-community/plugin-tech-insights-maturity frontend-plugin README
@backstage-community/plugin-tech-radar frontend-plugin true true README
@backstage-community/plugin-tekton frontend-plugin README
@backstage-community/plugin-todo frontend-plugin true true README
@backstage-community/plugin-topology frontend-plugin README
@backstage-community/plugin-vault frontend-plugin true true README
@backstage-community/plugin-wheel-of-names 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