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 StatsD component #6642

Open
wants to merge 23 commits into
base: dev
Choose a base branch
from
Open

Add StatsD component #6642

wants to merge 23 commits into from

Commits on May 1, 2024

  1. Add StatsD component

    Links2004 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8f46c6e View commit details
    Browse the repository at this point in the history
  2. apply clang-tidy

    Links2004 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4b14d52 View commit details
    Browse the repository at this point in the history
  3. fix script/clang-tidy

    this will allow to run it on systems where the binary is called clang-apply-replacements.
    Links2004 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4da0643 View commit details
    Browse the repository at this point in the history
  4. make it work with ESP8266 with Arduino

    esphome::socket::Socket does not support UDP with the ESP8266
    Links2004 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fc96c1f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 6, 2024

  1. Update esphome/components/statsd/__init__.py

    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    Links2004 and jesserockz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d4be631 View commit details
    Browse the repository at this point in the history
  2. Update esphome/components/statsd/__init__.py

    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    Links2004 and jesserockz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aedea0b View commit details
    Browse the repository at this point in the history
  3. Update esphome/components/statsd/statsd.h

    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    Links2004 and jesserockz committed May 6, 2024
    Configuration menu
    Copy the full SHA
    79c0f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    930bdbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71f3634 View commit details
    Browse the repository at this point in the history
  6. reset clang-tidy

    Links2004 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1e5f994 View commit details
    Browse the repository at this point in the history
  7. add missing test files

    Links2004 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ecda351 View commit details
    Browse the repository at this point in the history
  8. ESP8266 --> USE_ESP8266

    Links2004 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8860ad6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18ee43e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    9e242fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588fd78 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 13, 2024

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

Commits on May 15, 2024

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

Commits on May 18, 2024

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

Commits on May 25, 2024

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

Commits on May 30, 2024

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

Commits on May 31, 2024

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