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(THEEDGE-3739): Fix filter and link to device details #2112

Merged

Conversation

acosferreira
Copy link
Contributor

This PR fixes the filter and link on immutable tab for group details.
https://issues.redhat.com/browse/THEEDGE-3739

THEEDGE-3739

@acosferreira acosferreira requested a review from a team as a code owner November 30, 2023 22:52
@acosferreira acosferreira changed the title Theedge 3739 fix link and filter fix(THEEDGE-3739) Fix filter and link to device details Nov 30, 2023
@acosferreira acosferreira changed the title fix(THEEDGE-3739) Fix filter and link to device details fix(THEEDGE-3739): Fix filter and link to device details Nov 30, 2023
@acosferreira acosferreira force-pushed the THEEDGE-3739-fix-link-and-filter branch from 7519324 to e6e2c87 Compare November 30, 2023 23:06
@acosferreira acosferreira force-pushed the THEEDGE-3739-fix-link-and-filter branch from e6e2c87 to 0314a0c Compare November 30, 2023 23:20
@codecov-commenter
Copy link

codecov-commenter commented Nov 30, 2023

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (64c5f6c) 57.41% compared to head (92f19f1) 57.49%.

Files Patch % Lines
...c/components/GroupSystems/GroupImmutableSystems.js 0.00% 16 Missing ⚠️
src/Utilities/edge.js 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2112      +/-   ##
==========================================
+ Coverage   57.41%   57.49%   +0.07%     
==========================================
  Files         193      193              
  Lines        6181     6192      +11     
  Branches     1712     1713       +1     
==========================================
+ Hits         3549     3560      +11     
  Misses       2632     2632              

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

…-frontend into THEEDGE-3739-fix-link-and-filter
@computercamplove
Copy link
Contributor

/retest

1 similar comment
@computercamplove
Copy link
Contributor

/retest

src/components/GroupSystems/GroupImmutableSystems.js Outdated Show resolved Hide resolved
total: customResult?.data?.total,
};
let mapDeviceIds = [];
defaultData.results.forEach((data) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be great if we could extract this portion of code that fetches and merges data. Furthermore, with coverage tests, we would make sure of its behaviour.

Copy link
Contributor

@mkholjuraev mkholjuraev left a comment

Choose a reason for hiding this comment

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

LGTM! Works as expected

src/Utilities/edge.test.js Outdated Show resolved Hide resolved
src/Utilities/edge.test.js Show resolved Hide resolved
@acosferreira
Copy link
Contributor Author

/restest

@acosferreira
Copy link
Contributor Author

/retest

1 similar comment
@gkarat
Copy link
Contributor

gkarat commented Dec 13, 2023

/retest

@gkarat gkarat added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Dec 13, 2023
@gkarat gkarat merged commit 5871f3a into RedHatInsights:master Dec 13, 2023
2 checks passed
@gkarat
Copy link
Contributor

gkarat commented Dec 13, 2023

🎉 This PR is included in version 1.61.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants