plugin-tools
plugin-tools copied to clipboard
Create Grafana plugins with ease.
Warning message: `'MutableDataFrame' is deprecated. use standard DataFrame, or create one with PartialDataFrame` Example run https://github.com/grafana/plugin-tools/actions/runs/7987513869 And in our docs https://grafana.com/developers/plugin-tools/tutorials/build-a-data-source-plugin#returning-data-frames Will need to check more docs, saw in Explore...
### Which package(s) does this bug affect? - [X] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E ### Package versions ```shell 4.0.1 ``` ### What happened?...
Some plugins are using drone, some have no CI at all, and some may have "outdated" git workflows. Should we create the CI workflows for migrations that do not have...
We use [docusaurus](https://docusaurus.io/) in combination with our design system to power the Grafana [developer portal](https://grafana.com/developers/) and associated [microsites](https://grafana.com/developers/plugin-tools). Plugin developers either have to resort to using their GitHub readme and...
_This is issue serves as a preparation for the upcoming deprecation of react-router v5 in app plugins._ ### Background Grafana 10 added support for using react-router@6 in your app plugins....
**What this PR does / why we need it**: Clarifies the metadata description for Extensions (note a follow up PR is required in grafana/grafana assuming the wording is approved here)....
follow up to https://github.com/grafana/plugin-tools/issues/737
With changes to how we load UI extensions, it becomes essential that plugins define their extensions with the plugin.json (see https://grafana.com/developers/plugin-tools/reference/plugin-json#extensions) ```[tasklist] ### Tasks - [ ] Update how to...
Enhance 'Folder structure' doc in line with [this internal doc.](https://docs.google.com/document/d/1QTEXzf2hWYW5PBewFfgSRBbfoWadFsaZ-0AKnodHtqQ/edit#heading=h.oi7jleblyrcn)
Adds a new documentation page on how to add a backend component to app plugins. Closes https://github.com/grafana/plugin-tools/issues/1031