1. 26ef5a6 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years ago
  2. 8e11ccc sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  3. 190f6d0 Fix default ValidInput values for DBus configuration by Jiaqing Zhao · 2 years, 1 month ago
  4. aedd2e2 README: Update Type for D-Bus config by Jiaqing Zhao · 2 years, 1 month ago
  5. 27faf7c markdownlint, prettier: enable formatting by Patrick Williams · 2 years, 2 months ago
  6. a959678 expression: limit JSON value copy by Patrick Williams · 2 years, 3 months ago
  7. 03c4c8e expression: allow array of strings by Patrick Williams · 2 years, 3 months ago
  8. b729eac meson: simplify dependencies by Patrick Williams · 2 years, 3 months ago
  9. 1204b43 Fix some warnings by cppcheck by George Liu · 2 years, 6 months ago
  10. fe3214e meson: Fix deprecated meson warning by George Liu · 2 years, 6 months ago
  11. 190e4bf README: format changes suggested by markdownlint by Patrick Williams · 2 years, 7 months ago
  12. 05b1d41 thresholds: Update Severity to be a string by Rashmica Gupta · 2 years, 8 months ago
  13. b57d737 sdbusplus: remove usage of deprecated alias by Patrick Williams · 2 years, 8 months ago
  14. 333e5bf Add OWNERS file by Manojkiran Eda · 2 years, 8 months ago
  15. dac2663 catch exceptions as const by Patrick Williams · 2 years, 9 months ago
  16. 74c1e7d exception: switch to public sdbus exception by Patrick Williams · 2 years, 10 months ago
  17. fbd7145 logging: switch debug statements to lg2 by Patrick Williams · 2 years, 10 months ago
  18. 82b39c6 logging: switch to lg2 by Patrick Williams · 3 years ago
  19. ff2df99 build: set optimization and compile warnings by Patrick Williams · 2 years, 10 months ago
  20. 2344882 clang-format: sync latest from docs by Patrick Williams · 2 years, 10 months ago
  21. 1dff7dc Support threshold hysteresis by Rashmica Gupta · 3 years ago
  22. c95a59e README: add config via D-Bus by Rashmica Gupta · 3 years ago
  23. 304fd0e Add a modified median calculation by Rashmica Gupta · 2 years, 11 months ago
  24. 862c3d1 Use direct initialisation by Rashmica Gupta · 2 years, 11 months ago
  25. e7efe13 virtual-sensor: Add ability to read a config from dbus by Rashmica Gupta · 3 years ago
  26. a2fa63a Defer emitting InterfacesAdded signal until ready by Rashmica Gupta · 2 years, 11 months ago
  27. 4ac7a7f Add pressure to unit list by Rashmica Gupta · 3 years ago
  28. 67d8b9d Add check for sensor with same name by Rashmica Gupta · 3 years ago
  29. 665a0a2 Replace spaces in sensor name with underscores by Rashmica Gupta · 3 years ago
  30. 1846d82 logging: remove spaces in entry definition by Patrick Williams · 3 years ago
  31. 3e99919 add create_threshold function by Rashmica Gupta · 3 years, 1 month ago
  32. 0fcf0e1 Add association interface by Lei YU · 3 years, 1 month ago
  33. 543bf66 add clamping of min/max by Patrick Williams · 3 years, 2 months ago
  34. f644374 Add MaxValue/MinValue setting in config by Harvey Wu · 3 years, 3 months ago
  35. d9aa227 build: fix dependency check for nlohmann/json by Patrick Williams · 3 years, 2 months ago
  36. 202842d build: update to C++20 by Patrick Williams · 3 years, 3 months ago
  37. 8d5dff5 build: add wrapfiles for dependencies by Patrick Williams · 3 years, 3 months ago
  38. a55a907 Add try catch when getting the sensor values by Thu Ba Nguyen · 3 years, 3 months ago
  39. 4294e6d Add to emit the threshold alarm signals by George Hung · 3 years, 3 months ago
  40. 4f3e9c5 service: Always restart by Lei YU · 3 years, 2 months ago
  41. 187582b dbusUtils: add try catch to catch error when getDbusProperty failed by Harvey Wu · 3 years, 3 months ago
  42. 2b56ddb Add airflow sensor support in phosphor-virtual-sensor by Kumar Thangavel · 3 years, 6 months ago
  43. b306b03 Add PerformanceLoss threshold checking by Matt Spinler · 3 years, 5 months ago
  44. a4fe665 Fix threshold checks by Matt Spinler · 3 years, 5 months ago
  45. fdb826d thresholds: simplify logic and template by Patrick Williams · 3 years, 5 months ago
  46. efd4cd8 MAINTAINERS: update email address for Vijay by Patrick Williams · 3 years, 5 months ago
  47. 8f5e611 Refactor the threshold checking code by Matt Spinler · 3 years, 6 months ago
  48. f15189e Use NaN for missing warning/crit threshold values by Matt Spinler · 3 years, 6 months ago
  49. ce67522 Add support for hard and soft shutdown thresholds by Matt Spinler · 3 years, 6 months ago
  50. 6c19e7d Add object manager interface by Matt Spinler · 3 years, 6 months ago
  51. 26edaad Refactor checking thresholds by Matt Spinler · 3 years, 7 months ago
  52. 06e761a dbus: removed unnecessary is_method_error calls by Patrick Williams · 3 years, 8 months ago
  53. f8db722 Tolerate missing sensors on startup by Matt Spinler · 3 years, 8 months ago
  54. 1d78a47 Add mapper dependency to service file by Matt Spinler · 3 years, 8 months ago
  55. 9f1ef4f Add vector package support by Matt Spinler · 3 years, 8 months ago
  56. ddc6dcd Check for expression compile failures by Matt Spinler · 3 years, 8 months ago
  57. e0d371e Add unit to dbus by Vijay Khemka · 3 years, 9 months ago
  58. 32a7156 Check threshold values by Vijay Khemka · 3 years, 10 months ago
  59. c62a554 Fix threshold data copy by Vijay Khemka · 3 years, 10 months ago
  60. 51f898e Add signal based update by Vijay Khemka · 3 years, 10 months ago
  61. 92d648b Disable some exprtk options by Vijay Khemka · 3 years, 11 months ago
  62. 3ed9a51 Use exprtk expression parser by Vijay Khemka · 3 years, 11 months ago
  63. 7452a86 Add support for dbus parameter by Vijay Khemka · 3 years, 11 months ago
  64. abcc94f Basic initial implementation by Vijay Khemka · 3 years, 11 months ago
  65. ab48775 .gitignore: add meson directories by Patrick Williams · 3 years, 10 months ago
  66. 259c7f8 Adding initial basic files by Vijay Khemka · 4 years ago
  67. 416d582 first commit by Vijay Khemka · 4 years ago
  68. 956d6e9 Initial empty repository by Brad Bishop · 4 years ago