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(database): Database Filtering via custom configuration #24580

Commits on Jul 3, 2023

  1. Database Filtering:

    - Add new configuration so we can inject extra filters to our databases when running the DatabaseFilter in base_filters
    - Add tests for our new config and its usage
    Antonio-RiveroMartnez committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    579c359 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Database filtering:

    - Add explicit assertions to validate the filter is not called when not defined
    - Use docstring comment
    Antonio-RiveroMartnez committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    eaddeae View commit details
    Browse the repository at this point in the history
  2. Database filtering:

    - Generalize the new config so we can use it for other entities down the road.
    - Pull the new database key from the config so we apply any given filter method in the databases API
    - Adjust our tests with the new config name and structure
    Antonio-RiveroMartnez committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a8995d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Database Filtering:

    - Add more info to our comments in our tests
    Antonio-RiveroMartnez committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dac34ff View commit details
    Browse the repository at this point in the history