refactor: remove systems default filter - #1763
Open
Dugowitch wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1763 +/- ##
==========================================
- Coverage 77.41% 77.38% -0.04%
==========================================
Files 102 102
Lines 3286 3286
Branches 756 752 -4
==========================================
- Hits 2544 2543 -1
- Misses 663 664 +1
Partials 79 79 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Dugowitch
marked this pull request as ready for review
August 21, 2026 08:19
Dugowitch
force-pushed
the
rm-default-filter
branch
4 times, most recently
from
August 24, 2026 12:14
f5971d7 to
a536e14
Compare
HMS-11196 There was a backend filter that the frontend filter counteracted. The backend filter was removed, the FE filter can now be removed as well. The BE now returns both fresh and stale systems by default.
Dugowitch
force-pushed
the
rm-default-filter
branch
from
August 25, 2026 12:11
a536e14 to
8b7b32a
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Associated Jira ticket: HMS-11196
There was a backend filter that the frontend filter counteracted. The backend filter was removed, the FE filter can now be removed as well. The BE now returns both fresh and stale systems by default.
Side effect of not having default filters: 'Reset filters' becomes 'Clear filters'.
How to test the PR
Please include steps to test your PR.
Before the change
After the change
Checklist: