plugin-tools icon indicating copy to clipboard operation
plugin-tools copied to clipboard

Create Grafana plugins with ease.

Results 150 plugin-tools issues
Sort by recently updated
recently updated
newest added

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...

type/docs

### Which areas does this feature request relate to - [ ] Create Plugin - [ ] Sign Plugin - [ ] Plugin E2E - [ ] Plugin Meta Extractor...

type/docs
enhancement

[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...

type/docs
no stalebot

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...

type/docs

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@grafana/eslint-config&package-manager=npm_and_yarn&previous-version=6.0.1&new-version=7.0.0)](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`. [//]: #...

dependencies
javascript
no-changelog
no stalebot

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...

dependencies
javascript
no stalebot

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...

type/docs

**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...

create-plugin
minor
release

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...

no-changelog