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

Add support for running inside Docker containers #56

Merged
merged 21 commits into from
Aug 31, 2019
Merged

Add support for running inside Docker containers #56

merged 21 commits into from
Aug 31, 2019

Commits on Jul 10, 2019

  1. WIP

    marmistrz committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    2cc27b8 View commit details
    Browse the repository at this point in the history
  2. WIP

    marmistrz committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    cf9f956 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. cargo update

    marmistrz committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    f9abbc9 View commit details
    Browse the repository at this point in the history
  2. WIP

    marmistrz committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2c297ca View commit details
    Browse the repository at this point in the history
  3. WIP

    marmistrz committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    384275e View commit details
    Browse the repository at this point in the history
  4. threads works

    marmistrz committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    4a9d024 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Update

    marmistrz committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    272b380 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Adapt to WIP PRs against gu

    marmistrz committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    c13b319 View commit details
    Browse the repository at this point in the history
  2. Disable running as root

    marmistrz committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    f3b678a View commit details
    Browse the repository at this point in the history
  3. Works on single-node

    marmistrz committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    56f5cee View commit details
    Browse the repository at this point in the history
  4. cargo.lock

    marmistrz committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    e24dcb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Quick&dirty key deployment

    marmistrz committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    65d5424 View commit details
    Browse the repository at this point in the history
  2. Working multi-node

    marmistrz committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    6d8a49d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    b33f757 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    8a3fb9d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Default output location

    marmistrz committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    29d43a4 View commit details
    Browse the repository at this point in the history
  2. wip

    marmistrz committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    4537ac1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Move to tokio-ctrlc-error for ctrlc handling (#58)

    Move to tokio-ctrlc-error for ctrlc handling
    marmistrz committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    0b2832d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Update the deps

    marmistrz committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e26d11b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bdd391 View commit details
    Browse the repository at this point in the history
  3. Bump minimum supported Rust version to 1.34

    One of the indirect dependencies, flate2, no longer builds on 1.33
    marmistrz committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    0ac71ce View commit details
    Browse the repository at this point in the history