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

Categories filtering for nested properties #59

Merged
merged 19 commits into from
Jun 2, 2021

Commits on Feb 21, 2021

  1. Update gitignore

    kiendang committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    a7b04ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0cfb39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9026d9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6a5a70 View commit details
    Browse the repository at this point in the history
  5. Fix deep_get

    kiendang committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    d2e86a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f4445b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a34b1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb3e1ab View commit details
    Browse the repository at this point in the history
  9. Refactor tests

    kiendang committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    5bdd155 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a86bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    723c4fc View commit details
    Browse the repository at this point in the history
  2. Modify tests

    Move assert outside the util function so that diffs are displayed in pytest error message.
    kiendang committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    5073ec1 View commit details
    Browse the repository at this point in the history
  3. Separate schema validation and category extraction

    Otherwise some valid schemas will fail by "error" caused by category
    extraction in subschema.
    kiendang committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    5813b0e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    ab0f509 View commit details
    Browse the repository at this point in the history
  2. Unexpose eventschema module

    kiendang committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9e45aba View commit details
    Browse the repository at this point in the history
  3. Make flake8 happy

    kiendang committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b4e01f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

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

Commits on Apr 30, 2021

  1. Clean up

    kiendang committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b17dc59 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Reorganize

    Add docstrings
    Rename stuff more appropriately
    Expose only what's necessary
    kiendang committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    27b21e6 View commit details
    Browse the repository at this point in the history