Andrei Aaron

Results 52 issues of Andrei Aaron

**Is your feature request related to a problem? Please describe.** One of the views in zui will list image dependants. We need a query which given an image name or...

ui

GraphQL API proposal for 1st ZOT release. **Which issue does this PR fix**: Several issues requesting graphql API changes need an `API` specification. This is a proposal, not to be...

ui

At the moment our search logic assumes that if a manifest does not have a tag annotation, the tag should be `latest`: https://github.com/project-zot/zot/blob/main/pkg/extensions/search/common/oci_layout.go#L358. We should fix this by simply skipping...

bug
ui

**Is your feature request related to a problem? Please describe.** ImageListWithLatestTag currently returns a list of ImageInfo objects. It needs to return consistent results with the API used for Global...

ui

Add a query to provide details on a specific image signature

ui

Generate query/search documentation in OpenAPI format. Note: Do we really need this? https://github.com/project-zot/zot/issues/606 should make more sense.

documentation
ui

Needed for ZUI in order to determine if local authentication is enabled. If local authentication is enabled, the user should be allowed to change his password.

ui

From one of the UX discussions: 1) UI search: always return "image" names alpine => [a/b/alpine, alpine, xyz/alpine] Don't return image versions. 2) UI search: "image" followed by a colon,...

ui