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

Replace Reselect with Memoize #2042

Merged
merged 3 commits into from
Dec 10, 2023

Conversation

cooleditphoto
Copy link
Contributor

Which problem is this PR solving?

Resolves #2031

Description of the changes

Remove package Reselect
Delete file selectors/dependencies
Add the memoize function to components/DependencyGraph/index.tsx

How was this change tested?

yarn lint & yarn test
Screenshot 2023-12-10 at 1 13 35 PM

Checklist

Remove package Reselect
Delete file selectors/dependencies
Add the memoize function to components/DependencyGraph/index.tsx

Signed-off-by: Muzi Qiu <qiumuzinaruto@gmail.com>
Signed-off-by: Muzi Qiu <qiumuzinaruto@gmail.com>
@cooleditphoto cooleditphoto requested a review from a team as a code owner December 10, 2023 18:14
@cooleditphoto cooleditphoto requested review from joe-elliott and removed request for a team December 10, 2023 18:14
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

Thanks!

@yurishkuro yurishkuro changed the title Resolves #2031 Replace Reselect with Memoize Replace Reselect with Memoize Dec 10, 2023
@yurishkuro yurishkuro added the changelog:dependencies Update to dependencies label Dec 10, 2023
Copy link

codecov bot commented Dec 10, 2023

Codecov Report

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

Comparison is base (b76514d) 96.55% compared to head (7d6f33f) 96.55%.

Files Patch % Lines
...jaeger-ui/src/components/DependencyGraph/index.jsx 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2042      +/-   ##
==========================================
- Coverage   96.55%   96.55%   -0.01%     
==========================================
  Files         256      255       -1     
  Lines        7627     7625       -2     
  Branches     1983     1983              
==========================================
- Hits         7364     7362       -2     
  Misses        263      263              

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

@yurishkuro yurishkuro merged commit 4bdb8ac into jaegertracing:main Dec 10, 2023
8 of 11 checks passed
@yurishkuro yurishkuro added changelog:bugfix-or-minor-feature 🐞 Bug fixes, Minor Improvements and removed changelog:dependencies Update to dependencies labels Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:bugfix-or-minor-feature 🐞 Bug fixes, Minor Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on reselect
2 participants