grafana / github-datasource

Grafana data source plugin using the Github API to retrieve and visualize Github data.
https://grafana.com/grafana/plugins/grafana-github-datasource/
Apache License 2.0
227 stars 54 forks source link

more query types added to variables editor #308

Closed yesoreyeram closed 2 months ago

yesoreyeram commented 2 months ago

In variables editor, list of supported query types is hardcoded and out of sync with query editor. This PR makes the query types consistent.

( By removing the queryTypes argument in the VariablesEditor, this will fallback to defaults set in the QueryEditor )

image