-
Notifications
You must be signed in to change notification settings - Fork 20
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
Integrate context filtering logic into the Aim GetRunMetrics and SearchAlignedMetrics endpoints. #787
Merged
dsuhinin
merged 31 commits into
G-Research:main
from
dsuhinin:dsuhinin/adopt-endpoints-to-filter-by-context
Feb 1, 2024
Merged
Integrate context filtering logic into the Aim GetRunMetrics and SearchAlignedMetrics endpoints. #787
Changes from 5 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
bf9ab6f
*extend GetRunMetrics and SearchAlignedMetrics to work with `context`.
dsuhinin b6f5b50
*extend GetRunMetrics and SearchAlignedMetrics to work with `context`.
dsuhinin be14364
*adjust integration tests for `GetRunMetrics` endpoint.
dsuhinin 72761df
Merge branch 'main' into dsuhinin/adopt-endpoints-to-filter-by-context
dsuhinin 140d41b
*adjust integration tests for `SearchAlignedMetrics` endpoint.
dsuhinin ce44ca8
Merge branch 'main' into dsuhinin/adopt-endpoints-to-filter-by-context
dsuhinin c59bf17
Merge branch 'main' into dsuhinin/adopt-endpoints-to-filter-by-context
dsuhinin 1ebc12e
*apply last discussed changes.
dsuhinin 6fa3e06
*bug fix for `AlignedSearch` endpoint.
dsuhinin d8d9181
*other fixed for `SearchAligned` endpoint.
dsuhinin 75c53c7
Merge branch 'main' into dsuhinin/adopt-endpoints-to-filter-by-context
dsuhinin c7bec68
*fix `json` comparsing.
dsuhinin 252e9e4
Merge branch 'main' into dsuhinin/adopt-endpoints-to-filter-by-context
dsuhinin b8a0960
*fix unit tests.
dsuhinin 7f8cb26
Merge remote-tracking branch 'origin/dsuhinin/adopt-endpoints-to-filt…
dsuhinin f7dc098
*fix integration test fixtures. make `json` comparsing to be database…
dsuhinin ef3eb20
*changes according to discussion.
dsuhinin da077ab
Merge branch 'main' into dsuhinin/adopt-endpoints-to-filter-by-context
dsuhinin 36284a0
*apply code formatting.
dsuhinin 300584c
*fix `SearchMetrics` endpoint to correctly handle search when `x_axis…
dsuhinin 5be2271
*working with integration tests.
dsuhinin 280abd7
Merge branch 'main' into dsuhinin/adopt-endpoints-to-filter-by-context
dsuhinin 9e1ef6d
*fixing integration tests.
dsuhinin a8fb3e0
Merge remote-tracking branch 'origin/dsuhinin/adopt-endpoints-to-filt…
dsuhinin c320e32
*fixing integration tests.
dsuhinin e45f996
*fixed typo.
dsuhinin b3f633c
*revert changes back.
dsuhinin 0603eba
*bug fix for postgress case.
dsuhinin ded7e14
Merge branch 'main' into dsuhinin/adopt-endpoints-to-filter-by-context
dsuhinin 21435f5
*fix integration tests for postgres case.
dsuhinin 1edd602
Merge remote-tracking branch 'origin/dsuhinin/adopt-endpoints-to-filt…
dsuhinin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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 decided to split it, because in that case it looks more clear and it is much easy to construct and support queries.