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

Tag: Fix tag queries to return commits as well #280

Closed zoltanbedi closed 9 months ago

zoltanbedi commented 10 months ago

Tag references are not always Tag types because of this getting tags for github-datasource repository returned nothing. In this fix I query targets as Commits as well. Removed the pushed_at field as it was deprecated and removed.

Fixes #141