cloudoperators / greenhouse-extensions

Extensions for Greenhouse, the cloud operations platform
Apache License 2.0
0 stars 2 forks source link

feat(heureka): Add issues tab instead of vulnerabilities #176

Closed hodanoori closed 3 weeks ago

hodanoori commented 3 weeks ago

As the new issuesMatch entity is available in heureka API which includes data for all different types of issues, the vulnerabilities tab is substitued with issues tab using data coming from the new entity.

All parts of code including query and components are adjusted accordingly. https://github.com/cloudoperators/greenhouse-extensions/pull/175