sapling/eden/mononoke/bookmarks
Mark Thomas 3e4e59baef bookmarks: add 'pagination' filter to 'list'
Summary:
Add a new parameter, `pagination`, to the `list` method of the `Bookmarks` trait.

This restricts the returned bookmarks to those lexicographically after the
given bookmark name (exclusive).  This can be use to implement pagination:
callers can provide the last bookmark in the previous page to fetch the
next page of bookmarks.

Reviewed By: krallin

Differential Revision: D22333943

fbshipit-source-id: 686df545020d936095e29ae5fee24258511f4083
2020-07-02 07:53:12 -07:00
..
bookmarks_types bookmarks: add 'pagination' filter to 'list' 2020-07-02 07:53:12 -07:00
dbbookmarks bookmarks: add 'pagination' filter to 'list' 2020-07-02 07:53:12 -07:00
src bookmarks: add 'pagination' filter to 'list' 2020-07-02 07:53:12 -07:00
warm_bookmarks_cache move DangerousOverride into a separate crate blobrepo_override 2020-06-22 07:29:19 -07:00
Cargo.toml bookmarks: rework Bookmarks traits 2020-07-02 07:53:12 -07:00