-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
AIP-84 Get Event Logs #43407
AIP-84 Get Event Logs #43407
Conversation
I reviewed the other PR on which is based this one. I will do an in-depth review here when the other one is updated and merge because it will most likely imply changes here as well. |
169e45e
to
64d20a4
Compare
Fix common issue in #43406 ( should add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would take the work on FilterParam
out of this particular PR because it's impact is much broader and we should update other endpoints if we want to include such new logic.
I would just use the base_query
to .filter
a few thing, and handle query parameters before, after
in the same way as we have right now with new params.
Then we can merge this and you can start working on a larger refactoring to include FilterParam
, taking the time to make the dependency injection work for it and also refactor other endpoints to follow this new construct.
Sure, I will separate |
ab485b3
to
aeed230
Compare
Hi @pierrejeambrun, I believe this PR is ready to be merged. Afterward, I’ll start working on PR to refactor SortParam and FilterParam. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge, need rebasing to solve conflicts
For Range filtering, you can take a look at which implements some helper code, you might need to re-use some of it for your refactoring: |
aeed230
to
5a8b72d
Compare
I just rebased the branch, waiting for a green CI to merge. |
5a8b72d
to
9ef7586
Compare
Thanks for helping resolve the conflict. |
* AIP-84 Get Event Logs * fix: add http execption docs for router * refactor: remove `FilterParam` out of this PR
Closes: #43326
Related: #42370
Related discussion mentioned at #43204 (comment)