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

New Rancher Container Driver #876

Closed
wants to merge 25 commits into from
Closed

New Rancher Container Driver #876

wants to merge 25 commits into from

Commits on Sep 28, 2016

  1. initial push

    Mario Loria committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    3143283 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. docstrings, flake8, error handling

    Mario Loria committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    675cb6b View commit details
    Browse the repository at this point in the history
  2. docstring cleanup

    Mario Loria committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    b713cab View commit details
    Browse the repository at this point in the history
  3. extra contains entire json resp

    Mario Loria committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    aabd03a View commit details
    Browse the repository at this point in the history
  4. secure by default

    Mario Loria committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    1f4e906 View commit details
    Browse the repository at this point in the history
  5. environment -> stack

    Mario Loria committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    0d3f819 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    401f6c2 View commit details
    Browse the repository at this point in the history
  7. kwargs, no more build_payload

    Mario Loria committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    8836d95 View commit details
    Browse the repository at this point in the history
  8. remove unneeded stuffs

    Mario Loria committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    a2485c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. minor stuffs

    Mario Loria committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    3404e0c View commit details
    Browse the repository at this point in the history
  2. casing and option changes

    Mario Loria committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    055045f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. added search for stacks and services

    Mario Loria committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    ae1abbd View commit details
    Browse the repository at this point in the history
  2. and container search ;)

    Mario Loria committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    2099083 View commit details
    Browse the repository at this point in the history
  3. fixup kwargs config handling

    Mario Loria committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    facae42 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. docs written

    Mario Loria committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    08423b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

  1. move protocol check before super

    Mario Loria committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    fae2049 View commit details
    Browse the repository at this point in the history
  2. dict instead of comprehension

    Mario Loria committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    fe877ee View commit details
    Browse the repository at this point in the history
  3. mod return in parse_error

    Mario Loria committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    d17d5f8 View commit details
    Browse the repository at this point in the history
  4. tonybaloney rm parse_error sugg

    Mario Loria committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    4c046ac View commit details
    Browse the repository at this point in the history
  5. properly parse_error now

    Mario Loria committed Oct 7, 2016
    Configuration menu
    Copy the full SHA
    7f4ac83 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. everything is perfect; add tests

    Mario Loria committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    81fba12 View commit details
    Browse the repository at this point in the history
  2. cleanup comments on test

    Mario Loria committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    4794638 View commit details
    Browse the repository at this point in the history
  3. and secrets file

    Mario Loria committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    d16d6f2 View commit details
    Browse the repository at this point in the history
  4. flake and doc fixes

    Mario Loria committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    f191ead View commit details
    Browse the repository at this point in the history
  5. lint fixes in doc examples

    Mario Loria committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    d964bfa View commit details
    Browse the repository at this point in the history