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
242 stars 53 forks source link

Filter query updates #298

Closed yesoreyeram closed 6 months ago

yesoreyeram commented 6 months ago

Fixes https://github.com/grafana/github-datasource/issues/297

Potentially this is a temp fix. But in long term, we need better typescript based validation. ( also don't want to completely remove the onRunQuery from query type change. That will potentially make the UX worse )