0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-06 22:40:28 -05:00
zot/pkg/extensions/search
LaurentiuNiculae 150ee88945
fix(repodb): GQL request for ExpandedRepoInfo errors when artifacts with tags are present (#1265)
If we push an artifact and give it a tag, repodb would crash because of the null pointer dereferencing

Now when iterating over the tags of a repo and stumbling upon a unsupported media type, it's being ignored

Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
2023-03-15 10:34:48 -07:00
..
common fix(repodb): GQL request for ExpandedRepoInfo errors when artifacts with tags are present (#1265) 2023-03-15 10:34:48 -07:00
convert fix(repodb): GQL request for ExpandedRepoInfo errors when artifacts with tags are present (#1265) 2023-03-15 10:34:48 -07:00
cve chore(deps): remove usage of deprecated package pkg/errors 2023-03-14 10:46:29 -07:00
digest feat(repodb): Multiarch Image support (#1147) 2023-02-27 11:23:18 -08:00
gql_generated chore(go.mod): fix dependabot alerts (#1247) 2023-03-06 11:05:19 -08:00
gqlgen.yml Update to graphql 1.17.13 2022-07-18 12:55:40 -07:00
resolver.go chore(deps): remove usage of deprecated package pkg/errors 2023-03-14 10:46:29 -07:00
resolver_test.go feat(repodb): update referrers api to use repodb (#1230) 2023-03-10 10:37:29 -08:00
schema.graphql feat(repodb): Multiarch Image support (#1147) 2023-02-27 11:23:18 -08:00
schema.resolvers.go feat(repodb): update referrers api to use repodb (#1230) 2023-03-10 10:37:29 -08:00
search.md perf: update the ImageList queries to return PaginatedImagesResult (#1182) 2023-02-15 11:34:07 -08:00