community-plugins/workspaces/tech-insights
Brian Fletcher 01640b25b7
fix depdendencies in the tech insights backend package (#4035)
* fix depdendecies in the tech insights backend package

Signed-off-by: punkle <brian@roadie.io>

* dedupe dependencies

Signed-off-by: punkle <brian@roadie.io>

* fix import

Signed-off-by: punkle <brian@roadie.io>

* add changeset

Signed-off-by: punkle <brian@roadie.io>

* Run API reports

Signed-off-by: punkle <brian@roadie.io>

* Add changeset for additional plugin

Signed-off-by: punkle <brian@roadie.io>

---------

Signed-off-by: punkle <brian@roadie.io>
2025-05-22 14:04:40 +01:00
..
.changeset fix depdendencies in the tech insights backend package (#4035) 2025-05-22 14:04:40 +01:00
examples
packages fix depdendencies in the tech insights backend package (#4035) 2025-05-22 14:04:40 +01:00
plugins fix depdendencies in the tech insights backend package (#4035) 2025-05-22 14:04:40 +01:00
.dockerignore
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
README.md Adds a new `tech-insights-react` plugin for reusable frontend functionality (#2579) 2025-01-29 07:19:33 -07:00
app-config.yaml fix depdendencies in the tech insights backend package (#4035) 2025-05-22 14:04:40 +01:00
backstage.json v1.35.1 version bump (#2786) 2025-02-03 08:24:40 -06:00
catalog-info.yaml
package.json workspaces: add Node.js 22 to engines field across all workspaces 2025-04-17 15:21:51 +01:00
tsconfig.json
yarn.lock fix depdendencies in the tech insights backend package (#4035) 2025-05-22 14:04:40 +01:00

README.md

tech-insights

The tech insights plugin provides a way to define facts (data points) and checks (rules) that can be used to evaluate the state of an entity in the catalog.

Plugins

Local Development

To start the Backstage App, run:

yarn install
yarn dev