-
Notifications
You must be signed in to change notification settings - Fork 43
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
Added ListEvaluationHistory RPC implementation. #3784
Merged
Merged
Commits on Jul 10, 2024
-
Added ListEvaluationHistory RPC implementation.
ListEvaluationHistory RPC returns a paginated list of evaluation events based on the given cursor and filter. Routines for managing a filter are implemented as well, in a way that should be reusable within other endpoints supporting filters. This implementation only allows and-joined predicates. Such predicates allow only or-joined equality/inequality checks. Simply put, if a filter entry starts with the exclamation mark, it is added to the inequality check, while it is added to the equality check otherwise. Finally, timerange based filtering is supported. Routines for managing a cursor are implemented as well, but are not intended to be generic. Cursors are tightly coupled with the underlying extraction logic and are harder to refactor, and the additional effort was not considered valuable at this time. Fixes #3746
Configuration menu - View commit details
-
Copy full SHA for e0850b2 - Browse repository at this point
Copy the full SHA e0850b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf55ef - Browse repository at this point
Copy the full SHA bdf55efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea8bbf3 - Browse repository at this point
Copy the full SHA ea8bbf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e7618 - Browse repository at this point
Copy the full SHA c4e7618View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbd2d2 - Browse repository at this point
Copy the full SHA dfbd2d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b255b - Browse repository at this point
Copy the full SHA b7b255bView commit details -
Revert changes to feature flag check.
This was necessary for local testing because of the following issue. #3775
Configuration menu - View commit details
-
Copy full SHA for fd073f2 - Browse repository at this point
Copy the full SHA fd073f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 280dd88 - Browse repository at this point
Copy the full SHA 280dd88View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7e1c9 - Browse repository at this point
Copy the full SHA dc7e1c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f332e1d - Browse repository at this point
Copy the full SHA f332e1dView commit details -
Revert "Embed proto messages specific to EvaluationHistory."
This reverts commit 572ab4e.
Configuration menu - View commit details
-
Copy full SHA for e5f701d - Browse repository at this point
Copy the full SHA e5f701dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b4400 - Browse repository at this point
Copy the full SHA c9b4400View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c933d - Browse repository at this point
Copy the full SHA e1c933dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.