-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support pagination as default option in notation list CLI. #403
Comments
The Referrers() API in |
Here is the proposal for supporting pagination in The default experience for this command will be to list ALL signatures for a given reference. This is the provided behavior in notation rc.1 After rc.1,
Users will be able to paginate through the entire result set of signatures for a given reference. These two will be optional switches. If Examples:
|
@rgnote As specified in the distribution-spec, the Referrers API does not support listing from the middle of the list. Also, the Referrers API does not support specifying the number of max results to be returned. |
@shizhMSFT You are right. I was looking at Oras spec. I will update my comment accordingly. |
@rgnote and @shizhMSFT will discuss this and then likely move it out of RC-1 into RC-2 cc: @vaninrao10 |
Confirmed to move this issue out of rc-1 scope. Now moved to "Discuss". We will review all the issues later for rc-2 release scope. |
Close this issue as no activities for more than 8 months. Referrers API defined by distribution spec supports pagination and Notation has experimental feature |
Maybe we can create another issue to address your comments. The implementation depends on the behavior of
oras-go
library. IMO, the current spec is good enough for rc.1 release.Originally posted by @yizha1 in #362 (comment)
The text was updated successfully, but these errors were encountered: