grafana/packages/grafana-runtime
Marcus Andersson e5421dd53e
Chore: Change so we cache loading plugins by its version (#41367)
* making it possible to cache plugins based on the version.

* feat(plugincache): introduce function to invalidate entries

* removed todo's

* added tests for the cache buster.

* fixed tests.

* fixed failing tests.

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2021-11-10 11:54:58 +01:00
..
src Chore: Change so we cache loading plugins by its version (#41367) 2021-11-10 11:54:58 +01:00
.eslintrc
CHANGELOG.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
LICENSE_APACHE2
README.md
api-extractor.json
index.js
package.json Alerting: allows clearing the datasource selection in rule list (#41264) 2021-11-09 18:20:36 +01:00
rollup.config.ts Schema: create a new schema package for basic models (#38409) 2021-08-23 13:03:41 -07:00
tsconfig.build.json
tsconfig.json Chore: Switch yarn 2 to plug-n-play strategy (#40300) 2021-10-27 14:21:07 +01:00

README.md

Grafana Runtime library

@grafana/runtime is currently in BETA.

This package allows access to grafana services. It requires Grafana to be running already and the functions to be imported as externals.