0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-27 23:01:43 -05:00
zot/pkg/meta
LaurentiuNiculae 4fb1e756c4
feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024)
- MetaDB stores the time of the last update of a repo
- During startup we check if the layout has been updated after the last recorded change in the db
- If this is the case, the repo is parsed and updated in the DB otherwise it's skipped

Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
2023-11-16 10:39:27 -08:00
..
boltdb feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024) 2023-11-16 10:39:27 -08:00
common fix(cov): coverage boltdb+dynamo (#2018) 2023-11-08 13:37:52 -08:00
convert fix(metadb): populate image pushTimestamp if it's 0 value (#2003) 2023-11-09 09:32:56 -08:00
dynamodb feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024) 2023-11-16 10:39:27 -08:00
proto fix(metadb): populate image pushTimestamp if it's 0 value (#2003) 2023-11-09 09:32:56 -08:00
types feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024) 2023-11-16 10:39:27 -08:00
version feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024) 2023-11-16 10:39:27 -08:00
hooks.go feat(retention): added image retention policies (#1866) 2023-11-01 09:16:18 -07:00
hooks_test.go feat(retention): added image retention policies (#1866) 2023-11-01 09:16:18 -07:00
meta.go refactor(metadb): improve UX by speeding up metadb serialize/deserialize (#1842) 2023-10-30 13:06:04 -07:00
meta_test.go feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024) 2023-11-16 10:39:27 -08:00
parse.go feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024) 2023-11-16 10:39:27 -08:00
parse_test.go feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024) 2023-11-16 10:39:27 -08:00