Skip to content

Commit

Permalink
Making repo specifically to test the OPA plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Macdonald <[email protected]>
  • Loading branch information
Parsifal-M committed Dec 2, 2023
1 parent 3d1466f commit 6ff0e0f
Show file tree
Hide file tree
Showing 10 changed files with 573 additions and 87 deletions.
4 changes: 0 additions & 4 deletions packages/app/src/components/catalog/EntityPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import {
import { TechDocsAddons } from '@backstage/plugin-techdocs-react';
import { ReportIssue } from '@backstage/plugin-techdocs-module-addons-contrib';
import { OpaMetadataAnalysisCard } from '@parsifal-m/plugin-opa-entity-checker';
import { DevQuote } from '@parsifal-m/plugin-dev-quotes-homepage';

const techdocsContent = (
<EntityTechdocsContent>
Expand Down Expand Up @@ -122,9 +121,6 @@ const overviewContent = (
<Grid item md={6} xs={12}>
<EntityCatalogGraphCard variant="gridItem" height={400} />
</Grid>
<Grid item md={6} xs={12}>
<DevQuote />
</Grid>

<Grid item md={6} xs={12}>
<OpaMetadataAnalysisCard />
Expand Down
4 changes: 3 additions & 1 deletion plugins/opa-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
"yn": "^4.0.0",
"node-fetch": "^2.6.7",
"@backstage/errors": "^1.2.3"
},
"devDependencies": {
"@backstage/cli": "^0.22.13",
Expand Down
Loading

0 comments on commit 6ff0e0f

Please sign in to comment.