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

Fixes to compose syntax for volumes_from, volumes, and optional cpu parameter #42

Commits on Apr 5, 2016

  1. Support new compose syntax for volumes_from & make cpu optional.

      * The `cpu` parameter in ECS is now optional.  I think it was required
        before.  So we don't emit an error message when it's not present.
    
      * Allow the compose v2 style 'service:name:ro' syntax in
        `volumes_from` clauses.
    
      * Emit `readOnly` on ECS `volumesFrom` clauses, which were previously
        skipped.
    philipn committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    50d9682 View commit details
    Browse the repository at this point in the history
  2. Fix coverage

    philipn committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    7f3d40b View commit details
    Browse the repository at this point in the history
  3. Fix flake8

    philipn committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    d3ab6d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab869b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61c6736 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

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

Commits on Jul 16, 2016

  1. Configuration menu
    Copy the full SHA
    1b54698 View commit details
    Browse the repository at this point in the history
  2. Fix marathon conversion test

    philipn committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    6644adf View commit details
    Browse the repository at this point in the history
  3. Fix assertion parenthesis

    philipn committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    f2890b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

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