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

fix(RHINENG-10459): route SystemDetails page using InsightsElement #2119

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

mkholjuraev
Copy link
Contributor

This fixes https://issues.redhat.com/browse/RHINENG-10459 by routing to SytemsCVEs using InsightsElement. Before this, as the component was not wrapped with InsightsElement, account context, and also other insights element component logic (e.g zero-state check) were not enabled on it. Now, account state context properly passes the required info includesCvesWithoutErrata to SystemCVEs and thus the filter is fixed.

@mkholjuraev mkholjuraev requested a review from a team as a code owner June 17, 2024 10:16
Copy link

jira-linking bot commented Jun 17, 2024

Referenced Jiras:
https://issues.redhat.com/browse/RHINENG-10459

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.65%. Comparing base (df3416c) to head (b009bd5).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2119      +/-   ##
==========================================
- Coverage   67.58%   66.65%   -0.94%     
==========================================
  Files         131      128       -3     
  Lines        3437     3440       +3     
  Branches     1066     1068       +2     
==========================================
- Hits         2323     2293      -30     
- Misses       1114     1147      +33     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Fewwy Fewwy left a comment

Choose a reason for hiding this comment

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

Approved, tested it locally. Filter now works

@mkholjuraev mkholjuraev merged commit 6bbc904 into RedHatInsights:master Jun 18, 2024
4 checks passed
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.

None yet

3 participants