0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/api
peusebiu fc6d6356fb
feat(sync): sync references(signatures/artifacts) recursively (#1500)
sync now also pulls chained artifacts recursively
eg:
 image->sbom->sbom signature
 image->artifact->artifact

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2023-06-16 10:27:33 -07:00
..
config refactor(storage): refactoring storage (#1459) 2023-05-26 11:08:19 -07:00
constants feat(routes): move the cors handler from /v2 to only where it's needed (#1457) 2023-05-19 21:22:51 -07:00
authn.go feat(userpreferences): update allowed methods header for user preferences routes (#1430) 2023-05-10 10:09:53 -07:00
authz.go feat(userpreferences): update allowed methods header for user preferences routes (#1430) 2023-05-10 10:09:53 -07:00
controller.go refactor(sync): use task scheduler (#1301) 2023-05-31 10:26:23 -07:00
controller_test.go refactor(storage): refactoring storage (#1459) 2023-05-26 11:08:19 -07:00
errors.go feat(routes): better error message in case of missing annotations (#1150) 2023-03-16 20:09:30 -07:00
errors_test.go chore(lint): gci to separate zot from other imports (#870) 2022-10-20 09:39:20 -07:00
ldap.go feat(groups)!: added "groups" mechanism for authZ (#1123) 2023-03-08 11:47:15 -08:00
routes.go feat(sync): sync references(signatures/artifacts) recursively (#1500) 2023-06-16 10:27:33 -07:00
routes_test.go ci(disk usage): disk related fixes and improvements (#1524) 2023-06-15 15:07:28 -07:00
session.go chore(lint): gci to separate zot from other imports (#870) 2022-10-20 09:39:20 -07:00