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

Finished up work started in PR (#263) auto incrementing the port if it is already in use #278

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2020

  1. Auto increment port if taken

    al5ina5 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    bbbd4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd75a9 View commit details
    Browse the repository at this point in the history
  3. Update reload.js

    al5ina5 committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    d48278d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Finished up work started by @al5ina5 in a PR (#263) auto incrementing…

    … 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
    alallier committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    411a4b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff58c31 View commit details
    Browse the repository at this point in the history