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

Reorganized as module and added new features. #14

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on May 24, 2016

  1. Fix PEP8

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    a97396d View commit details
    Browse the repository at this point in the history
  2. Refactor and add some tests.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    9540983 View commit details
    Browse the repository at this point in the history
  3. Add installation of dev requirements.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    0b8d39f View commit details
    Browse the repository at this point in the history
  4. Add pytest-cov

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    cd330d0 View commit details
    Browse the repository at this point in the history
  5. Add more tests.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    0208a55 View commit details
    Browse the repository at this point in the history
  6. Add tests for get_backends.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    754360a View commit details
    Browse the repository at this point in the history
  7. Add test status to README.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    4765c69 View commit details
    Browse the repository at this point in the history
  8. Fix README for the fork.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    251c948 View commit details
    Browse the repository at this point in the history
  9. Convert to module reference for later testing.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    eda1f49 View commit details
    Browse the repository at this point in the history
  10. Update subprocess.call

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    04bca9e View commit details
    Browse the repository at this point in the history
  11. Fix requirements.txt filename.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    9da76a1 View commit details
    Browse the repository at this point in the history
  12. Change order of operations to allow pip to install.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    36ceedb View commit details
    Browse the repository at this point in the history
  13. Use generator properly.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    dd24044 View commit details
    Browse the repository at this point in the history
  14. Add support for overriding expoed port as env var.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    8ab687a View commit details
    Browse the repository at this point in the history
  15. Allow arbitrary options via ETCD_OPTION_KEYS.

    Bailey Stoner committed May 24, 2016
    Configuration menu
    Copy the full SHA
    848990b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Reorganization of module.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    94be180 View commit details
    Browse the repository at this point in the history
  2. Fix py.test command.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    d84b5bb View commit details
    Browse the repository at this point in the history
  3. Oops! Left around a reference to main.py.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    ae56186 View commit details
    Browse the repository at this point in the history
  4. Generate coverage report as XML.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    6b21d91 View commit details
    Browse the repository at this point in the history
  5. Add coveralls.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    4651cf3 View commit details
    Browse the repository at this point in the history
  6. Fix typo in dev requirements.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    ab23a09 View commit details
    Browse the repository at this point in the history
  7. Add coveralls support.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    2f5d97d View commit details
    Browse the repository at this point in the history
  8. Backfill test for failure case on etcd address.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    c67b683 View commit details
    Browse the repository at this point in the history
  9. Test working case for polling_service.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    ffe35a2 View commit details
    Browse the repository at this point in the history
  10. Add test for possible subprocess.call failure.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    0f65569 View commit details
    Browse the repository at this point in the history
  11. Add failure cases for get_setting.

    Bailey Stoner committed May 25, 2016
    Configuration menu
    Copy the full SHA
    2cf2f47 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Use module instead of main.py

    Bailey Stoner committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    d9bc9f1 View commit details
    Browse the repository at this point in the history