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