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
Andrei Aaron b5f27c5b50 RepoSummary has a new attribute NewestTag of type ImageSummary
ImageListWithLatestTag currently returns a list of ImageInfo objects.
It needs to return consistent results with the API used for Global search as the same information will be used by the UI in the same type or cards.
So we need to update RepoSummary to include the data which right now is present in ImageInfo, but missing from RepoSummary (information on the latest tag in that specific repo).
Will update return type of ImageListWithLatestTag in a later PR (issue tracked in a separate GH issue)

Closes #666

Signed-off-by: Andrei Aaron <andaaron@cisco.com>
2022-07-27 19:41:00 +03:00
..
common RepoSummary has a new attribute NewestTag of type ImageSummary 2022-07-27 19:41:00 +03:00
cve image level lint: enforce manifest mandatory annotations 2022-07-27 11:48:04 +03:00
digest image level lint: enforce manifest mandatory annotations 2022-07-27 11:48:04 +03:00
gql_generated RepoSummary has a new attribute NewestTag of type ImageSummary 2022-07-27 19:41:00 +03:00
gqlgen.yml Update to graphql 1.17.13 2022-07-18 12:55:40 -07:00
resolver.go RepoSummary has a new attribute NewestTag of type ImageSummary 2022-07-27 19:41:00 +03:00
resolver_test.go RepoSummary has a new attribute NewestTag of type ImageSummary 2022-07-27 19:41:00 +03:00
schema.graphql RepoSummary has a new attribute NewestTag of type ImageSummary 2022-07-27 19:41:00 +03:00
schema.resolvers.go freeform querry api 2022-07-20 10:03:11 -07:00
search.md fix sample request url in search extension README 2022-06-07 11:24:19 -07:00