0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00
zot/pkg/api
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
..
config feat(ldap): add option to load ldap from file (#1778) 2023-11-14 16:21:36 -08:00
constants feat: use the "zot" namespace for the authentication url (#1947) 2023-10-20 15:30:56 +03:00
errors fix: metrics endpoint must be secured behind authN (#1864) 2023-10-02 16:37:21 +03:00
authn.go feat(ldap): add option to load ldap from file (#1778) 2023-11-14 16:21:36 -08:00
authn_test.go fix(routes): fix cors headers for api keys and logout route (#1984) 2023-11-07 10:11:40 -08:00
authz.go fix: metrics should be protected behind authZ (#1895) 2023-10-20 10:33:26 +03:00
controller.go feat(retention): added image retention policies (#1866) 2023-11-01 09:16:18 -07:00
controller_test.go feat(startup): update logic for metadb update on startup, skip unmodified repos (#2024) 2023-11-16 10:39:27 -08:00
cookiestore.go fix(sessions): periodically cleanup expired sessions (#1939) 2023-10-16 20:03:42 -07:00
ldap.go feat(ldap): add option to load ldap from file (#1778) 2023-11-14 16:21:36 -08:00
routes.go fix(routes): fix cors headers for api keys and logout route (#1984) 2023-11-07 10:11:40 -08:00
routes_test.go fix: tests refactoring (#1950) 2023-10-26 11:20:39 +03:00
session.go refactor: Review metrics endpoints (#1770) 2023-09-15 14:49:34 +03:00