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

Add additional filters to page list endpoints #1622

Merged
merged 2 commits into from Mar 22, 2024

Commits on Mar 21, 2024

  1. Add filters to page list endpoints

    - reviewed: filter by page has approval or at least one note
    - approved: filter by approval value
    - anyApproval: filter by approval value is bool (true) or None (false)
    - hasNotes: filter by true or false
    tw4l committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b6ade0a View commit details
    Browse the repository at this point in the history
  2. Remove anyApproved, make approved accept list of strings

    Strings in approved list are coerced into bools or None values as
    appropriate, with other values ignored.
    tw4l committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b340f70 View commit details
    Browse the repository at this point in the history