0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/meta
Andrei Aaron 7d87558b7e
fix: various lint issues (#2571)
Originally found by @jkroepke in: https://github.com/project-zot/zot/actions/runs/10056774230/job/27796324933?pr=2556
And https://github.com/project-zot/zot/pull/2556 in general

This commit covers:
- (canonicalheader) capitalization of Docker-Content-Digest header
- (protogetter) the proto getters were not used, they check for nil pointers, we should switch to using them
- (zerologlint) fix the false positive

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2024-07-25 10:14:22 -07:00
..
boltdb style(metadb): use type aliases for metadb types to be easier to read (#2043) 2024-02-14 09:08:08 -08:00
common refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
convert fix: various lint issues (#2571) 2024-07-25 10:14:22 -07:00
dynamodb fix(ui): fix image details view (#2470) 2024-06-14 09:22:48 -07:00
proto fix(proto): the size of the repo should be int64, since that is the same type used for the manifest/config/index/digest sizes it sums up. (#2120) 2023-12-08 11:38:30 -08:00
types feat(cve): cli cve diff (#2242) 2024-03-06 10:40:29 +02:00
version refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
hooks.go fix: ignore metadb errors if tag not found (#2301) 2024-03-13 07:28:08 +02:00
hooks_test.go refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
meta.go refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
meta_test.go style(metadb): use type aliases for metadb types to be easier to read (#2043) 2024-02-14 09:08:08 -08:00
parse.go refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
parse_test.go refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00