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

Improve cleanup for docker-compose. #394

Merged
merged 5 commits into from
Jul 9, 2017
Merged

Commits on Jul 8, 2017

  1. Improve cleanup for docker-compose.

    Reduce unnecessary cleanup attempts which cause errors to be logged.
    docker-compose down is now trusted to have cleanup up properly if it
    exits with a 0 status code.
    rnorth committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    a7dbb82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd6161 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    rnorth committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    cddb22a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Configuration menu
    Copy the full SHA
    8e37969 View commit details
    Browse the repository at this point in the history
  2. Reinstate semi-public methods and mark as deprecated

    Improve comments to aid clarity in removeNetwork method
    rnorth committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    d142cd2 View commit details
    Browse the repository at this point in the history