Skip to content
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

ENG-55741: filtering support on the get all notification rule api #272

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

patelraj0602
Copy link
Contributor

No description provided.

@patelraj0602 patelraj0602 requested a review from a team as a code owner January 20, 2025 19:32
Copy link

github-actions bot commented Jan 20, 2025

Test Results

134 tests  ±0   134 ✅ ±0   49s ⏱️ ±0s
 31 suites ±0     0 💤 ±0 
 31 files   ±0     0 ❌ ±0 

Results for commit b45d34c. ± Comparison against base commit bb9aa98.

♻️ This comment has been updated with latest results.

return Optional.of(data)
.filter(
notificationRule ->
filter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check a condition for hasFilter.
We don't want to apply any filter if filter is not set or list is empty.

@patelraj0602 patelraj0602 merged commit eb76fcf into main Jan 21, 2025
9 checks passed
@patelraj0602 patelraj0602 deleted the ENG-55741 branch January 21, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants