1. 70c4d54 Refactor PCIeDeviceList to use getCollectionMembers by Lakshmi Yadlapati · 1 year, 7 months ago
  2. 59a17e4 Rename getLocationIndicatorActive/setLocationIndicatorActive by George Liu · 2 years, 3 months ago
  3. a974c13 Refactor getComputerSystem by Lakshmi Yadlapati · 1 year, 2 months ago
  4. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  5. b3e86cb System: Error log level when internalError by Gunnar Mills · 1 year, 4 months ago
  6. 3a34b74 Fix RestorePolicy map by Gunnar Mills · 1 year, 5 months ago
  7. fc3edfd Rename aResp to asyncResp by Ed Tanous · 1 year, 5 months ago
  8. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  9. dfb2b40 Incorrect value displayed for total system memory by Priyanga Ramasamy · 1 year, 6 months ago
  10. 9dcfe8c Add support for redfish StopBootOnFault by Albert Zhang · 3 years, 6 months ago
  11. 9ae226f Refactor setProperty method by George Liu · 1 year, 6 months ago
  12. 8d69c66 Remove usage of flat_map for enum lookup by Ed Tanous · 1 year, 6 months ago
  13. 100afe5 Move all ComputerSystem routes to bottom by Ed Tanous · 1 year, 7 months ago
  14. c1e219d Break out ComputerSystem methods by Ed Tanous · 1 year, 7 months ago
  15. 7f3e84a Add an option flag for multi-computersystem by Ed Tanous · 2 years ago
  16. ac106bf Consistently name AsyncResp variables by Ed Tanous · 1 year, 7 months ago
  17. fc903b3 bmc-ready: provide special error return on BMCNotReady by Andrew Geissler · 1 year, 7 months ago
  18. 472bd20 Move getPCIeDeviceList to pcie_util by Lakshmi Yadlapati · 1 year, 9 months ago
  19. 5fd0aaf Disabled processor and memory summary status by Ninad Palsule · 1 year, 8 months ago
  20. 13451e3 health: Add option to disable health-populate by Willy Tu · 1 year, 7 months ago
  21. cf0e004 Refactor processor/memory state related code by Ninad Palsule · 1 year, 7 months ago
  22. c5091a0 Update DIMM memorySizeInKB to be in size_t by Anthony · 1 year, 7 months ago
  23. 81c4e33 Capture all boost::system::error_codes by ref by Ed Tanous · 1 year, 7 months ago
  24. 6331965 Remove done TODO by Gunnar Mills · 1 year, 7 months ago
  25. ef4c65b Boost::urls::format by Ed Tanous · 1 year, 8 months ago
  26. b2ba307 fix more push vs emplace calls by Patrick Williams · 1 year, 8 months ago
  27. bc6cfec systems: remove stray break for clang-tidy by Patrick Williams · 1 year, 8 months ago
  28. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  29. 797d5da Support for configurable host reboot count by Corey Hardesty · 2 years, 8 months ago
  30. 2661b72 systems: Fix missing EnterDwellTime property by Chris Cain · 1 year, 9 months ago
  31. 746b56f Fix hypervisor system Get by Asmitha Karunanithi · 1 year, 10 months ago
  32. 5c3e927 Retrieve port info for systems service by Abhishek Patel · 3 years, 6 months ago
  33. 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
  34. eddfc43 Update most resources to use urlFromPieces by Willy Tu · 2 years, 3 months ago
  35. 3179105 Implementation of FabricAdapter schema in bmcweb by Sunny Srivastava · 3 years, 10 months ago
  36. e99073f Refactor GetSubTree method by George Liu · 2 years, 1 month ago
  37. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  38. 7a1dbc4 Refactor GetSubTreePaths method by George Liu · 2 years, 1 month ago
  39. b6d5d45 Adds LastStateTime in Redfish BootProgress by Hieu Huynh · 2 years, 3 months ago
  40. 22d268c Make routes start matching Redfish by Ed Tanous · 2 years, 7 months ago
  41. 613dabe Remove nlohmann brace initialization by Ed Tanous · 2 years, 6 months ago
  42. 38c8a6f Make system handlers inline by Ed Tanous · 2 years, 4 months ago
  43. 382d647 Move nested dbus calls in getComputerSystem by Ali Ahmed · 3 years, 4 months ago
  44. dd60b9e Add link support to SystemsCollection by Ed Tanous · 2 years, 6 months ago
  45. 0d4befa Fix build failure with redfish-provisioning-feature enabled by Jiaqing Zhao · 2 years, 4 months ago
  46. bc1d29d used sdbusplus::unpackPropertiesNoThrow part 3 by Krzysztof Grobelny · 2 years, 5 months ago
  47. 2b82937 Move time utils to be in one place by Ed Tanous · 2 years, 5 months ago
  48. 1e5b7c8 system: Remove ipsPropertiesType by Jiaqing Zhao · 2 years, 4 months ago
  49. a666902 fix ProcessorSummary.CoreCount by Krzysztof Grobelny · 2 years, 5 months ago
  50. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
  51. 5ef735c system: don't fail when Boot service isn't there by Nan Zhou · 2 years, 6 months ago
  52. 8a59281 Fix shadowed variable issues by Ed Tanous · 2 years, 7 months ago
  53. eee0013 sw_util: Rename all Firmware to Software wherever possible by Willy Tu · 2 years, 6 months ago
  54. 3ba0007 Expose AsyncResp shared_ptr when handling response by Carson Labrado · 2 years, 7 months ago
  55. 3215e70 ComputerSystem: fix ResetActionInfo by Nan Zhou · 2 years, 7 months ago
  56. aa6d453 Fix indentation of clang-format off blocks by Jiaqing Zhao · 2 years, 7 months ago
  57. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  58. dfababf health: take json_ptr instead of reference when filling status by Nan Zhou · 2 years, 7 months ago
  59. b2c7e20 Fix regression in ComputerSystem by Ed Tanous · 2 years, 7 months ago
  60. 1476687 Remove brace initialization of json objects by Ed Tanous · 2 years, 10 months ago
  61. 550a6bf system: Handle PATCH request with multi-depth readJson by Jiaqing Zhao · 2 years, 8 months ago
  62. 49328a2 system: Fix incorrect WatchdogTimer PATCH handler by Jiaqing Zhao · 2 years, 8 months ago
  63. 83c835f Remove unused modeString in translatePowerMode() by Jiaqing Zhao · 2 years, 9 months ago
  64. 45ca1b8 Add setUpRedfishRoute to all nodes in redfish by Ed Tanous · 2 years, 9 months ago
  65. f4c99e7 Redfish: Query parameters: Only by Ed Tanous · 3 years, 3 months ago
  66. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
  67. 4ed47cb redfish:systems: Handle power restore policy of "None" by Matthew Barth · 2 years, 10 months ago
  68. 55f79e6 Enable readability checks by Ed Tanous · 2 years, 11 months ago
  69. 15ed678 json_utils: Add support jsonRead Patch/Action by Willy Tu · 3 years ago
  70. e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 2 years, 11 months ago
  71. e05aec5 Add readability-redundant-* checks by Ed Tanous · 2 years, 11 months ago
  72. 22228c2 host-state: do not return anything if unavailable by Andrew Geissler · 2 years, 11 months ago
  73. 26f6976 Enable readability-container-size-empty tests by Ed Tanous · 2 years, 11 months ago
  74. 543f440 Enable init checker by Ed Tanous · 3 years ago
  75. 914e2d5 Enforce const correctness by Ed Tanous · 3 years ago
  76. 6e3b67e Convert VariantType to DbusVariantType by AppaRao Puli · 3 years ago
  77. e43914b boot-progress: move dbus-to-redfish logic to function by Andrew Geissler · 3 years ago
  78. 9ec65ef boot-progress: add support for SetupEntered by Andrew Geissler · 3 years ago
  79. 1e1e598 Using sdbusplus::asio::getProperty by Jonathan Doman · 3 years, 7 months ago
  80. 168e20c Move to common variant by Ed Tanous · 3 years ago
  81. 1d8782e fix the year 2038 problem in getDateTime by Nan Zhou · 3 years, 1 month ago
  82. 0fda0f1 Update clang-format by George Liu · 3 years, 1 month ago
  83. f667422 Fix build on clang by Ed Tanous · 3 years, 1 month ago
  84. 37bbf98 Systems: Add IdlePowerSave support by Chris Cain · 3 years, 3 months ago
  85. 03fbed9 Add CoreCount to ProcessorSummary by Ali Ahmed · 3 years, 4 months ago
  86. ac7e1e0 Move TPMRequiredToBoot under Boot for PATCH call by Ali Ahmed · 3 years, 3 months ago
  87. a197834 Have ProcessorSummary correctly set Status by Ali Ahmed · 3 years, 4 months ago
  88. 1c05dae Add TrustedModuleRequiredToBoot setter function by Ali Ahmed · 3 years, 6 months ago
  89. c21865c Support new boot override setting design by Konstantin Aladyshev · 3 years, 6 months ago
  90. cd9a466 Add support for the BootSourceOverrideMode by Konstantin Aladyshev · 3 years, 10 months ago
  91. 4f48d5f Make code compile with clang-13 by Ed Tanous · 3 years, 6 months ago
  92. ed39821 Automate PrivilegeRegistry to code by Ed Tanous · 3 years, 7 months ago
  93. 3a2d0424 Systems: Add PowerMode support by Chris Cain · 3 years, 7 months ago
  94. 1981771 Add TrustedModuleRequiredToBoot getter function by Ali Ahmed · 3 years, 6 months ago
  95. 0e8ac5e Move Consoles to ComputerSystem by Gunnar Mills · 4 years, 2 months ago
  96. 432a890 Remove ambiguous privileges constructor by Ed Tanous · 3 years, 6 months ago
  97. 7e860f1 Remove Redfish Node class by John Edward Broadbent · 3 years, 9 months ago
  98. 15c27bf Redfish: Update Powering On Status State by Noah Brewer · 3 years, 8 months ago
  99. 601af5e Redfish : Return after InternalError instead of Continue by Chicago Duan · 3 years, 9 months ago
  100. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago