Add Unleash release channel issue types and resolvers#292
Open
Starefossen wants to merge 4 commits intomainfrom
Open
Add Unleash release channel issue types and resolvers#292Starefossen wants to merge 4 commits intomainfrom
Starefossen wants to merge 4 commits intomainfrom
Conversation
12ac3af to
8c03c74
Compare
thokra-nav
reviewed
Jan 8, 2026
| MISSING_SBOM | ||
| VULNERABLE_IMAGE | ||
| UNLEASH_RELEASE_CHANNEL | ||
| UNLEASH_MISSING_RELEASE_CHANNEL |
Contributor
There was a problem hiding this comment.
I et tidligere issue så spurte jeg om denne skulle være påkrevd, men at det skulle være mulig å ende opp med en default.
Kan vi la være å introdusere en egen issue for det, og heller gjøre en av (med mindre det allerede er gjort)
- gjøre feltet required
- sette det på opprettelse til nåværende default kanal
og sette riktig channel for de som ble opprettet før det ble laget?
- Introduced UnleashReleaseChannelIssue and UnleashMissingReleaseChannelIssue types in GraphQL schema. - Implemented corresponding resolvers for the new issue types. - Enhanced complexity calculation for new fields in the GraphQL schema. - Updated issue checker to identify and report issues related to Unleash release channels. - Added functionality to parse major versions from release channel data. - Modified fake Bifrost client to simulate release channels for testing. - Updated resource and issue types to include Unleash-related issues.
8c03c74 to
0aacc9a
Compare
thokra-nav
approved these changes
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce new GraphQL issue types for Unleash release channels and implement corresponding resolvers. Enhance the issue checker to identify related issues and update the complexity calculation. Include functionality to parse major versions from release channel data and modify the fake Bifrost client for testing purposes.