From 9803a47f31676c44426d6e133ed75801e0a84dbe Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Fri, 4 Mar 2022 10:04:38 +0100 Subject: [PATCH] app: Disable incompatible example app plugins until updated Signed-off-by: Johan Haals --- .../app/src/components/catalog/EntityPage.tsx | 57 +------------------ 1 file changed, 2 insertions(+), 55 deletions(-) diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index ba0eacf97e..5f0f22183f 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -108,27 +108,8 @@ import { EntityTodoContent } from '@backstage/plugin-todo'; import { Button, Grid } from '@material-ui/core'; import BadgeIcon from '@material-ui/icons/CallToAction'; -import { - EntityGithubInsightsContent, - EntityGithubInsightsLanguagesCard, - EntityGithubInsightsReadmeCard, - EntityGithubInsightsReleasesCard, - isGithubInsightsAvailable, -} from '@roadiehq/backstage-plugin-github-insights'; -import { - EntityGithubPullRequestsContent, - EntityGithubPullRequestsOverviewCard, - isGithubPullRequestsAvailable, -} from '@roadiehq/backstage-plugin-github-pull-requests'; -import { - EntityTravisCIContent, - EntityTravisCIOverviewCard, - isTravisciAvailable, -} from '@roadiehq/backstage-plugin-travis-ci'; -import { - EntityBuildkiteContent, - isBuildkiteAvailable, -} from '@roadiehq/backstage-plugin-buildkite'; +import { EntityGithubInsightsContent } from '@roadiehq/backstage-plugin-github-insights'; +import { EntityGithubPullRequestsContent } from '@roadiehq/backstage-plugin-github-pull-requests'; import { isNewRelicDashboardAvailable, EntityNewRelicDashboardContent, @@ -179,10 +160,6 @@ export const cicdContent = ( - - - - @@ -191,10 +168,6 @@ export const cicdContent = ( - - - - @@ -234,12 +207,6 @@ const cicdCard = ( - - - - - - @@ -325,18 +292,6 @@ const overviewContent = ( {cicdCard} - - Boolean(isGithubInsightsAvailable(e))}> - - - - - - - - - - @@ -345,14 +300,6 @@ const overviewContent = ( - - Boolean(isGithubPullRequestsAvailable(e))}> - - - - - -