summaryrefslogtreecommitdiff
path: root/pkg/cache/memcache_test.go
AgeCommit message (Collapse)Author
2024-12-19Update references of cache, env, health to use modules from registry-scanner ↵Ishita Sequeira
(#972) Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-16Update references of pkg/tag pkg/log pkg/options to use modules from ↵Ishita Sequeira
registry-scanner (#962) Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-07-09tests: add unit tests for pkg/cache (#770)Cheng Fang
Signed-off-by: Cheng Fang <cfang@redhat.com>
2021-03-29feat: Introduce update strategy 'digest' (#176)jannfis
* feat: Introduce update strategy 'digest' Signed-off-by: jannfis <jann@mistrust.net> * Update tests Signed-off-by: jannfis <jann@mistrust.net> * Set dummy digest for update strategy 'digest' Signed-off-by: jannfis <jann@mistrust.net> * Update docs Signed-off-by: jannfis <jann@mistrust.net> * Update spelling Signed-off-by: jannfis <jann@mistrust.net>
2020-08-13chore: Some more unit tests and new internal methods (#51)jannfis
2020-08-09enhancement: Store tag metadata and introduce metadata cache (#18)jannfis