0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-23 22:27:35 -05:00
zot/pkg/api
Andrei Aaron c0aaca8ed1
feat(ui): package zui within zot binary (#1161)
(cherry picked from commit d557da0baba819b7cd7e6b5941528776e125ac6d)

build(ui): fix stacker builds


(cherry picked from commit ba25daf02b4a9bc7ee1cb6f84b7a6b096ca7d61f)

build(ui): various fixes

- Fix metrics endpoint
- Fix unit tests unit tests
- Make the ui build optional in the makefile
before the linter lint runs in the golangci-lint workflow
- Do not attempt to include UI routes if search is enabled
- Fix authorization for search endpoint



fix: use zot tag in ui make target


(cherry picked from commit 2a6882fa23f06b2d68c6c299773a6ff50bf90e78)

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
Signed-off-by: Catalin Hofnar <catalin.hofnar@gmail.com>
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
Co-authored-by: Ramkumar Chinchani <rchincha@cisco.com>
2023-02-10 14:52:54 -08:00
..
config feat(cache): dynamodb implementation (#953) 2022-11-22 10:29:57 -08:00
constants chore: rename search route prefix (#887) 2022-10-18 20:46:06 -07:00
authn.go chore(lint): gci to separate zot from other imports (#870) 2022-10-20 09:39:20 -07:00
authz.go fix(storage): deleting manifests with identical digests (#951) 2022-11-18 09:35:28 -08:00
controller.go refactor(cve): improve CVE test time by mocking trivy (#1184) 2023-02-09 21:04:52 -08:00
controller_test.go refactor(cve): improve CVE test time by mocking trivy (#1184) 2023-02-09 21:04:52 -08:00
errors.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
errors_test.go chore(lint): gci to separate zot from other imports (#870) 2022-10-20 09:39:20 -07:00
ldap.go chore(lint): gci to separate zot from other imports (#870) 2022-10-20 09:39:20 -07:00
routes.go feat(ui): package zui within zot binary (#1161) 2023-02-10 14:52:54 -08:00
routes_test.go refactor: Cleanup/simplify test cases (#1041) 2022-12-15 13:22:18 -08:00
session.go chore(lint): gci to separate zot from other imports (#870) 2022-10-20 09:39:20 -07:00