0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/test
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
..
mocks RepoSummary has a new attribute NewestTag of type ImageSummary 2022-07-27 19:41:00 +03:00
common.go Fix data race on trivydb download in tests. 2022-07-14 09:31:15 -07:00
common_test.go Manage builds with different combinations of extensions 2022-06-30 09:53:52 -07:00
dev.go storage: flush/sync contents to disk on file close 2022-02-07 12:08:01 -08:00
inject_test.go storage: flush/sync contents to disk on file close 2022-02-07 12:08:01 -08:00
prod.go coverage: add failure injection framework 2022-01-28 08:56:00 -08:00