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

Implement "openio container purge" command, remove unused code #1250

Merged
merged 3 commits into from
Nov 2, 2017

Commits on Nov 2, 2017

  1. CLI: implement 'container purge' subcommand

    And fix M2_PURGE RPC.
    fvennetier committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    4bf8caf View commit details
    Browse the repository at this point in the history
  2. meta2: get rid of M2_LEAVE RPC

    This was used to workaround resolver cache issues. But since we reduced
    usage of resolver cache, we don't need it anymore.
    fvennetier committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    b19a140 View commit details
    Browse the repository at this point in the history
  3. Add container purge tests

    fvennetier committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    48b5c31 View commit details
    Browse the repository at this point in the history