plugin-tools
plugin-tools copied to clipboard
Create Grafana plugins with ease.
Our page on https://grafana.com/developers/plugin-tools/key-concepts/backend-plugins/ could more clearly describe why you would want to add a backend component depending on whether you're building a data source or an app, and the...
### Which areas does this feature request relate to - [ ] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E - [ ] Plugin Meta Extractor...
[Comment](https://github.com/grafana/plugin-tools/pull/993/files#r1677451515) by JackW: The following additions don't really fit with the title IMHO. One thing I'm constantly looking for in our docs is how to extend the create-plugin configs and...
We currently have a mixture of behaviours for section pages which may cause confusion for users. Sections with content: - Get started - Key concepts / Backend plugins - Migration...
Bumps [@grafana/eslint-config](https://github.com/grafana/eslint-config-grafana) from 6.0.1 to 7.0.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 9.0.1 to 10.0.0 Changelog Sourced from uuid's changelog. 10.0.0 (2024-06-07) ⚠ BREAKING CHANGES update node support...
Review content of plugin-tools for technical accuracy. Ensure that content is up-to-date and contains no technical errors. Add review-date metadata tag to all topics. Populate this data with best available...
**What this PR does / why we need it**: This PR adds and configures the webpack SRI plugin so any dynamically imported chunks are loaded with hash checks ([subresource-integrity-checks](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)) and...
Split 'fetch frontend data' topic into two, one for app plugins and the other for data source plugins. A few minor editorial tweaks as well. Redirect old URL because topic...