-
Notifications
You must be signed in to change notification settings - Fork 47
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
Finished up work started in PR (#263) auto incrementing the port if it is already in use #278
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #278 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 131 144 +13
=========================================
+ Hits 131 144 +13
Continue to review full report at Codecov.
|
Hey, this is awesome to see. 👍 Thanks for tagging me. Hope I didn’t give you too much trouble! 🤞🏼 |
@al5ina5 no problem at all you got the ball rolling. You should be a first time reload contributor soon when this gets merged! |
Per #256 we should still reject if the auto increment option is turned off and there is a port conflict |
9196aad
to
090bc5c
Compare
… the port if it is already in use. This commit adds the following to the existing work: * Added new tests * Added the port to reload's return object so the calling program knows what port reload ending up using if the port auto increments * Added autoIncrementPort optional param to realod to turn off auto port incrementing. Default `true` * Tweaked the code to work correctly, like handling the promise return correctly * Small tweaks to how the generated client side code replace works. Removed a branch that wasn't hitting in coverage and made it more readable * Updated README with API changes
090bc5c
to
ff58c31
Compare
Finished up work started by @al5ina5 in PR (#263) auto incrementing the port if it is already in use
This adds the following ontop of the work already started by @al5ina5:
true
Closes #256
Branched off work from PR #263