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

13 KiB

New Backend System Support

Overview

This page provides a table listing all the backend plugins and modules in the Community Plugins repo along with their support for the New Backend System.

Support Status

[!NOTE] The "supported" column means the plugin has support for the New Backend 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-3scale-backend backend-plugin-module true true README
@backstage-community/plugin-adr-backend backend-plugin true README
@backstage-community/search-backend-module-adr backend-plugin-module true README
@backstage-community/plugin-airbrake-backend backend-plugin true README
@backstage-community/plugin-azure-devops-backend backend-plugin true README
@backstage-community/plugin-catalog-backend-module-azure-devops-annotator-processor backend-plugin-module true README
@backstage-community/plugin-azure-sites-backend backend-plugin true README
@backstage-community/plugin-azure-storage-explorer-backend backend-plugin true README
@backstage-community/plugin-badges-backend backend-plugin true README
@backstage-community/plugin-bazaar-backend backend-plugin true true README
@backstage-community/plugin-blackduck-backend backend-plugin true README
@backstage-community/plugin-code-coverage-backend backend-plugin true README
@backstage-community/plugin-search-backend-module-confluence-collator backend-plugin-module true README
@backstage-community/plugin-copilot-backend backend-plugin true README
@backstage-community/plugin-entity-feedback-backend backend-plugin true README
@backstage-community/plugin-explore-backend backend-plugin true README
@backstage-community/plugin-feedback-backend backend-plugin true true README
@backstage-community/plugin-jenkins-backend backend-plugin true README
@backstage-community/plugin-kafka-backend backend-plugin true true README
@backstage-community/plugin-lighthouse-backend backend-plugin true README
@backstage-community/plugin-catalog-backend-module-linguist-tags-processor backend-plugin-module true README
@backstage-community/plugin-linguist-backend backend-plugin true README
@backstage-community/plugin-linkerd-backend backend-plugin true README
@backstage-community/plugin-nomad-backend backend-plugin true README
@backstage-community/plugin-scaffolder-backend-module-odo backend-plugin-module true README
@backstage-community/plugin-periskop-backend backend-plugin true true README
@backstage-community/plugin-catalog-backend-module-pingidentity backend-plugin-module true README
@backstage-community/plugin-playlist-backend backend-plugin true README
@backstage-community/plugin-redhat-resource-optimization-backend backend-plugin true README
@backstage-community/plugin-report-portal-backend backend-plugin true README
@backstage-community/plugin-rollbar-backend backend-plugin true README
@backstage-community/plugin-catalog-backend-module-scaffolder-relation-processor backend-plugin-module true true README
@backstage-community/plugin-sonarqube-backend backend-plugin true README
@backstage-community/plugin-stack-overflow-backend backend-plugin README
@backstage-community/plugin-tech-insights-backend backend-plugin true README
@backstage-community/plugin-tech-insights-backend-module-jsonfc backend-plugin-module true README
@backstage-community/plugin-todo-backend backend-plugin true README
@backstage-community/plugin-vault-backend backend-plugin true README

[!IMPORTANT] The @backstage-community/plugin-stack-overflow-backend package is actually entirely deprecated as it once contained the Stack Overflow search collator which is in @backstage/plugin-search-backend-module-stack-overflow-collator which does support the New Backend System.

Generating Table

This table was generated using the list-backend-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