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

Introduce filter handlers #244

Merged
merged 8 commits into from
Mar 10, 2024
Merged

Introduce filter handlers #244

merged 8 commits into from
Mar 10, 2024

Commits on Mar 10, 2024

  1. add break condition for BaseHandlers

    Callbacks now return a boolean value indicating if processing should
    be stopped after the handler.
    lonvia committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4dcaca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c6a94b View commit details
    Browse the repository at this point in the history
  3. add basic EmptyTagFilter

    Filters all objects without any tags.
    lonvia committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d49d2a8 View commit details
    Browse the repository at this point in the history
  4. add tests for EmtpyTagFilter

    lonvia committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6553dd7 View commit details
    Browse the repository at this point in the history
  5. add key filter

    lonvia committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    abf58b7 View commit details
    Browse the repository at this point in the history
  6. allow filters in apply_* functions of SimpleHandler

    Changes amenity_list example to use the new filter function.
    lonvia committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ee5bb1f View commit details
    Browse the repository at this point in the history
  7. remove invert() function from filters

    It's too confusing to explain.
    lonvia committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    36fdbdd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67e4254 View commit details
    Browse the repository at this point in the history