- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.5k
 
BREAKING CHANGE(https): migrate ca, cert, pfx, key, pfx-passphrase, and requestCert to https object #2564
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
Conversation
          Codecov Report
 @@           Coverage Diff           @@
##               v4    #2564   +/-   ##
=======================================
  Coverage   93.43%   93.43%           
=======================================
  Files          34       34           
  Lines        1309     1295   -14     
  Branches      369      363    -6     
=======================================
- Hits         1223     1210   -13     
+ Misses         83       82    -1     
  Partials        3        3           
 Continue to review full report at Codecov. 
  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @Loonride
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
webpack-dev-server/test/cli/cli.test.js
Line 76 in 375ab23
| it('--https --cacert --pfx --key --cert --pfx-passphrase', (done) => { | 
We don't need this test. Also, has it always been the case that the CLI can run with unknown args?
| 
           We always accept any args like this. And this test is poor.  | 
    
| 
           @Loonride PTAL  | 
    
…nd requestCert to https object (#2564)
For Bugs and Features; did you add new tests?
yes
Motivation / Use-Case
Migrate ca, cert, pfx, key, pfx-passphrase, and requestCert to https object.
These options are deleted from CLI.(accept https only
Breaking Changes
yes
Additional Info