-
Notifications
You must be signed in to change notification settings - Fork 76
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
Feature findings api enhancements #914
Merged
Merged
Changes from 17 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2ffe265
get all findings as part of findings API enhancement
riysaxen-amzn 705988f
findingsAPI feature enhancements (address comments to prev PR)
riysaxen-amzn 854c44c
findingsAPI feature enhancements (address comments to prev PR)
riysaxen-amzn 8bb1d7e
added support for param in Finding API
riysaxen-amzn 303493c
added detectionType as param for Findings API enhancements
riysaxen-amzn d6a914e
added few tests to validate findings by params
riysaxen-amzn d8d4051
Merge branch 'opensearch-project:main' into feature-findingsAPIenhanc…
riysaxen-amzn 0eb7dce
added test for searchString param in FindingsAPI
riysaxen-amzn 6b2a15c
adding addiional params findingIds, startTime and endTime as findings…
riysaxen-amzn 0804c8b
added params in getFindingsByDetectorId func
riysaxen-amzn b9349c1
changed the startTime and endTime req input format
riysaxen-amzn 5a80380
Merge branch 'main' into feature-findingsAPIenhancements
riysaxen-amzn 13f74db
fix merge conflixt
riysaxen-amzn 02f7000
fix integ test failures in findings API
riysaxen-amzn 8a7c3d8
fix integ tests
riysaxen-amzn b29cd33
refactored the logic
riysaxen-amzn 7a63ec0
remove unused imports
riysaxen-amzn ccc84ea
address the pr comments
riysaxen-amzn dae015b
address pr comments
riysaxen-amzn b45660b
SA integ tests fix
riysaxen-amzn 5ba7a0f
SA integ tests fix
riysaxen-amzn a5adf95
Merge branch 'main' into feature-findingsAPIenhancements
riysaxen-amzn 369ca7d
fix integ tests for findings
sbcd90 c15e577
fix conflixt errors
riysaxen-amzn 02fc845
fix conflixt errors
riysaxen-amzn de8bf2f
fix conflixt errors
riysaxen-amzn 2587fca
fix conflixt errors
riysaxen-amzn f3eb85d
fix integ tests
riysaxen-amzn f20ed7f
fix integ tests
riysaxen-amzn 8fc5960
fix integ tests
riysaxen-amzn 19ff06e
fix flaky integ tests
riysaxen-amzn d8043ef
address pr comments
riysaxen-amzn 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
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.
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.
remove
*
importsThere 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.
addressed