0.3.27 • Published 1 year ago

@backstage/plugin-tech-insights v0.3.27

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Tech Insights

This plugin provides the UI for the @backstage/tech-insights-backend plugin, in order to display results of the checks running following the rules and the logic defined in the @backstage/tech-insights-backend plugin itself.

Main areas covered by this plugin currently are:

  • Providing an overview for default boolean checks in a form of Scorecards.

  • Providing an option to render different custom components based on type of the checks running in the backend.

Installation

Install the plugin

# From your Backstage root directory
cd packages/app
yarn add @backstage/plugin-tech-insights

Add boolean checks overview (Scorecards) page to the EntityPage:

// packages/app/src/components/catalog/EntityPage.tsx

import { EntityTechInsightsScorecardContent } from '@backstage/plugin-tech-insights';

const serviceEntityPage = (
  <EntityLayoutWrapper>
    <EntityLayout.Route path="/" title="Overview">
      {overviewContent}
    </EntityLayout.Route>
    <EntityLayout.Route path="/ci-cd" title="CI/CD">
      {cicdContent}
    </EntityLayout.Route>
    ...
    <EntityLayout.Route path="/tech-insights" title="Scorecards">
      <EntityTechInsightsScorecardContent />
    </EntityLayout.Route>
    ...
  </EntityLayoutWrapper>
);

Links

0.3.27

1 year ago

0.3.26

1 year ago

0.3.26-next.1

1 year ago

0.3.26-next.0

1 year ago

0.3.25

1 year ago

0.3.24

1 year ago

0.3.23

1 year ago

0.3.23-next.2

1 year ago

0.3.23-next.1

1 year ago

0.3.23-next.0

1 year ago

0.3.22

1 year ago

0.3.22-next.3

1 year ago

0.3.22-next.2

1 year ago

0.3.22-next.1

1 year ago

0.3.22-next.0

1 year ago

0.3.21

1 year ago

0.3.21-next.2

1 year ago

0.3.21-next.1

1 year ago

0.3.21-next.0

1 year ago

0.3.20

1 year ago

0.3.20-next.3

2 years ago

0.3.20-next.2

2 years ago

0.3.20-next.1

2 years ago

0.3.13-next.0

2 years ago

0.3.20-next.0

2 years ago

0.3.13-next.1

2 years ago

0.3.13-next.2

2 years ago

0.3.15-next.0

2 years ago

0.3.12-next.1

2 years ago

0.3.12-next.2

2 years ago

0.3.16-next.3

2 years ago

0.3.16-next.2

2 years ago

0.3.16-next.1

2 years ago

0.3.17-next.0

2 years ago

0.3.17-next.1

2 years ago

0.3.17-next.2

2 years ago

0.3.19

2 years ago

0.3.18

2 years ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.18-next.1

2 years ago

0.3.18-next.0

2 years ago

0.3.18-next.2

2 years ago

0.3.12-next.0

2 years ago

0.3.11-next.2

2 years ago

0.3.11-next.3

2 years ago

0.3.11

2 years ago

0.3.11-next.0

2 years ago

0.3.11-next.1

2 years ago

0.3.10

2 years ago

0.3.10-next.1

2 years ago

0.3.10-next.2

2 years ago

0.3.9-next.3

2 years ago

0.3.9

2 years ago

0.3.10-next.0

2 years ago

0.3.9-next.1

2 years ago

0.3.8-next.1

2 years ago

0.3.9-next.0

2 years ago

0.3.8-next.2

2 years ago

0.3.9-next.2

2 years ago

0.3.8-next.0

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.7-next.1

2 years ago

0.3.7-next.0

2 years ago

0.3.7-next.2

2 years ago

0.3.6-next.1

2 years ago

0.3.6-next.2

2 years ago

0.3.6

2 years ago

0.3.6-next.0

2 years ago

0.3.3-next.1

3 years ago

0.3.5

2 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.4

2 years ago

0.3.3

3 years ago

0.3.4-next.2

3 years ago

0.3.4-next.1

3 years ago

0.3.4-next.4

2 years ago

0.3.2-next.0

3 years ago

0.3.4-next.3

3 years ago

0.3.4-next.0

3 years ago

0.3.1-next.2

3 years ago

0.3.1-next.0

3 years ago

0.3.1-next.1

3 years ago

0.2.5-next.0

3 years ago

0.3.0-next.2

3 years ago

0.3.0-next.1

3 years ago

0.3.0-next.3

3 years ago

0.3.0

3 years ago

0.2.3-next.2

3 years ago

0.2.3-next.1

3 years ago

0.2.3-next.0

3 years ago

0.2.3-next.3

3 years ago

0.2.4-next.0

3 years ago

0.2.4-next.1

3 years ago

0.2.2-next.1

3 years ago

0.2.2-next.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.2.1-next.1

3 years ago

0.2.1-next.2

3 years ago

0.2.1-next.0

3 years ago

0.2.1

3 years ago

0.1.14-next.0

3 years ago

0.2.0-next.1

3 years ago

0.1.12-next.0

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.2.0

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.7-next.0

3 years ago

0.1.2

3 years ago

0.1.1

4 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.8-next.0

3 years ago

0.1.6-next.0

3 years ago

0.1.0

4 years ago