- Chore - Bump github.com/grafana/grafana-plugin-sdk-go from 0.255.0 to 0.258.0
- Chore - Update uplot dependency to 1.6.31
- Docs - Add video tutorial to the README
- Docs - Update documentation for permissions and provisioning
- Docs - Update documentation plugin setup
- Chore - Bump github.com/grafana/grafana-plugin-sdk-go from 0.252.0 to 0.255.0
- Chore - Bump github.com/grafana/grafana-plugin-sdk-go from 0.251.0 to 0.252.0
- Chore - Bump github.com/grafana/grafana-plugin-sdk-go from 0.250.0 to 0.251.0
- Feature - Add support for GitHub App authentication
- Fix - Fix error source for saml error and limit error
- Fix - Hide package types that are not supported by the GraphQL API
- Chore - Update spelling of GitHub
- Chore - Bump github.com/grafana/grafana-plugin-sdk-go from 0.247.0 to 0.250.0
- Chore - Bump path-to-regexp from 1.8.0 to 1.9.0
- Chore - Bump grafana-plugin-sdk-go to v0.247.0
- Chore - Bump micromatch from 4.0.5 to 4.0.8
- Chore - Bump webpack from 5.91.0 to 5.94.0
- Chore - Bump grafana-plugin-sdk-go to v0.245.0
- Feature - Add additional user field to results in
Pull Request
query - Chore - Update documentation, new and updated documentation available on official website
- Chore - Update documentation
- Fix - Fix error in
Packages
query where no package type was initially selected - Chore - Update documentation
- Chore - Bump grafana-plugin-sdk-go to v0.241.0
- Chore - Mark downstream errors
- Chore - Bump grafana-plugin-sdk-go to v0.240.0
- Chore - Add provisioning folder to .gitignore
- Chore - Add error source to error response
- Feature - Add
updated_at
field to results inIssue
query - Feature - Add
UpdatedAt
field to query options inIssue
query - Fix - Fix error when response has data with empty array in templating
- Fix - Fix per page limit to 100 in
Workflows
query as it is max supported value - Fix - Remove query input in
Vulnerabilities
query as API does not support it - Chore - Move e2e from cypress to playwright
- Chore - Update dependencies
- Feature - Add
message
field toCommit
query - Feature - Add
name
field toWorkflow status
query - Fix - Variable editor to support all query types
- Chore - Update dependencies
- Chore - Build with go 1.22.2
- Chore - Bump grafana-plugin-sdk-go to v0.220.0 (latest)
- Bug Fix - Prevent partial queries running on change of query type
- Chore - Build with go 1.22
- Fix - Make health check faster by using github-datasource repository instead of grafana
- Chore - Bump grafana-plugin-sdk-go to v0.198.0 (latest)
- Bug Fix - Fix tag queries to return commits as well
- Bug Fix - Fix for resetting URL in the config page
- Chore - Bump grafana-plugin-sdk-go to latest
- Chore - Added lint GitHub workflow
- Chore - Remove legacy form styling
- BugFix - Fix config page backwards compatibility with Grafana < 10.1
- Feature - Update configuration page
- Chore - Update feature tracking usage to improve performance
- Feature - Issues Query: Allow repo to be optional
- Feature - Add ability to query Workflow and Workflow usage
- Bugfix - Fixed a bug where disabled queries were still being executed
- Chore - Backend binaries are now compiled with golang 1.20.4
- Chore - Updated go version to 1.20
- Chore - Update grafana-plugin-sdk-go to v0.155.0 to fix
The content of this plugin does not match its signature
error
- Chore - Migrate to create plugin and upgrade dependencies
- Feature - Added
RepositoryVulnerabilityAlertState
field toVulnerabilities
query
- Feature - Added stargazers query type
- Chore - Minor documentation updates
- Chore - Removed angular dependency: migrated annotation editor
- Feature Added
$__toDay()
macro support
- Chore - Updated go version to latest (1.19.4)
- Chore - Updated backend grafana dependencies
- Chore - Added spellcheck
- Feature - GitHub projects - query items, user projects
- Chore - Updated build to use go 1.19.3
- Feature - GitHub projects
- Updated grafana minimum runtime required to 8.4.7
- Fix variable interpolation
- Added a
$__multiVar()
macro support
- Fixed a bug where dashboard variables could not be set properly
- Added refId in annotation queries
- Added repository fields to the responses
- Fixed issue where some time values were being rendered incorrectly
- Fixed issue where dashboard path was not incorrect
- Fixed issue where screenshots were not rendering on grafana.com (thanks @mjseaman)
- Added Tags to the list of queryable resources in the AnnotationsQueryEditor ( thanks @nazzzzz)
- Added a message to the healthcheck success status (thanks @vladimirdotk)
- Added URL option for GitHub Enterprise Users (thanks @bmike78)
- Added Pull Request ID (Number), URL, and Repository name to pull request responses ( fixes #60 )
- Added the ability to search for all Pull Requests in an organization using the org: search term ( fixes #61 )
- Removed limit from repository list ( fixes #59 )
- Add the ability to disable time field filtering for pull requests ( fixes #57 )
- Add the ability to query repositories for variables ( fixes #52 )
- Fix scoped variables for repeating panels ( fixes #51 )
- The default time field for pull requests (Closed At) is now being displayed instead of an empty dropdown
- Initial release