1. 41868c6 Reformat with Never-AlignTrailingComments style by Myung Bae · 3 months ago
  2. bd79bce clang-format: re-format for clang-18 by Patrick Williams · 5 months ago
  3. 20fa6a2 Remove the last instances of json pattern by Ed Tanous · 8 months ago
  4. 56d0bb0 Remove ibm locks feature by Sunitha Harish · 9 months ago
  5. d0eb0e7 Remove unused variable by Ed Tanous · 10 months ago
  6. 425e81c Clean up management console rest to use readJson by Ed Tanous · 10 months ago
  7. 18f8f60 Remove some boost includes by Ed Tanous · 1 year, 6 months ago
  8. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
  9. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 6 months ago
  10. 24d67ff Remove IBM console events from Redfish by Ed Tanous · 4 years, 3 months ago
  11. b2ba307 fix more push vs emplace calls by Patrick Williams · 1 year, 8 months ago
  12. ad53954 use emplace where appropriate per clang-tidy by Patrick Williams · 1 year, 8 months ago
  13. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  14. 33c6b58 Remove body member from Request by Ed Tanous · 1 year, 11 months ago
  15. a7405d5 Move logging level to WARNING for 404 by Gunnar Mills · 1 year, 11 months ago
  16. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  17. 5a19396 Restrict use of subfolder in configfiles path by cm-jishnu · 2 years, 1 month ago
  18. bb759e3 Move ClientID parameter out of OEM by Ed Tanous · 2 years, 5 months ago
  19. 3e7ab70 IBM Mgmt console lock algorithm improvement by Sunitha Harish · 2 years, 5 months ago
  20. f8a4347 Fixes for IBM Management Console usecases by Sunitha Harish · 2 years, 5 months ago
  21. d9f6c62 Use enum overload for field setting by Ed Tanous · 2 years, 10 months ago
  22. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
  23. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
  24. 9d33509 Remove unused variables by Ed Tanous · 2 years, 6 months ago
  25. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  26. 1476687 Remove brace initialization of json objects by Ed Tanous · 2 years, 10 months ago
  27. 8cc8ede Don't rely on operator << for object logging by Ed Tanous · 2 years, 10 months ago
  28. 15ed678 json_utils: Add support jsonRead Patch/Action by Willy Tu · 3 years, 1 month ago
  29. e05aec5 Add readability-redundant-* checks by Ed Tanous · 3 years ago
  30. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 3 years ago
  31. dcf2ebc Enable readability-redundant-control-flow checks by Ed Tanous · 3 years ago
  32. 543f440 Enable init checker by Ed Tanous · 3 years ago
  33. 5107ac4 ibm: remove unused tinyxml2 include by Patrick Williams · 3 years, 3 months ago
  34. 432a890 Remove ambiguous privileges constructor by Ed Tanous · 3 years, 7 months ago
  35. 3e919b5 Create IBM ConfigFile base directory by Sunitha Harish · 4 years, 3 months ago
  36. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago
  37. 086d32c IBM ConfigFile upload : Fix content-type validation by Sunitha Harish · 4 years ago
  38. db81c07 IBM Management Console: Replacing crow::Response with bmcweb::AsyncResp by Sunitha Harish · 4 years ago
  39. 7c0bbe7 Validate the path during ConfigFile upload by Sunitha Harish · 4 years, 5 months ago
  40. 04e438c fix include names by Ed Tanous · 4 years, 3 months ago
  41. 3174e4d Write the clang-tidy file OpenBMC needs by Ed Tanous · 4 years, 3 months ago
  42. 4e08751 modernize ibm management console by Ed Tanous · 4 years, 3 months ago
  43. 2c70f80 Fix naming conventions by Ed Tanous · 4 years, 3 months ago
  44. 02379d3 Fix IBM management console to match coding standard by Ed Tanous · 4 years, 4 months ago
  45. dc6bfb4 remove using namespace by Ed Tanous · 4 years, 4 months ago
  46. cb13a39 Enable unused variable warnings and resolve by Ed Tanous · 4 years, 6 months ago
  47. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 6 months ago
  48. 52cc112 Remove middlewares by Ed Tanous · 4 years, 6 months ago
  49. 5738de5 Handling Broadcast message service by Asmitha Karunanithi · 4 years, 6 months ago
  50. 10693fa EventService : Send event for ConfigFile updation by Asmitha Karunanithi · 4 years, 6 months ago
  51. 96330b9 EventService : Send event for the ConfigFile creation by Sunitha Harish · 4 years, 7 months ago
  52. e56f254 EventService: Add the parameter ResourceTypes to subscription by Sunitha Harish · 4 years, 6 months ago
  53. b41187f Deprecate the "" operator, and isEqP by Ed Tanous · 5 years ago
  54. 566329e Lock Management : Add Support for Mutltiple HMC's by Manojkiran Eda · 4 years, 8 months ago
  55. 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 7 months ago
  56. 5bb0ece Implement ReleaseAll Locks functionality by Manojkiran Eda · 5 years ago
  57. 07386c6 Remove the locks associated with the session by Ratan Gupta · 5 years ago
  58. e46946a Change the allowed host configuration file size by Ratan Gupta · 4 years, 8 months ago
  59. 402b571 Implement GetLockList function in Lock Service by manojkiraneda · 5 years ago
  60. 3b6dea6 Implement Release Lock in Lock Service by manojkiraneda · 5 years ago
  61. 0b631ae Implement Acquire Lock Function in Lock Service by manojkiraneda · 5 years ago
  62. 734a1c3 Implement lock service introspect by Ratan Gupta · 5 years ago
  63. d3630cb Implement config file collection by Ratan Gupta · 5 years ago
  64. 1c7b07c Read and Delete config files through REST interface by asmithakarun · 5 years ago
  65. 97b0e43 Save-area file upload to BMC by Sunitha Harish · 5 years ago
  66. 453fed0 Rest service root implementation by Ratan Gupta · 5 years ago