plugin-tools
plugin-tools copied to clipboard
Create Grafana plugins with ease.
**What this PR does / why we need it**: This PR makes it possible to write e2e tests that verifies that a backend data source plugin can return data frames...
### Which areas does this feature request relate to - [X] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E - [ ] Documentation ### Problem I'd...
Given we include prettier config, we should (briefly) explain somewhere what it does and how to enable it. Perhaps just a reference in the folder structure where we could expand...
### What changed? Updated the structure of the main README ([view the new version →](https://github.com/grafana/plugin-tools/blob/leventebalogh/update-readme/README.md)), to make it a bit easier to scan. (This can be totally opinionated, so it's...
The existing authentication topic needs to be rewritten to apply only to data source plugins, and a new topic should be created specifically for app plugins.
Feedback from Erik: "An article describing how to store configurations in an app plugin would be helpful."
Feedback from Erik: Panel plugin docs is too sparse imo. I'd like to see articles on how to support datalinks, what data frame types a panel could or should support,...
New resource handler topic could be modified to apply to app plugins. Suggested by Marcus in https://github.com/grafana/plugin-tools/pull/824#discussion_r1552026295: "This applies to both data source and app plugins with a backend so...
This epic covers for the entire site of plugin-tools: - Reorganize 'plugin-tools' site to match the current site structure plan - Create redirects from old location of files so that...
Draw a diagram to illustrate the different types of plugins and the functions they serve.