* Update tech-insights to backstage version 1.39.0 Signed-off-by: punkle <brian@roadie.io> * fix tests and deduplicate deps Signed-off-by: punkle <brian@roadie.io> * remove diff to rbac file Signed-off-by: punkle <brian@roadie.io> * deduplicate Signed-off-by: punkle <brian@roadie.io> * remove differences to file Signed-off-by: punkle <brian@roadie.io> * remove changes to policies file Signed-off-by: punkle <brian@roadie.io> * add changeset Signed-off-by: punkle <brian@roadie.io> --------- Signed-off-by: punkle <brian@roadie.io> |
||
|---|---|---|
| .. | ||
| .changeset | ||
| examples | ||
| packages | ||
| plugins | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| README.md | ||
| app-config.yaml | ||
| backstage.json | ||
| catalog-info.yaml | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||
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
- tech-insights - The frontend plugin for tech insights
- tech-insights-backend - The backend plugin for tech insights.
- tech-insights-backend-module-jsonfc - A module that provides a
JsonRulesEngineFactCheckerfact checker for calculating boolean facts from JSON rules. - tech-insights-common - A common library containing shared utilities to be used across tech-insights plugins
- tech-insights-node - A node library providing shared backend functionality for tech-insights plugins
- tech-insights-react - A web library containing reusable frontend functionality (components, hooks, api, etc.) to create tech-insights views
Local Development
To start the Backstage App, run:
yarn install
yarn start