-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Issue-33519. Added logic for grouping alerts by store #35996
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
Closed
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
312b288
Issue-33519. Added logic for grouping alerts by store
topanok d5fca9f
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 4856232
Issue-33519. Remove Cyclomatic Complexity
topanok e06aa7c
Merge branch '2.4-develop' into fix-for-issue-33519
topanok f56b742
Issue-33519. Remove Cyclomatic Complexity(v2)
topanok e668165
Issue-35789. Static test fixes
topanok 32f86c2
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 83f0a95
Issue-35789. Added @SuppressWarnings(PHPMD.CouplingBetweenObjects) cl…
topanok b80184f
Merge branch '2.4-develop' into fix-for-issue-33519
topanok e1c5714
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 98bdc54
Merge branch '2.4-develop' into fix-for-issue-33519
topanok f96039a
Merge branch '2.4-develop' into fix-for-issue-33519
topanok b31aba5
Merge branch '2.4-develop' into fix-for-issue-33519
topanok de36fec
Merge remote-tracking branch 'origin/2.4-develop' into fix-for-issue-…
topanok 53ec371
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 381bca3
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 310e085
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 567b794
Merge remote-tracking branch 'origin/2.4-develop' into fix-for-issue-…
topanok 0a71fd7
Issue-33519 Fix user soumah's long line
topanok c7217f6
Issue-33519 Move argument to next line
topanok fc61c9a
Merge branch '2.4-develop' into fix-for-issue-33519
topanok c2db279
Merge branch '2.4-develop' into fix-for-issue-33519
topanok de8ce8f
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 11afdf1
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 6a925b6
Merge branch '2.4-develop' into fix-for-issue-33519
engcom-Hotel feedd13
Merge branch '2.4-develop' into fix-for-issue-33519
engcom-Hotel 80acc6c
Issue-33519 Automatic tests
topanok 9693ac3
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 2692fa5
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 0e0598d
Merge branch '2.4-develop' into fix-for-issue-33519
topanok fb21999
Merge branch '2.4-develop' into fix-for-issue-33519
andrewbess 86b5e61
Merge branch '2.4-develop' into fix-for-issue-33519
engcom-Hotel 5288548
Added return type to function
engcom-Echo 8d1dc5b
Merge branch '2.4-develop' into fix-for-issue-33519
engcom-Hotel 2aa445e
Merge branch '2.4-develop' into fix-for-issue-33519
topanok 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
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
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.
We can have a return type here as
void
maybe