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

Policy eval generification #32

Merged
merged 14 commits into from
Jan 3, 2024
Merged

Policy eval generification #32

merged 14 commits into from
Jan 3, 2024

Commits on Dec 24, 2023

  1. convert handler to an interface

    Paul Norton committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    eaa5890 View commit details
    Browse the repository at this point in the history
  2. generify query sources

    Paul Norton committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    8d7603a View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. convert local eval to opt

    Paul Norton committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    aa84401 View commit details
    Browse the repository at this point in the history
  2. collapse evaluators into goals package

    Paul Norton committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    df50569 View commit details
    Browse the repository at this point in the history
  3. add GqlContext helper

    Paul Norton committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    00eff24 View commit details
    Browse the repository at this point in the history
  4. remove unused query package

    Paul Norton committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    2cf3bc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. unmarshal inside Query

    Paul Norton committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    22e5672 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. preserve query results in metadata

    Paul Norton committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    8eb32c2 View commit details
    Browse the repository at this point in the history
  2. reformatting

    Paul Norton committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6261a80 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. remove some stale comments

    Paul Norton committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7a40d3a View commit details
    Browse the repository at this point in the history
  2. remove use of definitionName

    Paul Norton committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fe86142 View commit details
    Browse the repository at this point in the history
  3. move multi-async-query support behind an opt-in flag

    Paul Norton committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c6c1739 View commit details
    Browse the repository at this point in the history
  4. move sync query support to new opt

    Paul Norton committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b330d7f View commit details
    Browse the repository at this point in the history
  5. strip local user suffix off goal definition

    Paul Norton committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3ee05c0 View commit details
    Browse the repository at this point in the history