-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#26002 Added an ignoreNoAction parameter in push service
Incorporated a new feature in 'PushServiceImpl' and 'FormatStatus' to allow ignoring results with no action during push operation. If 'dryRun' is set in 'PushServiceImpl', the new optional 'ignoreNoAction' parameter would be taken into account while formatting the push analysis results. This enhancement caters for more efficient resource utilization as results with no action (NO_ACTION) are filtered out before the formatting operation.
- Loading branch information
1 parent
e6b1de2
commit 7260343
Showing
2 changed files
with
17 additions
and
5 deletions.
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