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

New: Enhance API endpoint to support additional filters #7285

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Commits on Aug 9, 2024

  1. fix: Windows compatibility

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c45b5d9 View commit details
    Browse the repository at this point in the history
  2. feat: allow third party plugin to add filters

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3163291 View commit details
    Browse the repository at this point in the history
  3. test: add test for ListDonation filtered by donor ID

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0d05d32 View commit details
    Browse the repository at this point in the history
  4. fix: strauss false positive

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c2bfff9 View commit details
    Browse the repository at this point in the history
  5. refactor: add hook to allow adding api endpoint args

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b21997a View commit details
    Browse the repository at this point in the history
  6. refactor: cleanly separate request blocks

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b466d18 View commit details
    Browse the repository at this point in the history
  7. refactor: factorize where conditions : testMode

    use parentheses on OR WHERE clause
    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    30071ab View commit details
    Browse the repository at this point in the history
  8. refactor: factorize where conditions : date

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e59087c View commit details
    Browse the repository at this point in the history
  9. refactor: factorize where conditions : form

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3cdc55d View commit details
    Browse the repository at this point in the history
  10. refactor: factorize where conditions : donor

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1189791 View commit details
    Browse the repository at this point in the history
  11. refactor: factorize where conditions : search

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    513841c View commit details
    Browse the repository at this point in the history
  12. refactor: add hook to allow adding query request clauses

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3cc566b View commit details
    Browse the repository at this point in the history
  13. test: add test for ListDonations custom filter

    David GABISON committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    eeac823 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    55eb0f9 View commit details
    Browse the repository at this point in the history