- 91799db Update threshold to entity-manager by Tao Lin · 2 years, 3 months ago
- 71b9c11 Throw the exception on the EM D-Bus fail by Matt Spinler · 2 years, 1 month ago
- f7ec40a Move objectmanager into the PDI-specified location by Ed Tanous · 2 years, 1 month ago
- 91354e4 clang-format-15 by Ed Tanous · 2 years, 1 month ago
- f6825b9 virtualSensor: change EM's ObjectManager path by Nan Zhou · 2 years, 2 months ago
- dc77701 Association not created when sensors from DBus by Tao Lin · 2 years, 3 months ago
- e667239 remove dependency on sdeventplus by Patrick Williams · 2 years, 2 months ago
- 7e295e2 MAINTAINERS: remove file by Patrick Williams · 2 years, 3 months ago
- 2695966 Update to latest clang-format by George Liu · 2 years, 3 months ago
- 26ef5a6 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 4 months ago
- 8e11ccc sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 4 months ago
- 190f6d0 Fix default ValidInput values for DBus configuration by Jiaqing Zhao · 2 years, 6 months ago
- aedd2e2 README: Update Type for D-Bus config by Jiaqing Zhao · 2 years, 6 months ago
- 27faf7c markdownlint, prettier: enable formatting by Patrick Williams · 2 years, 6 months ago
- a959678 expression: limit JSON value copy by Patrick Williams · 2 years, 7 months ago
- 03c4c8e expression: allow array of strings by Patrick Williams · 2 years, 7 months ago
- b729eac meson: simplify dependencies by Patrick Williams · 2 years, 8 months ago
- 1204b43 Fix some warnings by cppcheck by George Liu · 2 years, 10 months ago
- fe3214e meson: Fix deprecated meson warning by George Liu · 2 years, 10 months ago
- 190e4bf README: format changes suggested by markdownlint by Patrick Williams · 2 years, 11 months ago
- 05b1d41 thresholds: Update Severity to be a string by Rashmica Gupta · 3 years ago
- b57d737 sdbusplus: remove usage of deprecated alias by Patrick Williams · 3 years ago
- 333e5bf Add OWNERS file by Manojkiran Eda · 3 years ago
- dac2663 catch exceptions as const by Patrick Williams · 3 years, 1 month ago
- 74c1e7d exception: switch to public sdbus exception by Patrick Williams · 3 years, 2 months ago
- fbd7145 logging: switch debug statements to lg2 by Patrick Williams · 3 years, 2 months ago
- 82b39c6 logging: switch to lg2 by Patrick Williams · 3 years, 3 months ago
- ff2df99 build: set optimization and compile warnings by Patrick Williams · 3 years, 2 months ago
- 2344882 clang-format: sync latest from docs by Patrick Williams · 3 years, 2 months ago
- 1dff7dc Support threshold hysteresis by Rashmica Gupta · 3 years, 3 months ago
- c95a59e README: add config via D-Bus by Rashmica Gupta · 3 years, 3 months ago
- 304fd0e Add a modified median calculation by Rashmica Gupta · 3 years, 3 months ago
- 862c3d1 Use direct initialisation by Rashmica Gupta · 3 years, 3 months ago
- e7efe13 virtual-sensor: Add ability to read a config from dbus by Rashmica Gupta · 3 years, 3 months ago
- a2fa63a Defer emitting InterfacesAdded signal until ready by Rashmica Gupta · 3 years, 3 months ago
- 4ac7a7f Add pressure to unit list by Rashmica Gupta · 3 years, 4 months ago
- 67d8b9d Add check for sensor with same name by Rashmica Gupta · 3 years, 4 months ago
- 665a0a2 Replace spaces in sensor name with underscores by Rashmica Gupta · 3 years, 4 months ago
- 1846d82 logging: remove spaces in entry definition by Patrick Williams · 3 years, 5 months ago
- 3e99919 add create_threshold function by Rashmica Gupta · 3 years, 5 months ago
- 0fcf0e1 Add association interface by Lei YU · 3 years, 5 months ago
- 543bf66 add clamping of min/max by Patrick Williams · 3 years, 6 months ago
- f644374 Add MaxValue/MinValue setting in config by Harvey Wu · 3 years, 7 months ago
- d9aa227 build: fix dependency check for nlohmann/json by Patrick Williams · 3 years, 6 months ago
- 202842d build: update to C++20 by Patrick Williams · 3 years, 7 months ago
- 8d5dff5 build: add wrapfiles for dependencies by Patrick Williams · 3 years, 7 months ago
- a55a907 Add try catch when getting the sensor values by Thu Ba Nguyen · 3 years, 7 months ago
- 4294e6d Add to emit the threshold alarm signals by George Hung · 3 years, 7 months ago
- 4f3e9c5 service: Always restart by Lei YU · 3 years, 7 months ago
- 187582b dbusUtils: add try catch to catch error when getDbusProperty failed by Harvey Wu · 3 years, 7 months ago
- 2b56ddb Add airflow sensor support in phosphor-virtual-sensor by Kumar Thangavel · 3 years, 10 months ago
- b306b03 Add PerformanceLoss threshold checking by Matt Spinler · 3 years, 9 months ago
- a4fe665 Fix threshold checks by Matt Spinler · 3 years, 9 months ago
- fdb826d thresholds: simplify logic and template by Patrick Williams · 3 years, 10 months ago
- efd4cd8 MAINTAINERS: update email address for Vijay by Patrick Williams · 3 years, 10 months ago
- 8f5e611 Refactor the threshold checking code by Matt Spinler · 3 years, 10 months ago
- f15189e Use NaN for missing warning/crit threshold values by Matt Spinler · 3 years, 10 months ago
- ce67522 Add support for hard and soft shutdown thresholds by Matt Spinler · 3 years, 10 months ago
- 6c19e7d Add object manager interface by Matt Spinler · 3 years, 10 months ago
- 26edaad Refactor checking thresholds by Matt Spinler · 4 years ago
- 06e761a dbus: removed unnecessary is_method_error calls by Patrick Williams · 4 years ago
- f8db722 Tolerate missing sensors on startup by Matt Spinler · 4 years ago
- 1d78a47 Add mapper dependency to service file by Matt Spinler · 4 years ago
- 9f1ef4f Add vector package support by Matt Spinler · 4 years ago
- ddc6dcd Check for expression compile failures by Matt Spinler · 4 years ago
- e0d371e Add unit to dbus by Vijay Khemka · 4 years, 2 months ago
- 32a7156 Check threshold values by Vijay Khemka · 4 years, 2 months ago
- c62a554 Fix threshold data copy by Vijay Khemka · 4 years, 2 months ago
- 51f898e Add signal based update by Vijay Khemka · 4 years, 2 months ago
- 92d648b Disable some exprtk options by Vijay Khemka · 4 years, 3 months ago
- 3ed9a51 Use exprtk expression parser by Vijay Khemka · 4 years, 3 months ago
- 7452a86 Add support for dbus parameter by Vijay Khemka · 4 years, 3 months ago
- abcc94f Basic initial implementation by Vijay Khemka · 4 years, 3 months ago
- ab48775 .gitignore: add meson directories by Patrick Williams · 4 years, 2 months ago
- 259c7f8 Adding initial basic files by Vijay Khemka · 4 years, 4 months ago
- 416d582 first commit by Vijay Khemka · 4 years, 3 months ago
- 956d6e9 Initial empty repository by Brad Bishop · 4 years, 4 months ago