Skip to content

feat(client): 'ws' clientMode #2090

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

Merged
merged 3 commits into from
Jul 10, 2019

Conversation

knagaitsev
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?

Yes

Motivation / Use-Case

Adds clientMode: 'ws' with tests to confirm that it works, including full e2e tests.

Breaking Changes

None

Additional Info

@codecov
Copy link

codecov bot commented Jul 2, 2019

Codecov Report

Merging #2090 into master will increase coverage by 0.28%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2090      +/-   ##
==========================================
+ Coverage   94.46%   94.74%   +0.28%     
==========================================
  Files          32       32              
  Lines        1210     1256      +46     
  Branches      334      360      +26     
==========================================
+ Hits         1143     1190      +47     
+ Misses         65       64       -1     
  Partials        2        2
Impacted Files Coverage Δ
lib/utils/getSocketClientPath.js 88.88% <100%> (+1.38%) ⬆️
client-src/default/utils/createSocketUrl.js 100% <0%> (ø) ⬆️
lib/Server.js 97.29% <0%> (+0.36%) ⬆️
lib/utils/getSocketServerImplementation.js 93.1% <0%> (+3.62%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a09420...c671a08. Read the comment docs.

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

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

/cc @hiroppy

@alexander-akait
Copy link
Member

alexander-akait commented Jul 10, 2019

/cc @Loonride something wrong with node@6 😕

@knagaitsev
Copy link
Collaborator Author

/cc @Loonride something wrong with node@6

I think this was just a very unsuccessful e2e test run, not particular to node 6. Unless there is something in the output that I missed

@hiroppy hiroppy merged commit bdf8444 into webpack:master Jul 10, 2019
knagaitsev added a commit to knagaitsev/webpack-dev-server that referenced this pull request Jul 31, 2019
* feat(client): ws client mode

* test(client): changed client and client mode tests to use arrays
@knagaitsev knagaitsev added gsoc Google Summer of Code scope: ws(s) labels Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc Google Summer of Code scope: ws(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants