We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When ingesting packages, the ID returned is the top-level ID (package type) and not the lowest level ID (package version)
https://github.com/guacsec/guac/blob/main/pkg/assembler/graphql/resolvers/package.resolvers.go#L19 https://github.com/guacsec/guac/blob/main/pkg/assembler/graphql/resolvers/package.resolvers.go#L28
To Reproduce
Ingest packages using GQL, note id returned
Expected behavior Should be the lowest level ID (package version node id)
GUAC version head
The text was updated successfully, but these errors were encountered:
Note, whenever we change the backend interface to return ID and not extract it here in the resolver, this code will be obsoleted.
Sorry, something went wrong.
This was also caught in the PR by @knrc. This is changing to now return a flat struct of pkg IDs: #1367 (comment)
No branches or pull requests
Describe the bug
When ingesting packages, the ID returned is the top-level ID (package type) and not the lowest level ID (package version)
https://github.com/guacsec/guac/blob/main/pkg/assembler/graphql/resolvers/package.resolvers.go#L19
https://github.com/guacsec/guac/blob/main/pkg/assembler/graphql/resolvers/package.resolvers.go#L28
To Reproduce
Ingest packages using GQL, note id returned
Expected behavior
Should be the lowest level ID (package version node id)
GUAC version
head
The text was updated successfully, but these errors were encountered: