-
Notifications
You must be signed in to change notification settings - Fork 75
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
get all findings as part of findings API enhancement #803
Merged
riysaxen-amzn
merged 17 commits into
opensearch-project:main
from
riysaxen-amzn:feature-findingsAPIenhancements
Mar 11, 2024
Merged
Changes from 11 commits
Commits
Show all changes
17 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 e4e1214
fix integ tests for findings
sbcd90 e967376
Merge pull request #1 from sbcd90/feature-findingsAPIenhancements
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.
Minor - could create a private method for this to avoid the duplication with the endTime parsing