1. f664fd8 IndicatorLED: Add compile option for deprecated property by Janet Adkins · 6 weeks ago
  2. d9cca62 Fix addMetadata iterator comparisons by James Athappilly · 3 months ago
  3. 82b286f Remove implicit conversions by Ed Tanous · 4 months ago
  4. 3d15864 Fix the build by Ed Tanous · 4 months ago
  5. 3f95a27 Refactor chassisInterfaces into chassis_utils by Myung Bae · 1 year, 6 months ago
  6. 4491419 Add handling for liquidflow & pressure sensors by Zev Weiss · 6 months ago
  7. 504af5a clang-format: update latest spec and reformat by Patrick Williams · 7 months ago
  8. d785720 Fix includes by Ed Tanous · 7 months ago
  9. 40e9b92 Use SPDX identifiers by Ed Tanous · 12 months ago
  10. daadfb2 Fix clang-tidy by Ed Tanous · 8 months ago
  11. deae6a7 Move getProperty calls to utility by Ed Tanous · 10 months ago
  12. afc474a Format readjson by Myung Bae · 11 months ago
  13. 4e196b9 json utility: Update sort algorithms by Ed Tanous · 11 months ago
  14. 6be832e Remove duplicated block comments by Ed Tanous · 12 months ago
  15. 4ff0f1f static -> inline by Ed Tanous · 12 months ago
  16. f836c1d Fix static analysis by Ed Tanous · 12 months ago
  17. 4e0d878 Fix std::forwards by Ed Tanous · 12 months ago
  18. 0c728b4 Sensors: Add enum for chassis sub nodes by Janet Adkins · 1 year ago
  19. c956360 Sensors: Move objectPropertiesToJson() to sensor_utils by Janet Adkins · 1 year ago
  20. 1516c21 Sensors: Create utility class for sensors by Janet Adkins · 1 year, 1 month ago
  21. bd79bce clang-format: re-format for clang-18 by Patrick Williams · 1 year ago
  22. 539d8c6 Consistently use generated enumerations by Ed Tanous · 1 year, 2 months ago
  23. e93abac Pass redfishPropertyName earlier argument by Ginu George · 1 year, 3 months ago
  24. 25b54db Bring consistency to config options by Ed Tanous · 1 year, 5 months ago
  25. 8cb2c02 Fix moves/forward by Ed Tanous · 1 year, 5 months ago
  26. 4da0490 Use no-switch-default on clang by Ed Tanous · 1 year, 5 months ago
  27. d02aad3 Create Redfish specific setProperty call by Ed Tanous · 1 year, 7 months ago
  28. 0885057 Clean up power/thermal to use readJsonObject by Ed Tanous · 1 year, 6 months ago
  29. 6f4bd29 fix usage of std::ranges::replace_copy by Alexander Hansen · 1 year, 6 months ago
  30. aaf08ac Add StandbyOffline to Redfish sensor getState by Matt Simmering · 1 year, 11 months ago
  31. 18f8f60 Remove some boost includes by Ed Tanous · 2 years, 1 month ago
  32. 8ece0e4 Fix spelling mistakes by Ed Tanous · 1 year, 8 months ago
  33. 931edc7 Make callback a template to avoid memory leak by Ed Tanous · 1 year, 10 months ago
  34. 6804b5c Remove use after free in error handling path by Ed Tanous · 1 year, 10 months ago
  35. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 11 months ago
  36. 80f79a4 Fix typo `DBusInteracesMap` -> `DBusInterfacesMap` by Michael Shen · 2 years ago
  37. 3544d2a Use ranges by Ed Tanous · 2 years, 1 month ago
  38. 0f3fbe5 Add negation to logic by Anjaliintel-21 · 2 years, 1 month ago
  39. 3f5eb75 Fix unable to find sensor object by Ban Feng · 2 years, 2 months ago
  40. 62598e3 Replace logging with std::format by Ed Tanous · 2 years, 2 months ago
  41. db0d36e Add contains type tidy check by Ed Tanous · 2 years, 2 months ago
  42. 8b24275 Rename all error_code instances to ec by Ed Tanous · 2 years, 2 months ago
  43. 9ae226f Refactor setProperty method by George Liu · 2 years, 2 months ago
  44. 5eb468d Refactor getManagedObjects method by George Liu · 2 years, 2 months ago
  45. b90d14f Fix Error log entries to Warning by Myung Bae · 2 years, 3 months ago
  46. ac106bf Consistently name AsyncResp variables by Ed Tanous · 2 years, 3 months ago
  47. aec0ec3 Fix NotFound Sensors to report as 404 by Myung Bae · 2 years, 3 months ago
  48. 283860f Don't push non finite numbers to Redfish by Ed Tanous · 3 years ago
  49. ef4c65b Boost::urls::format by Ed Tanous · 2 years, 4 months ago
  50. b2ba307 fix more push vs emplace calls by Patrick Williams · 2 years, 4 months ago
  51. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 2 years, 4 months ago
  52. f7afb17 bugfix: find existing powersupply for power sensor by Alexander Hansen · 2 years, 4 months ago
  53. 6c3e945 Refactor getAssociationEndPoints method by George Liu · 2 years, 6 months ago
  54. 3e35c76 Fix `MemberId` value error causes Validator to fail by George Liu · 2 years, 6 months ago
  55. 5e7e2dc Take boost error_code by reference by Ed Tanous · 2 years, 7 months ago
  56. eddfc43 Update most resources to use urlFromPieces by Willy Tu · 3 years ago
  57. 50ebd4a Implement alternative to on boost::split by Ed Tanous · 2 years, 7 months ago
  58. e99073f Refactor GetSubTree method by George Liu · 2 years, 9 months ago
  59. 2b73119 Add the GetObject method to dbus_utility by George Liu · 2 years, 8 months ago
  60. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years, 8 months ago
  61. cf9e417 Add check for globals by Ed Tanous · 2 years, 8 months ago
  62. 7a1dbc4 Refactor GetSubTreePaths method by George Liu · 2 years, 9 months ago
  63. c71d612 Fix sensor override by Ed Tanous · 2 years, 9 months ago
  64. f8fe53e Change variable scopes by Ed Tanous · 3 years, 2 months ago
  65. f8bb0ff Make inventory get inventory paths by Ed Tanous · 2 years, 9 months ago
  66. 51c35a8 Add Accuracy property to sensors by George Liu · 2 years, 11 months ago
  67. d009073 Remove ObjectManager search code in sensors by Ed Tanous · 2 years, 11 months ago
  68. 0ec8b83 Generate Redfish enums from schemas by Ed Tanous · 3 years, 6 months ago
  69. 40e4f38 Remove support for scaling parameter sensors by Ed Tanous · 3 years, 1 month ago
  70. 677bb75 Fix regression on expand handling by Ed Tanous · 3 years ago
  71. c1343bf used sdbusplus::unpackPropertiesNoThrow part 6 by Krzysztof Grobelny · 3 years ago
  72. c1d019a Sensor optimization by Ed Tanous · 3 years, 1 month ago
  73. 7f1cc26 Refactor functions in sensors by Ed Tanous · 3 years, 1 month ago
  74. 1d7c005 Refactor sensor code by Ed Tanous · 3 years, 1 month ago
  75. 86d89ed used sdbusplus::unpackPropertiesNoThrow part 5 by Krzysztof Grobelny · 3 years ago
  76. 4e77766 Fix tabbing on humidity by Ed Tanous · 3 years, 1 month ago
  77. 0d7702c Refactor getValidChassisPath by Zhenwei Chen · 3 years, 2 months ago
  78. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 3 years, 2 months ago
  79. 02cad96 Fix const correctness issues by Ed Tanous · 3 years, 2 months ago
  80. 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 3 years, 3 months ago
  81. 8a59281 Fix shadowed variable issues by Ed Tanous · 3 years, 3 months ago
  82. fe04d49 sensors: use std set and map by Nan Zhou · 3 years, 2 months ago
  83. 2a4ba19 bmcweb: Update to Sensor.v1_2_0.Sensor by Shounak Mitra · 3 years, 3 months ago
  84. 3ba0007 Expose AsyncResp shared_ptr when handling response by Carson Labrado · 3 years, 3 months ago
  85. 0bad320 Remove extraneous semicolon by Ed Tanous · 3 years, 3 months ago
  86. 4ee8e21 Make code compile on clang again by Ed Tanous · 3 years, 3 months ago
  87. de167a6 SensorCollection: use inline functions+bind_front by Nan Zhou · 3 years, 3 months ago
  88. e6bd846 sensors: use inline functions + bind_front by Nan Zhou · 3 years, 3 months ago
  89. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 3 years, 3 months ago
  90. 1476687 Remove brace initialization of json objects by Ed Tanous · 3 years, 6 months ago
  91. 02da7c5 Simplify sensor path lookups by Ed Tanous · 3 years, 6 months ago
  92. 5deabed Sensors: Add humidity hierarchy by Gunnar Mills · 3 years, 4 months ago
  93. 928fefb sensor collection: implement efficient expand handler by Nan Zhou · 3 years, 5 months ago
  94. bacb216 sensors: move callback from lambda to inline functions with bind_front by Nan Zhou · 3 years, 5 months ago
  95. 45ca1b8 Add setUpRedfishRoute to all nodes in redfish by Ed Tanous · 3 years, 5 months ago
  96. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 3 years, 6 months ago
  97. 55f79e6 Enable readability checks by Ed Tanous · 3 years, 7 months ago
  98. 72374eb Change the completionhandler to accept Res by Nan Zhou · 3 years, 7 months ago
  99. e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 3 years, 7 months ago
  100. e05aec5 Add readability-redundant-* checks by Ed Tanous · 3 years, 7 months ago