You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
push image to this project until it has more than 10 repositories;
make a replication for this project to another harbor;
the replication will be end when the another harbor gets 10 repositories.
@ywk253100 , I think we need to revisit the default behavior of api pagination, by default the api should probably return all data until there's paging parameters
The text was updated successfully, but these errors were encountered:
Per discussion, the default page size should be the max page size, and the code should handle the case if the number of items exceeds the page size, i.e. it's the client code that need to make more than one API call and merge the result.
the replication will be end when the another harbor gets 10 repositories.
@ywk253100 , I think we need to revisit the default behavior of api pagination, by default the api should probably return all data until there's paging parameters
The text was updated successfully, but these errors were encountered: