Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

implemented different types of pagination #2110

Merged
merged 10 commits into from
Feb 12, 2020

Conversation

StaticallyTypedAnxiety
Copy link
Contributor

@StaticallyTypedAnxiety StaticallyTypedAnxiety commented Feb 12, 2020

PR summary

-Second iteration of pagination adds a new type which can paginate by time and limit

testing/benchmarking notes

( if any manual testing or benchmarking was/should be done, add notes and/or screenshots here )

followups

( any new tickets/concerns that were discovered or created during this work but aren't in scope for review here )

changelog

  • if this is a code change that effects some consumer (e.g. zome developers) of holochain core, then it has been added to our between-release changelog with the format
- summary of change [PR#1234](https://github.com/holochain/holochain-rust/pull/1234)

documentation

@@ -1,4 +1,5 @@
const { one, two } = require('../config')
const sleep = require('sleep')

module.exports = scenario => {
scenario('delete_post', async (s, t) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this scenario called "delete_post"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops that is not a new scenario but I have just added sleep in there :)

Copy link
Member

@zippy zippy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor update to docs, looks great.

doc/holochain_101/src/links/get_links.md Outdated Show resolved Hide resolved
Co-Authored-By: Eric Harris-Braun <eric@harris-braun.com>
Copy link
Contributor

@freesig freesig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just run fmt but everything else looks good

app_spec/zomes/simple/code/src/lib.rs Outdated Show resolved Hide resolved
@StaticallyTypedAnxiety StaticallyTypedAnxiety merged commit 77e3b1a into develop Feb 12, 2020
@neonphog neonphog deleted the pagination_second_iteration branch March 5, 2020 23:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants