8000 Comparing v2.1.1...v2.1.2 · whatwedo/MonitorBundle · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whatwedo/MonitorBundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: whatwedo/MonitorBundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 29, 2024

  1. feat(attribute.state): prevent missing state in sensor and metric

    Introduced `SensorStateInterface` and `MetricStateInterface` to
    formalize state handling in sensors and metrics.
    Adjusted exception handling to throw `LogicException`
    instead of `RuntimeException` for unset states.
    Enhanced `CheckCommand` and `AttributeNormalizer` to incorporate
    the new interfaces and handle state retrieval more robustly.
    Robin Lehrmann committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5bd8905 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge pull request #5 from whatwedo/fix/prevent-state-call-on-null

    Introduces new interfaces for state management in sensors and metrics, and improves error handling and robustness across the monitoring system.
    robinlehrmann authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c652627 View commit details
    Browse the repository at this point in the history
Loading
0