liftedinit / many-rs

Rust libraries for the Many Protocol
Apache License 2.0
5 stars 11 forks source link

feat(dweb): web.list pagination #414

Closed fmorency closed 11 months ago

fmorency commented 11 months ago

Adds pagination support for web.list

The default page count is 100 (maximum) The default page number is 1

Fixes #413 Contains #412

codecov[bot] commented 11 months ago

Codecov Report

Merging #414 (f584395) into main (993eb1f) will increase coverage by 0.20%. The diff coverage is 98.22%.

@@            Coverage Diff             @@
##             main     #414      +/-   ##
==========================================
+ Coverage   81.63%   81.83%   +0.20%     
==========================================
  Files         149      149              
  Lines       16621    16810     +189     
==========================================
+ Hits        13568    13757     +189     
  Misses       3053     3053              
Files Coverage Δ
src/many-modules/src/_16_web.rs 96.36% <100.00%> (+0.13%) :arrow_up:
src/many-modules/src/_16_web/list.rs 100.00% <ø> (ø)
src/many-modules/src/_17_web_commands.rs 95.55% <100.00%> (+0.20%) :arrow_up:
src/many-modules/src/_17_web_commands/deploy.rs 100.00% <ø> (ø)
src/many-modules/src/_17_web_commands/update.rs 100.00% <ø> (ø)
src/many-types/src/web.rs 27.27% <ø> (+9.09%) :arrow_up:
src/many-web/src/module/events.rs 0.00% <ø> (ø)
src/many-web/src/storage.rs 76.32% <100.00%> (+2.42%) :arrow_up:
src/many-web/src/module.rs 75.29% <99.19%> (+9.41%) :arrow_up:
src/many-modules/src/_4_events.rs 77.40% <0.00%> (-0.16%) :arrow_down:

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more