pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

Portassignmentfix #103

Closed Sebastiansch closed 7 years ago

Sebastiansch commented 7 years ago

Hi Carlos, as discussed there will be no port checking if a fixed port is entered in config. Furthermore, if port ranges or groups are defined, they are now allowed between 1 and 65535

Had to commit some times, due to some whitespacing troubles :(

cjus commented 7 years ago

@Sebastiansch can you use git reset --soft HEAD~ followed by the number of commits in your PR? That will allow you to squash your commits to push a clean single commit that's easier to review.

So git reset --soft HEAD~9 should do the trick. Then perhaps a force push to your branch. git push -f origin master