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

Change default serverHost to 0.0.0.0 #374

Merged
merged 1 commit into from
Apr 6, 2017
Merged

Conversation

green-arrow
Copy link
Collaborator

This allows users to connect from outside their local machines

Resolves #373

This allows users to connect from outside their local machines
@sapegin
Copy link
Member

sapegin commented Apr 5, 2017

Could we consider this a minor or patch change? Technically localhost still works.

/cc @okonet @n1313

@green-arrow
Copy link
Collaborator Author

I would say it could be a minor update as it shouldn't break existing setups.

@codecov-io
Copy link

Codecov Report

Merging #374 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #374   +/-   ##
=======================================
  Coverage   92.57%   92.57%           
=======================================
  Files          74       74           
  Lines        1051     1051           
  Branches      223      223           
=======================================
  Hits          973      973           
  Misses         78       78
Impacted Files Coverage Δ
scripts/schemas/config.js 88.37% <ø> (ø) ⬆️

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 d6fcd0a...44426ed. Read the comment docs.

@n1313
Copy link
Collaborator

n1313 commented Apr 6, 2017

I have no opinion but I welcome this change because this is exactly how my setup works :)

@sapegin sapegin merged commit 12b94ce into master Apr 6, 2017
@sapegin sapegin deleted the default-server-host branch April 6, 2017 13:54
sapegin added a commit that referenced this pull request Apr 23, 2017
## New features

### React 15.5 compatibility

No warnings when running with React 15.5.

(#389 by @ldabiralai, @kulakowka)

### New config option to change Buble configuration

New config option [compilerConfig](https://github.com/styleguidist/react-styleguidist/blob/master/docs/Configuration.md#compilerconfig).

(#392 by @dylanmoz)

### Change default dev server host to 0.0.0.0

This allows users to connect from outside their local machines.

(#374 by @Knorcedger)

## Bug fixes

* Pass resolver and handlers to `propsParser` (#377 by @stepancar)
* Use `[name]` in output filenames (#381 by @jskeate)
* Show actual glob patterns on welcome screen (#387).
* Show correct types in config validation errors (for example do not show `null` as `object`).
* Do not print clean-webpack-plugin log messages.
* Allow working without webpack config.
sapegin added a commit that referenced this pull request Apr 23, 2017
## New features

### React 15.5 compatibility

No warnings when running with React 15.5.

(#389 by @ldabiralai, @kulakowka)

### New config option to change Buble configuration

New config option [compilerConfig](https://github.com/styleguidist/react-styleguidist/blob/master/docs/Configuration.md#compilerconfig).

(#392 by @dylanmoz)

### Change default dev server host to 0.0.0.0

This allows users to connect from outside their local machines.

(#374 by @Knorcedger)

## Bug fixes

* Pass resolver and handlers to `propsParser` (#377 by @stepancar)
* Use `[name]` in output filenames (#381 by @jskeate)
* Show actual glob patterns on welcome screen (#387).
* Show correct types in config validation errors (for example do not show `null` as `object`).
* Do not print clean-webpack-plugin log messages.
* Allow working without webpack config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants