-
Notifications
You must be signed in to change notification settings - Fork 6
chore: update Grafana plugin schema #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
| "items": { | ||
| "type": "object", | ||
| "description": "For data source plugins. Proxy routes used for plugin authentication and adding headers to HTTP requests made by the plugin. For more information, refer to [Authentication for data source plugins](/developers/plugin-tools/create-a-plugin/extend-a-plugin/add-authentication-for-data-source-plugins).", | ||
| "description": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "description": "", | |
| "description": "For data source plugins. Proxy routes used for plugin authentication and adding headers to HTTP requests made by the plugin. For more information, refer to [Authentication for data source plugins](/developers/plugin-tools/create-a-plugin/extend-a-plugin/add-authentication-for-data-source-plugins).", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add this to the source of truth it looks like
| "description": "Marks a plugin as a pre-release.", | ||
| "enum": ["alpha", "beta"] | ||
| "description": "Describes plugins life cycle status", | ||
| "enum": ["alpha", "beta", "stable", "deprecated"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside: Do we actively use stable and deprecated for anything?
Automated update of the Grafana plugin schema from upstream.
Source: https://github.com/grafana/grafana/blob/main/docs/sources/developers/plugins/plugin.schema.json