1. 91f75ca Fix regression in Manager chassis finding by Ed Tanous · 7 months ago
  2. 253f11b Allow configuring "bmc" and "system" by Ed Tanous · 8 months ago
  3. 25b54db Bring consistency to config options by Ed Tanous · 8 months ago
  4. 36c0f2a Consolidate Vm implementations by Ed Tanous · 11 months ago
  5. 7ac13cc Remove redfish-health-populate by Gunnar Mills · 9 months ago
  6. 9e9b604 Clean up Manager to use readJson by Ed Tanous · 10 months ago
  7. c51afd5 Call systemd SetTime directly by Ed Tanous · 10 months ago
  8. da39350 Fix PID Zone interface name by PavanKumarIntel · 10 months ago
  9. 9970e93 Correct Actions/Manager.ResetToDefaults parameter name by Konstantin Aladyshev · 10 months ago
  10. 18f8f60 Remove some boost includes by Ed Tanous · 1 year, 5 months ago
  11. 7a69697 managers: use async_method_call() set PID properties by Potin Lai · 1 year, 2 months ago
  12. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  13. 3544d2a Use ranges by Ed Tanous · 1 year, 5 months ago
  14. bf2dded Reduce some Error log severities by Carson Labrado · 1 year, 5 months ago
  15. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  16. 9ae226f Refactor setProperty method by George Liu · 1 year, 6 months ago
  17. 7f3e84a Add an option flag for multi-computersystem by Ed Tanous · 2 years ago
  18. 5eb468d Refactor getManagedObjects method by George Liu · 1 year, 6 months ago
  19. f818b04 Make propertyValueFormatError more typesafe by Ed Tanous · 2 years, 6 months ago
  20. e2616cc Make propertyValueNotInList typesafe by Ed Tanous · 2 years, 6 months ago
  21. ac106bf Consistently name AsyncResp variables by Ed Tanous · 1 year, 7 months ago
  22. 13451e3 health: Add option to disable health-populate by Willy Tu · 1 year, 7 months ago
  23. 75815e5 Add check for "quiesced" bmc manager state by Ed Tanous · 2 years, 3 months ago
  24. a6695a8 Clear json object by Ed Tanous · 1 year, 8 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. ad53954 use emplace where appropriate per 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. cddbf3d managers: fix bug of searching dbus object path by Potin Lai · 1 year, 11 months ago
  30. 6ce82fa Replace space with underscore for Dbus Object Path by Yaswanth Reddy M · 1 year, 10 months ago
  31. 2feeb9d Remove excessive logging in managers by Ed Tanous · 2 years, 6 months ago
  32. 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 11 months ago
  33. eddfc43 Update most resources to use urlFromPieces by Willy Tu · 2 years, 3 months ago
  34. 86711e7 Revert "Implement Manager/ServiceRootUptime" by Ed Tanous · 1 year, 11 months ago
  35. ee61a61 Implement Manager/ServiceRootUptime by Ed Tanous · 1 year, 11 months ago
  36. e99073f Refactor GetSubTree method by George Liu · 2 years, 1 month ago
  37. c2e3200 Break out set time function and unit test it by Ed Tanous · 2 years ago
  38. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  39. afb9ee0 Fix cppcheck error by Ed Tanous · 2 years ago
  40. 8be2b5b managers: fix interface patch and delete of pid object by Potin Lai · 2 years, 1 month ago
  41. c106b67 treewide: change EM's ObjectManager path by Nan Zhou · 2 years, 3 months ago
  42. 613dabe Remove nlohmann brace initialization by Ed Tanous · 2 years, 6 months ago
  43. 6936afe Fix thrown exception by Ed Tanous · 2 years, 4 months ago
  44. ea2b670 Fix regression in pid setting by Ed Tanous · 2 years, 10 months ago
  45. 2b82937 Move time utils to be in one place by Ed Tanous · 2 years, 5 months ago
  46. fac6e53 used sdbusplus::unpackPropertiesNoThrow part 2 by Krzysztof Grobelny · 2 years, 5 months ago
  47. 54dce7f Add redfish-oem-manager-fan-data option by Gunnar Mills · 2 years, 5 months ago
  48. a170f27 Replace boost with std replace by Ed Tanous · 2 years, 6 months ago
  49. a51fc2d Manager: add ManagerDiagnosticData handler by Sui Chen · 2 years, 6 months ago
  50. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
  51. 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 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, 7 months ago
  54. 3ba0007 Expose AsyncResp shared_ptr when handling response by Carson Labrado · 2 years, 7 months ago
  55. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  56. 1476687 Remove brace initialization of json objects by Ed Tanous · 2 years, 10 months ago
  57. 45ca1b8 Add setUpRedfishRoute to all nodes in redfish by Ed Tanous · 2 years, 9 months ago
  58. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 2 years, 10 months ago
  59. 8cc8ede Don't rely on operator << for object logging by Ed Tanous · 2 years, 10 months ago
  60. 1668ce6 Move error messages to string_view by Ed Tanous · 2 years, 11 months ago
  61. ace85d6 Add url type safety to message registry by Ed Tanous · 3 years, 2 months ago
  62. 15ed678 json_utils: Add support jsonRead Patch/Action by Willy Tu · 3 years ago
  63. db69770 managers: populate the name correctly for PID by Willy Tu · 2 years, 11 months ago
  64. e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 3 years ago
  65. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 3 years ago
  66. 26f6976 Enable readability-container-size-empty tests by Ed Tanous · 3 years ago
  67. 727dc83 managers: Fix incorrect property name for "Class" by Lei YU · 3 years ago
  68. ecd6a3a Enable cppcoreguidelines-special-member-functions checks by Ed Tanous · 3 years ago
  69. 543f440 Enable init checker by Ed Tanous · 3 years ago
  70. 24b2fe8 enable bugprone exception escape check by Ed Tanous · 3 years ago
  71. 914e2d5 Enforce const correctness by Ed Tanous · 3 years ago
  72. 711ac7a Consistently use ManagedObjectType by Ed Tanous · 3 years ago
  73. 1e1e598 Using sdbusplus::asio::getProperty by Jonathan Doman · 3 years, 7 months ago
  74. 168e20c Move to common variant by Ed Tanous · 3 years, 1 month ago
  75. 1d8782e fix the year 2038 problem in getDateTime by Nan Zhou · 3 years, 1 month ago
  76. 0fda0f1 Update clang-format by George Liu · 3 years, 1 month ago
  77. ed39821 Automate PrivilegeRegistry to code by Ed Tanous · 3 years, 7 months ago
  78. 7c8c405 Add DateTime & Offset in Managers & LogServices by Tejas Patil · 3 years, 7 months ago
  79. 0e8ac5e Move Consoles to ComputerSystem by Gunnar Mills · 4 years, 2 months ago
  80. 432a890 Remove ambiguous privileges constructor by Ed Tanous · 3 years, 7 months ago
  81. 7e860f1 Remove Redfish Node class by John Edward Broadbent · 3 years, 9 months ago
  82. 601af5e Redfish : Return after InternalError instead of Continue by Chicago Duan · 3 years, 9 months ago
  83. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago
  84. 71f52d9 Fix nlohmann::json::dump calls by Ed Tanous · 3 years, 10 months ago
  85. 071d8fd Add additional Redfish Manager properties by SunnySrivastava1984 · 4 years, 2 months ago
  86. ef6ca6e Redfish: Manager: Implement Manufacturer,PartNumber and SerialNumber by Chicago Duan · 4 years, 1 month ago
  87. a0744d3 Manager: LOG: Remove __LINE__ by Gunnar Mills · 4 years, 2 months ago
  88. 17a897d Improve loops & fix cpp check warning by Manojkiran Eda · 4 years, 4 months ago
  89. f23b729 Turn on ALL perf checks by Ed Tanous · 4 years, 2 months ago
  90. b5a7693 Lots of performance improvements by Ed Tanous · 4 years, 3 months ago
  91. 3174e4d Write the clang-tidy file OpenBMC needs by Ed Tanous · 4 years, 3 months ago
  92. 1536473 Add missing inline by Ed Tanous · 4 years, 4 months ago
  93. f97ddba Add "Links""SoftwareImages" by Gunnar Mills · 4 years, 4 months ago
  94. f92af38 Manager:Add ForceRestart to ResetType by Jayaprakash Mutyala · 4 years, 7 months ago
  95. cb13a39 Enable unused variable warnings and resolve by Ed Tanous · 4 years, 5 months ago
  96. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 5 months ago
  97. 52cc112 Remove middlewares by Ed Tanous · 4 years, 5 months ago
  98. 4bfefa7 Manager: Support for switching running image by Gunnar Mills · 4 years, 5 months ago
  99. 72d566d Firmware: Add ActiveSoftwareImage for the running image by Gunnar Mills · 4 years, 5 months ago
  100. 1cb1a9e Add ResetActionInfo for ResetType by AppaRao Puli · 4 years, 5 months ago