1. b429f31 Fix clang-tidy 14 issues by Ed Tanous · 2 years, 7 months ago
  2. 256d8c1 Revert "sensor: remove exception in error path" by Jonathan Doman · 2 years, 7 months ago
  3. ce6bcdf Update link to the Value.interface.yaml by Konstantin Aladyshev · 2 years, 7 months ago
  4. bb67932 Apply LambdaBodyIndentation to dbus-sensors by Ed Tanous · 2 years, 8 months ago
  5. 75872ef Always fill both values for a threshold interface by Konstantin Aladyshev · 3 years, 8 months ago
  6. b5d7a7f NVMeContext: Rework sensor removal concurrent to polling by Andrew Jeffery · 2 years, 8 months ago
  7. 8454571 Fix for cpusensor going into D state. by Arun Lal K M · 3 years ago
  8. 7aeb1a5 NVMeBasicContext: Account for invalid drive status by Andrew Jeffery · 2 years, 10 months ago
  9. 14108bb NVMeBasicContext: Defer polling sensors that are in error by Andrew Jeffery · 2 years, 10 months ago
  10. 8c7074e NVMeBasicContext: Poll all sensors each polling interval by Andrew Jeffery · 2 years, 10 months ago
  11. 30cccb1 nvmesensor: Remove MCTP transport implementation by Andrew Jeffery · 2 years, 10 months ago
  12. 25e20bd NVMeBasicContext: Reject bad I2C bus IDs by Andrew Jeffery · 2 years, 10 months ago
  13. 8418975 Move sensorClass and subtype to separate functions by Jayashree Dhanapal · 2 years, 10 months ago
  14. fad3605 sensor: Add inError() method by Andrew Jeffery · 2 years, 10 months ago
  15. 7303063 Enable cppcoreguidelines-avoid-goto checks by Ed Tanous · 3 years ago
  16. 8d0fd3c Thresholds: Support all valid severity types by Rashmica Gupta · 3 years, 1 month ago
  17. 17551b8 Remove isValidLevel() by Ed Tanous · 3 years ago
  18. 3928741 sensors: don't pass excess conn handler by Andrei Kartashev · 3 years ago
  19. c8fed20 Rearrange thresholds to be pair based by Ed Tanous · 3 years ago
  20. 74cffa8 Fix clang-tidy header check by Ed Tanous · 3 years ago
  21. f69fbf9 Consistently use std::pair<double, double> limits by Ed Tanous · 3 years ago
  22. a771f6a Enable cppcoreguidelines-init-variables by Ed Tanous · 3 years ago
  23. 091c92c Add Softshutdown and Hardshutdown threshold interface by Jayashree Dhanapal · 3 years ago
  24. 5667808 Move threshold interfaces to common function by Jayashree Dhanapal · 3 years ago
  25. 45f2702 Refactoring threshold properties code. by Jayashree Dhanapal · 3 years, 1 month ago
  26. 3db6f9c NVMeContext: Add the ability to remove NVMeSensors by Andrew Jeffery · 3 years, 1 month ago
  27. 0c23fc3 NVMeSensor: Centralise configuration type by Andrew Jeffery · 3 years, 1 month ago
  28. 6a4e973 utils: Refactor findFiles() by Lei YU · 3 years, 3 months ago
  29. 0e68f19 Revert "Add beep support for PSU" by Paul Fertser · 3 years, 5 months ago
  30. 544e7dc DPS310 temperature pressure, SI7020 temperature by Bruce Mitchell · 3 years, 5 months ago
  31. 04d0506 cpuSensor:Check object validity in async callback by Arun P. Mohanan · 3 years, 2 months ago
  32. 77518b2 Fix possible seg faults in Cpu and tach by Ed Tanous · 3 years, 2 months ago
  33. da98f09 psusensor: fix psu pwm sensor name by Zhikui Ren · 3 years, 2 months ago
  34. 3291b9c Sensor mutability interface by Jie Yang · 3 years, 5 months ago
  35. 26601e8 catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  36. 3fed674 Revert "Reading min and max values from the rated files exposed by hwmon" by Agata Wiatrowska · 3 years, 3 months ago
  37. 1e34cec thresholds: support hysteresis field if supplied by Rashmica Gupta · 3 years, 4 months ago
  38. e3e3c97 nvmesensor: Support the NVMe MI basic management command by Andrew Jeffery · 3 years, 8 months ago
  39. 0c42f40 logging: replace direct journal calls with lg2 by Patrick Williams · 3 years, 5 months ago
  40. 8a17c30 Make dbus-sensors compile with clang-13 by Ed Tanous · 3 years, 4 months ago
  41. 379b113 sensor: remove exception in error path by Patrick Williams · 3 years, 4 months ago
  42. c7a1ae6 psusensor: Add support for the 'PowerState' parameter by Konstantin Aladyshev · 3 years, 8 months ago
  43. 5cf0f99 Change fanName to sensorName as this is a sensor by Bruce Mitchell · 3 years, 5 months ago
  44. 9f6d4fd IpmbSensor : Add PollRate property. by Jayashree-D · 3 years, 9 months ago
  45. a734594 hwmontemp: respect 'PowerState' parameter by Konstantin Aladyshev · 3 years, 9 months ago
  46. 323969b dbus-sensors: add Pascals to allowlist for units by Bruce Mitchell · 3 years, 6 months ago
  47. e41d52f PSUSensor: Add Offset attribute by Jeff Lin · 3 years, 9 months ago
  48. 7170a23 psusensor: Use configurable read interval by Lei YU · 4 years ago
  49. f72eb83 adcsensor: make BridgeGpio setup time configurable by Zev Weiss · 3 years, 7 months ago
  50. bcf7671 Ensure PSU sensor values are refreshed by Kuiying Wang · 3 years, 10 months ago
  51. 12c2c0e ThresholdTimer: use weak_ptr in async callback by Zhikui Ren · 3 years, 9 months ago
  52. 1263c3d Modify set-value function from external by Bruce Lee · 3 years, 7 months ago
  53. a9d1508 NVMeContext: Split out NVMeMCTPContext by Andrew Jeffery · 3 years, 8 months ago
  54. fa500ae NVMeContext: Improve encapsulation of state by Andrew Jeffery · 3 years, 8 months ago
  55. dae6e18 NVMeSensor: Split out NVMeContext by Andrew Jeffery · 3 years, 8 months ago
  56. 5db90db NVMeSensor: Mark internal functions static by Andrew Jeffery · 3 years, 8 months ago
  57. 1b33918 NVMeSensor: Drop libmctp include from header by Andrew Jeffery · 3 years, 8 months ago
  58. 5636d52 HwmonTempSensor: Thresholds for multi-temp devices by Matt Spinler · 3 years, 10 months ago
  59. 6b6891c Add Unit property to dbus interfaces by Zev Weiss · 3 years, 9 months ago
  60. 12e3d67 Fix ExitAirTempSensor calculation by Zhikui Ren · 4 years, 1 month ago
  61. f81a4cb Remove unused errCount variables by Matt Spinler · 3 years, 9 months ago
  62. d9cd704 ADCSensor: Add PollRate and fix PowerState Always by Jeff Lin · 4 years, 2 months ago
  63. 0362738 ExternalSensor: Further refinements by Josh Lehan · 3 years, 10 months ago
  64. 7243217 Add timer expiration feature to ExternalSensor by Josh Lehan · 3 years, 10 months ago
  65. ffe1834 Add external write hook to Sensor by Josh Lehan · 3 years, 10 months ago
  66. 129de0a VariantVisitors: Template replace redundant code by Josh Lehan · 3 years, 10 months ago
  67. 3732257 Added readingFormat for PXE1410 in IpmbSensor. by Jayashree-D · 3 years, 10 months ago
  68. 6cb732a Fix bug in name escaping for PSUSensor by Ed Tanous · 3 years, 11 months ago
  69. 8a57ec0 add clang-tidy by Ed Tanous · 4 years, 3 months ago
  70. 87bc67f HwmonTempSensor: Add PollRate attribute by Jeff Lin · 4 years, 1 month ago
  71. feb19ef Add support for building with meson by Brad Bishop · 5 years ago
  72. 2a40e93 ExternalSensor: New service for external sensors by Josh Lehan · 4 years, 4 months ago
  73. 6e6ac0f dbus-sensors: PwmSensor math types cleanup by Josh Lehan · 4 years ago
  74. 6736d4b cpusensor: change Min/Max values for power by Andrei Kartashev · 4 years, 1 month ago
  75. 832a2c6 IpmbSensor:Fix SMBus configuration for VR Temp. by Anoop S · 4 years, 2 months ago
  76. 3bcd823 Add optional sensor reading logging instrumentation by Josh Lehan · 4 years, 2 months ago
  77. 100c20b hwmontemp: add labels attribute support by Jason Ling · 4 years, 5 months ago
  78. 49a8ccd Add LED Support to Fan Sensor by James Feist · 4 years, 4 months ago
  79. f57836b Fix missing includes. by Zhikui Ren · 4 years, 4 months ago
  80. 484b9b3 Reading min and max values from the rated files exposed by hwmon by Zbigniew Kurzynski · 4 years, 7 months ago
  81. e333852 Move dbus connection into base sensor object by James Feist · 4 years, 4 months ago
  82. d3da128 revert "revert log debug information for sensor threshold assert events" by Zhikui Ren · 4 years, 4 months ago
  83. 98be984 Reading min, max values for ‘cap’ every 8 times. by Zbigniew Kurzynski · 4 years, 4 months ago
  84. 2456dde Revert "log debug information for sensor threshold assert events" by Zhikui Ren · 4 years, 4 months ago
  85. 9bf6804 log debug information for sensor threshold assert events by Zhikui Ren · 4 years, 5 months ago
  86. f920e09 TachSensor: Accept PowerState from configuration by Josh Lehan · 4 years, 5 months ago
  87. 838529b CPUSensor: Mark interface down when timeout by James Feist · 4 years, 4 months ago
  88. 105a197 Fix PSU pwm issue. by Kuiying Wang · 4 years, 4 months ago
  89. f27a55c Add retries into get sensor configuration by James Feist · 4 years, 5 months ago
  90. 8086aba Fix missing includes by James Feist · 4 years, 5 months ago
  91. 58e02ef Fix detection of invalid 'GetSensorReading' by Adrian Ambrożewicz · 4 years, 5 months ago
  92. 1a540b8 Fix a segmentation fault error in the updateProperty method by Jae Hyun Yoo · 4 years, 5 months ago
  93. 623723b Make IpmbSensor properly clear sensor value on PowerOff by Adrian Ambrożewicz · 4 years, 5 months ago
  94. bf7cbc8 Update checkThresholdsPowerDelay to user timer for LOW thresholds only by Zhikui Ren · 4 years, 6 months ago
  95. 375ade2 Fix NvmeSensor assert by James Feist · 4 years, 6 months ago
  96. 59b8b9e Add assertValue in thresholdAsserted signal by Zhikui Ren · 4 years, 7 months ago
  97. c22b842 CPUSensor: Fix reading failure after DC Cycle by James Feist · 4 years, 6 months ago
  98. 961bf09 Standardize read errors by James Feist · 4 years, 6 months ago
  99. d7ae29a ipmbsensor: simplify reading by James Feist · 4 years, 7 months ago
  100. 67601bd Add Available interface by James Feist · 4 years, 7 months ago