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

Prevent binding to only loopback IP when running in watch mode #5515

Merged
merged 2 commits into from
Jul 19, 2021

Conversation

rpocklin
Copy link
Contributor

Description

This is required when running the acceptance tests on Windows, it allows the selenium docker containers to access the frontend due to the host binding in rollup (when running yarn serve). I have considered the implications but can't see any downside to having this as the default, it doesn't break any existing functionality.

Motivation and Context

As above.

How Has This Been Tested?

Tested on Windows with WSL2 and also on MacOS.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

This is required when running the acceptance tests on Windows, it allows the selenium docker containers to access the frontend due to the host binding in rollup (when running `yarn serve`).  I have considered the implications but can't see any downside to having this as the default, it doesn't break any existing functionality.
@rpocklin rpocklin requested a review from fschade as a code owner July 12, 2021 23:20
@update-docs
Copy link

update-docs bot commented Jul 12, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@sonarcloud
Copy link

sonarcloud bot commented Jul 14, 2021

@rpocklin
Copy link
Contributor Author

This PR is ready, the 50% requirement for code coverage on lines changed is the only reason the build is failing.

Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you! 👍

@kulmann kulmann merged commit ddeda9f into owncloud:master Jul 19, 2021
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

2 participants