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(analysis): add path attribute / mixin to structural models #1570

Merged
merged 2 commits into from
Oct 4, 2021

Commits on Sep 29, 2021

  1. feat(events): allow the sender to be used in filter_events

    The `sender` attribute in signal handlers is special, as it will
    always be sent, and is thus not part of the `kwargs`. However it
    still makes sense to allow access to the sender in the `filter_events()`
    predicates
    winged committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    6104cbd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. feat(analysis): add path attribute / mixin to structural models

    Part of a series of PRs that will lead to the analysis module.
    
    Add a denormalisation step to the structural data models (case, workitem,
    and document) that will allow faster queries across case structures down
    the road.
    winged committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9f762f6 View commit details
    Browse the repository at this point in the history