0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-20 22:52:51 -05:00
zot/pkg/extensions/search
alexstan12 8fb11180d4
fix: queries with images as arguments without a reference should return an error (#1040)
Currently there is no push-back on queries that should contain image names but
have only the repo name. This commit adds a check that will return an error for images
w/o a reference(tag or digest).

Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro>
2022-12-09 11:40:06 -08:00
..
common fix: queries with images as arguments without a reference should return an error (#1040) 2022-12-09 11:40:06 -08:00
cve fix: queries with images as arguments without a reference should return an error (#1040) 2022-12-09 11:40:06 -08:00
digest refactor(cache): rewrote/refactored cachedb functionality to use interface (#667) 2022-11-02 15:53:08 -07:00
gql_generated feat(graphql): add an api to return referrers (#1009) 2022-11-23 10:53:28 -08:00
gqlgen.yml
resolver.go feat(graphql): add an api to return referrers (#1009) 2022-11-23 10:53:28 -08:00
resolver_test.go feat(graphql): add an api to return referrers (#1009) 2022-11-23 10:53:28 -08:00
schema.graphql feat(graphql): add an api to return referrers (#1009) 2022-11-23 10:53:28 -08:00
schema.resolvers.go fix: queries with images as arguments without a reference should return an error (#1040) 2022-12-09 11:40:06 -08:00
search.md