-
Notifications
You must be signed in to change notification settings - Fork 88
(fix/refactor): Remove unnecessary calls to Notification APIs (IDETECT-4992) #1708
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
Merged
shantyk
merged 24 commits into
11.4.z
from
dev/shanty/IDETECT-4992_notification_apis_removal
Apr 17, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
71c11a3
Notification APIs: remove unnecessary calls
shantyk af636c8
Don't wait at BOM level for IAC or impact analysis scans since we can…
shantyk 42d0c54
Refactor Impact Analysis upload operation to createCodeLocationsWitho…
shantyk 5f4efc0
Latest IntelligentModeStepRunner changes
shantyk e93a8d7
Pkg mngr and signature updates
shantyk 0644815
Testing for regressions
shantyk 0d05709
Remove unused impact analysis related methods
shantyk 86a3e60
Remove unused ImpactAnalysisToolResult class
shantyk 0cde1a1
Deprecate shouldWaitAtScanLevel since it simply checks if a server ve…
shantyk 784a008
Update bd-common version with soon to be released lib version
shantyk 1637aa2
Propogate removal of shouldWaitAtScanLevel to signature scanner
shantyk ee6e20e
Remove prescass pkg mngr BDIO code location upload from being conside…
shantyk aed3a40
Minor updates
shantyk 2ccfdd6
Rename back to uploadBdioFiles
shantyk 74c9aa5
Clean up comments
shantyk 4d3e7ee
Revert changes to waitable signature scanner code loctaion
shantyk 01329b3
Remove comments in signaturescansteprunner
shantyk 75546af
Add missed method update for binary upload
shantyk 35e13a0
Remove NotificationTaskRange param from WaitableCodeLocationData cons…
shantyk 2d175bd
Fix whitespace in diff
shantyk 5f3007d
Merge branch '11.4.z' into dev/shanty/IDETECT-4992_notification_apis_…
shantyk 07cc4d2
Fix method rename issue after rebase
shantyk 29922b9
Fix regression wrt correlated scanning. Correlated scan count calcula…
shantyk de0b0aa
Bump bd-common version 68.0.0
shantyk 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| gradle.ext.blackDuckCommonVersion='67.0.20' | ||
| gradle.ext.blackDuckCommonVersion='68.0.0' | ||
| gradle.ext.springBootVersion='2.7.12' |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
thanks for changing these names, massive w! 👍