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

Python 2 compatibility and redis fixes. #9

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

Commits on Aug 9, 2018

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

Commits on Aug 15, 2018

  1. python 2 fixes.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c879d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21126fd View commit details
    Browse the repository at this point in the history
  3. bump version.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    f7ca469 View commit details
    Browse the repository at this point in the history
  4. py2 compat

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    5b5d5ac View commit details
    Browse the repository at this point in the history
  5. whoops.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    d807570 View commit details
    Browse the repository at this point in the history
  6. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    8709ae7 View commit details
    Browse the repository at this point in the history
  7. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    38588ea View commit details
    Browse the repository at this point in the history
  8. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    ebacb71 View commit details
    Browse the repository at this point in the history
  9. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    0aadabf View commit details
    Browse the repository at this point in the history
  10. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    e8a488a View commit details
    Browse the repository at this point in the history
  11. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    1862f34 View commit details
    Browse the repository at this point in the history
  12. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    206c238 View commit details
    Browse the repository at this point in the history
  13. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    5822f1a View commit details
    Browse the repository at this point in the history
  14. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    84a8fe8 View commit details
    Browse the repository at this point in the history
  15. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    95bbea2 View commit details
    Browse the repository at this point in the history
  16. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c517e45 View commit details
    Browse the repository at this point in the history
  17. fix?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a38f516 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c2c3fc3 View commit details
    Browse the repository at this point in the history
  19. update readme.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    1a72b9e View commit details
    Browse the repository at this point in the history
  20. update scheduler tests.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9d3ca57 View commit details
    Browse the repository at this point in the history
  21. update scheduler tests.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    baa5d2a View commit details
    Browse the repository at this point in the history
  22. formatting.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    2f6f734 View commit details
    Browse the repository at this point in the history
  23. update travis for py2.7

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    6f1f30f View commit details
    Browse the repository at this point in the history
  24. add mock to test requirements.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    6ceef24 View commit details
    Browse the repository at this point in the history
  25. install mock before running flake8

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a229fef View commit details
    Browse the repository at this point in the history
  26. use try except for mock import.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a40eb41 View commit details
    Browse the repository at this point in the history
  27. removed patch import from utils.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    b567b00 View commit details
    Browse the repository at this point in the history
  28. bump down version.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    feda72f View commit details
    Browse the repository at this point in the history
  29. Allow upper and lower case config options.

    Variablize config options.
    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    f8d1f7d View commit details
    Browse the repository at this point in the history
  30. fix lines over 80chars... really?

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    0b5f640 View commit details
    Browse the repository at this point in the history
  31. Update README.

    Bill Schumacher committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    961ea82 View commit details
    Browse the repository at this point in the history