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

do not authomatically run the query when the necessary info is not yet entered #297

Closed gabor closed 3 months ago

gabor commented 3 months ago

whenever you choose an item in Query Type in the query-editor, we run the query. even when the rest of the fields is empty. this can work for some possible query-types, but not for all of them (for example it does not work forqueryType=commits). in such cases we should not run the query automatically.