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

Add scoped selectors #391

Closed
wants to merge 4 commits into from
Closed

Add scoped selectors #391

wants to merge 4 commits into from

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    1ac8383 View commit details
    Browse the repository at this point in the history
  2. Make selector attributes a data model

    This change updates selectors to use more of a data model when selecting
    attribute values. All selector values and path traversal is now
    implemented using AttributeValue objects, allowing for easier expansion,
    and adding support for generalities like universal (keys) and (values).
    mtdowling committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    58793a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    361adff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade6033 View commit details
    Browse the repository at this point in the history