1. bd79bce clang-format: re-format for clang-18 by Patrick Williams · 4 months ago
  2. 539d8c6 Consistently use generated enumerations by Ed Tanous · 6 months ago
  3. e93abac Pass redfishPropertyName earlier argument by Ginu George · 6 months ago
  4. 25b54db Bring consistency to config options by Ed Tanous · 8 months ago
  5. 8cb2c02 Fix moves/forward by Ed Tanous · 9 months ago
  6. 4da0490 Use no-switch-default on clang by Ed Tanous · 9 months ago
  7. d02aad3 Create Redfish specific setProperty call by Ed Tanous · 10 months ago
  8. 0885057 Clean up power/thermal to use readJsonObject by Ed Tanous · 10 months ago
  9. 6f4bd29 fix usage of std::ranges::replace_copy by Alexander Hansen · 10 months ago
  10. aaf08ac Add StandbyOffline to Redfish sensor getState by Matt Simmering · 1 year, 3 months ago
  11. 18f8f60 Remove some boost includes by Ed Tanous · 1 year, 5 months ago
  12. 8ece0e4 Fix spelling mistakes by Ed Tanous · 12 months ago
  13. 931edc7 Make callback a template to avoid memory leak by Ed Tanous · 1 year, 2 months ago
  14. 6804b5c Remove use after free in error handling path by Ed Tanous · 1 year, 2 months ago
  15. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  16. 80f79a4 Fix typo `DBusInteracesMap` -> `DBusInterfacesMap` by Michael Shen · 1 year, 4 months ago
  17. 3544d2a Use ranges by Ed Tanous · 1 year, 5 months ago
  18. 0f3fbe5 Add negation to logic by Anjaliintel-21 · 1 year, 5 months ago
  19. 3f5eb75 Fix unable to find sensor object by Ban Feng · 1 year, 6 months ago
  20. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  21. db0d36e Add contains type tidy check by Ed Tanous · 1 year, 6 months ago
  22. 8b24275 Rename all error_code instances to ec by Ed Tanous · 1 year, 6 months ago
  23. 9ae226f Refactor setProperty method by George Liu · 1 year, 6 months ago
  24. 5eb468d Refactor getManagedObjects method by George Liu · 1 year, 6 months ago
  25. b90d14f Fix Error log entries to Warning by Myung Bae · 1 year, 7 months ago
  26. ac106bf Consistently name AsyncResp variables by Ed Tanous · 1 year, 7 months ago
  27. aec0ec3 Fix NotFound Sensors to report as 404 by Myung Bae · 1 year, 7 months ago
  28. 283860f Don't push non finite numbers to Redfish by Ed Tanous · 2 years, 4 months ago
  29. ef4c65b Boost::urls::format by Ed Tanous · 1 year, 8 months ago
  30. b2ba307 fix more push vs emplace calls by Patrick Williams · 1 year, 8 months ago
  31. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  32. f7afb17 bugfix: find existing powersupply for power sensor by Alexander Hansen · 1 year, 8 months ago
  33. 6c3e945 Refactor getAssociationEndPoints method by George Liu · 1 year, 10 months ago
  34. 3e35c76 Fix `MemberId` value error causes Validator to fail by George Liu · 1 year, 10 months ago
  35. 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
  36. eddfc43 Update most resources to use urlFromPieces by Willy Tu · 2 years, 3 months ago
  37. 50ebd4a Implement alternative to on boost::split by Ed Tanous · 1 year, 11 months ago
  38. e99073f Refactor GetSubTree method by George Liu · 2 years, 1 month ago
  39. 2b73119 Add the GetObject method to dbus_utility by George Liu · 2 years ago
  40. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  41. cf9e417 Add check for globals by Ed Tanous · 2 years ago
  42. 7a1dbc4 Refactor GetSubTreePaths method by George Liu · 2 years, 1 month ago
  43. c71d612 Fix sensor override by Ed Tanous · 2 years, 1 month ago
  44. f8fe53e Change variable scopes by Ed Tanous · 2 years, 6 months ago
  45. f8bb0ff Make inventory get inventory paths by Ed Tanous · 2 years ago
  46. 51c35a8 Add Accuracy property to sensors by George Liu · 2 years, 2 months ago
  47. d009073 Remove ObjectManager search code in sensors by Ed Tanous · 2 years, 3 months ago
  48. 0ec8b83 Generate Redfish enums from schemas by Ed Tanous · 2 years, 9 months ago
  49. 40e4f38 Remove support for scaling parameter sensors by Ed Tanous · 2 years, 5 months ago
  50. 677bb75 Fix regression on expand handling by Ed Tanous · 2 years, 3 months ago
  51. c1343bf used sdbusplus::unpackPropertiesNoThrow part 6 by Krzysztof Grobelny · 2 years, 4 months ago
  52. c1d019a Sensor optimization by Ed Tanous · 2 years, 5 months ago
  53. 7f1cc26 Refactor functions in sensors by Ed Tanous · 2 years, 5 months ago
  54. 1d7c005 Refactor sensor code by Ed Tanous · 2 years, 5 months ago
  55. 86d89ed used sdbusplus::unpackPropertiesNoThrow part 5 by Krzysztof Grobelny · 2 years, 4 months ago
  56. 4e77766 Fix tabbing on humidity by Ed Tanous · 2 years, 5 months ago
  57. 0d7702c Refactor getValidChassisPath by Zhenwei Chen · 2 years, 6 months ago
  58. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
  59. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
  60. 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 months ago
  61. 8a59281 Fix shadowed variable issues by Ed Tanous · 2 years, 7 months ago
  62. fe04d49 sensors: use std set and map by Nan Zhou · 2 years, 6 months ago
  63. 2a4ba19 bmcweb: Update to Sensor.v1_2_0.Sensor by Shounak Mitra · 2 years, 7 months ago
  64. 3ba0007 Expose AsyncResp shared_ptr when handling response by Carson Labrado · 2 years, 7 months ago
  65. 0bad320 Remove extraneous semicolon by Ed Tanous · 2 years, 7 months ago
  66. 4ee8e21 Make code compile on clang again by Ed Tanous · 2 years, 7 months ago
  67. de167a6 SensorCollection: use inline functions+bind_front by Nan Zhou · 2 years, 7 months ago
  68. e6bd846 sensors: use inline functions + bind_front by Nan Zhou · 2 years, 7 months ago
  69. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  70. 1476687 Remove brace initialization of json objects by Ed Tanous · 2 years, 9 months ago
  71. 02da7c5 Simplify sensor path lookups by Ed Tanous · 2 years, 10 months ago
  72. 5deabed Sensors: Add humidity hierarchy by Gunnar Mills · 2 years, 8 months ago
  73. 928fefb sensor collection: implement efficient expand handler by Nan Zhou · 2 years, 9 months ago
  74. bacb216 sensors: move callback from lambda to inline functions with bind_front by Nan Zhou · 2 years, 9 months ago
  75. 45ca1b8 Add setUpRedfishRoute to all nodes in redfish by Ed Tanous · 2 years, 9 months ago
  76. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
  77. 55f79e6 Enable readability checks by Ed Tanous · 2 years, 11 months ago
  78. 72374eb Change the completionhandler to accept Res by Nan Zhou · 2 years, 11 months ago
  79. e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 2 years, 11 months ago
  80. e05aec5 Add readability-redundant-* checks by Ed Tanous · 2 years, 11 months ago
  81. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 2 years, 11 months ago
  82. 26f6976 Enable readability-container-size-empty tests by Ed Tanous · 2 years, 11 months ago
  83. ebe4d91 Fix regresssion in name by Ed Tanous · 3 years ago
  84. ecd6a3a Enable cppcoreguidelines-special-member-functions checks by Ed Tanous · 3 years ago
  85. 543f440 Enable init checker by Ed Tanous · 3 years ago
  86. f94c4ec Enable clang-tidy forward reference checks by Ed Tanous · 3 years ago
  87. 711ac7a Consistently use ManagedObjectType by Ed Tanous · 3 years ago
  88. 1e1e598 Using sdbusplus::asio::getProperty by Jonathan Doman · 3 years, 7 months ago
  89. 168e20c Move to common variant by Ed Tanous · 3 years ago
  90. 4f277b5 Fix - RedFish response for non-manufacturing mode by Jayaprakash Mutyala · 3 years, 1 month ago
  91. 0fda0f1 Update clang-format by George Liu · 3 years, 1 month ago
  92. 9062d47 Revert "Change the completionhandler to accept Res" by Gunnar Mills · 3 years, 1 month ago
  93. 91995f3 Change the completionhandler to accept Res by zhanghch05 · 3 years, 2 months ago
  94. accdbb2 redfish:sensors: change verbose error trace to debug by Andrew Geissler · 3 years, 1 month ago
  95. 021d32c Revert "Use AsyncResp in retrieveUriToDbusMap" by Krzysztof Grobelny · 3 years, 2 months ago
  96. 9d83261 Use AsyncResp in retrieveUriToDbusMap by zhanghch05 · 3 years, 2 months ago
  97. e820493 Move sensor collection to all sensors by George Liu · 3 years, 11 months ago
  98. 7088690 Add support for System Airflow sensor by Basheer Ahmed Muddebihal · 3 years, 5 months ago
  99. ed39821 Automate PrivilegeRegistry to code by Ed Tanous · 3 years, 7 months ago
  100. 432a890 Remove ambiguous privileges constructor by Ed Tanous · 3 years, 6 months ago