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

Add dogstatsd option #5

Merged
merged 5 commits into from
Mar 9, 2018
Merged

Add dogstatsd option #5

merged 5 commits into from
Mar 9, 2018

Commits on Mar 7, 2018

  1. 🏠 Ignore .envrc files for direnv

    In addition to .env for autoenv
    bbelyeu committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    77bc648 View commit details
    Browse the repository at this point in the history
  2. ➕ Add datadog to pipenv

    For development purposes.
    bbelyeu committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    5859a69 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. 🆕 Add optional Datadog support

    And version to 1.1
    bbelyeu committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    d43ec30 View commit details
    Browse the repository at this point in the history
  2. 👕 Fixed pylint warnings

    Disabled pylint duplicate-code check because I had to duplicate some of the
    tests to test both the pystatsd & datadog statsd clients in the same way.
    
    Also removed unused return statements to get rid of pylint warnings.
    
    Also updated test_requirements.txt to include datadog.
    bbelyeu committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    3c61a10 View commit details
    Browse the repository at this point in the history
  3. 🔖 Dropping Python 3.3 support

    Due to a lack of importlib
    bbelyeu committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    8a9e86e View commit details
    Browse the repository at this point in the history