summaryrefslogtreecommitdiff
path: root/pkg/cache
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-27feat: Warm-up image cache on startup (#77)jannfis
* enhancement: Warm up cache before starting update cycle * fix typos * More typos
2020-08-13chore: Some more unit tests and new internal methods (#51)jannfis
2020-08-12refactor: Make registry client mockable and provide first set of unit tests ↵jannfis
(#42) * refactor: Redesign of registry client * More unit tests * Sneak in some GH actions related change
2020-08-09enhancement: Store tag metadata and introduce metadata cache (#18)jannfis