Skip to content
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

Feat/514 rest_api: pluggable paginators #522

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

willi-mueller
Copy link
Collaborator

@willi-mueller willi-mueller commented Jul 7, 2024

Tell us what you do here

Short description

Related Issues

TODO after merge

@willi-mueller willi-mueller requested a review from burnash July 7, 2024 17:19
@willi-mueller willi-mueller force-pushed the feat/514-pluggable-paginators branch from 30214a6 to e30ce17 Compare July 8, 2024 08:49
@willi-mueller willi-mueller marked this pull request as ready for review July 8, 2024 09:26
burnash
burnash previously approved these changes Jul 18, 2024
tests:
  - built-in paginator needs no registration
  - custom paginator can be registered
  - custom paginator is usable like built-in ones after registration
  - custom paginator cannot be created from config without registration

tests that value passed in dict config is present in built object

adds type check at runtime to prevent wrong usage and clarify intention.
@willi-mueller willi-mueller force-pushed the feat/514-pluggable-paginators branch from c63149e to 39c3f31 Compare July 25, 2024 09:59
Copy link
Collaborator

@burnash burnash left a comment

Choose a reason for hiding this comment

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

Great work, @willi-mueller

@willi-mueller willi-mueller merged commit c6c70b3 into master Jul 31, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants