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

Issue 4630/replace default gateway #5255

Merged

Conversation

mahdikhashan
Copy link
Collaborator

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

there are failing tests in #5080 which will be fixed and new tests will be added in case.

Motivation / Use-Case

fixes #4630

Breaking Changes

Additional Info

@mahdikhashan mahdikhashan self-assigned this Aug 2, 2024
@mahdikhashan mahdikhashan marked this pull request as ready for review August 2, 2024 14:58
@alexander-akait
Copy link
Member

Please remove unrelated changes, thank you

@mahdikhashan mahdikhashan force-pushed the issue-4630/replace-default-gateway branch from dab3db4 to d744c9e Compare August 2, 2024 15:40
@mahdikhashan mahdikhashan force-pushed the issue-4630/replace-default-gateway branch from d744c9e to b5784a1 Compare August 2, 2024 15:41
@mahdikhashan
Copy link
Collaborator Author

Please remove unrelated changes, thank you

done.

* @param {string} gateway
* @returns {string | undefined}
*/
static findIp(gateway) {
Copy link
Member

Choose a reason for hiding this comment

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

We need to keep this function, because developer still can use it, otherwise it is a breaking change

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, I'll change my changes.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link

codecov bot commented Aug 6, 2024

Codecov Report

Attention: Patch coverage is 82.75862% with 5 lines in your changes missing coverage. Please review.

Project coverage is 84.99%. Comparing base (af6bd68) to head (f0ce3e8).
Report is 74 commits behind head on master.

Files Patch % Lines
lib/Server.js 82.75% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5255      +/-   ##
==========================================
- Coverage   90.29%   84.99%   -5.31%     
==========================================
  Files          15       16       +1     
  Lines        1577     1693     +116     
  Branches      601      635      +34     
==========================================
+ Hits         1424     1439      +15     
- Misses        140      227      +87     
- Partials       13       27      +14     

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

@alexander-akait
Copy link
Member

/cc @snitin315 Feel free to merge when CI will be green, locally all tests are passed

@snitin315 snitin315 merged commit f5f0902 into webpack:master Aug 7, 2024
39 of 41 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.

Unusable IPv6 address printed
3 participants