mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 16:45:50 +03:00
[PR #12] [CLOSED] Pagination metadata #101
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jeffknupp/sandman2/pull/12
Author: @jmcarp
Created: 9/1/2015
Status: ❌ Closed
Base:
master← Head:pagination-metadata📝 Commits (10+)
188d7fbFix failing admin test.59d3cadInstall on Travis with setuptools.6dd763aAdd query operators.91fad8fAdd not equal operator.72cd4e2Handle filtering on repeated query parameters.3ca05c2Test case insensitive setting.f6bc4caAllow custom query delimiters.ecf5829Use WebTest for more concise tests.3bca1f9Support ordering by query parameter.3bf0806Include pagination metadata in list response.📊 Changes
13 files changed (+413 additions, -197 deletions)
View changed files
📝
.travis.yml(+9 -10)📝
requirements.txt(+3 -0)➕
sandman2/operators.py(+114 -0)📝
sandman2/service.py(+44 -12)➕
sandman2/utils.py(+22 -0)📝
setup.py(+3 -1)📝
tests/automap_models.py(+6 -3)📝
tests/conftest.py(+8 -2)📝
tests/resources.py(+4 -4)📝
tests/test_automap_base_models.py(+4 -10)📝
tests/test_extended_functionality.py(+4 -7)📝
tests/test_sandman2.py(+155 -97)📝
tests/test_user_models.py(+37 -51)📄 Description
Based on #11. Relevant changes in
3bf0806ande64fbd9.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.