plugin-tools
plugin-tools copied to clipboard
Create Grafana plugins with ease.
**What this PR does / why we need it**: In a [previous PR](https://github.com/grafana/plugin-tools/pull/889) the document page about fetching data from frontend using the grafana data proxy was introduced. This PR...
**What this PR does / why we need it**: This PR provides some instructions on how to structure your E2E tests for app plugins. Hopefully it show case two different...
**What this PR does / why we need it**: Documents https://github.com/grafana/grafana-plugin-sdk-go/pull/988 **Which issue(s) this PR fixes**: Fixes https://github.com/grafana/grafana-plugin-sdk-go/issues/972 **Special notes for your reviewer**:
Bumps [marked-terminal](https://github.com/mikaelbr/marked-terminal) from 6.2.0 to 7.0.0. Release notes Sourced from marked-terminal's releases. v7.0.0 Breaking changes Replace cardinal with cli-highlight by @jescalan in mikaelbr/marked-terminal#262 This might cause changes for your custom...
Bumps [which](https://github.com/npm/node-which) from 3.0.1 to 4.0.0. Release notes Sourced from which's releases. v4.0.0 4.0.0 (2023-08-29) ⚠️ BREAKING CHANGES support for node 14 has been removed Bug Fixes c7122cd #105 drop...
### Which package(s) does this bug affect? - [X] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E - [ ] Plugin Meta Extractor ### Package versions...
This is to address inconsistency in our CI and Release workflows so we just have to maintain build-action as well as some security improvements (getting flagged by tooling) ```[tasklist] ###...
This issue is to provide a more advanced github action that creates zips per architecture, alongside updating our documentation to advise on when it makes sense to choose this option...
To facilitate use of react debugger and avoid getting minified errors which are difficult to resolve Requires the regular creation of a docker image of a dev build.
Required sections: - [ ] Query Data: should discuss moving from `query` in the frontend to `QueryData` in the backend and the creation of dataframes - [ ] Health Checks:...