1. bd79bce clang-format: re-format for clang-18 by Patrick Williams · 4 months ago
  2. 898f2aa Consolidate LogEntry builders by Ed Tanous · 5 months ago
  3. b729096 Refactor large lambda into function by Ed Tanous · 5 months ago
  4. 599b9af refactor log_services.hpp, separate handlers by Alexander Hansen · 5 months ago
  5. b0b6152 Add missing nullptr check by Ed Tanous · 5 months ago
  6. 539d8c6 Consistently use generated enumerations by Ed Tanous · 6 months ago
  7. 055713e Make journal log efficient by Ed Tanous · 5 months ago
  8. b0983db Break out Journal log into its own file by Ed Tanous · 5 months ago
  9. 9f56509 Fix typo regression by Ed Tanous · 6 months ago
  10. e93abac Pass redfishPropertyName earlier argument by Ginu George · 7 months ago
  11. 20fa6a2 Remove the last instances of json pattern by Ed Tanous · 7 months ago
  12. 253f11b Allow configuring "bmc" and "system" by Ed Tanous · 7 months ago
  13. 5ffd11f Fix regression in CrashDump by Gunnar Mills · 8 months ago
  14. 25b54db Bring consistency to config options by Ed Tanous · 8 months ago
  15. 5b90429 Add missing headers by Ed Tanous · 8 months ago
  16. 6f056f2 Fix post code parsing by Ed Tanous · 9 months ago
  17. dc8cfa6 Add nullptr check by Ed Tanous · 9 months ago
  18. 8cb2c02 Fix moves/forward by Ed Tanous · 9 months ago
  19. df254f2 Remove redundant static modifier by Ed Tanous · 9 months ago
  20. 099984c Fix undefined behavior in getUniqueEntryID by Ed Tanous · 9 months ago
  21. 3eb6665 log_services: Move to setProperty dbus util method by Asmitha Karunanithi · 9 months ago
  22. ddf3564 Enable readability check by Ed Tanous · 9 months ago
  23. b5f288d Make use of filebody for dump offload by Abhilash Raju · 1 year, 2 months ago
  24. 18f8f60 Remove some boost includes by Ed Tanous · 1 year, 5 months ago
  25. 75e8e21 Use MonotonicTimeStamp for bmc log id by Myung Bae · 1 year, 1 month ago
  26. 9e9d99d Fix Dump and EventLog URI by Ravi Teja · 1 year, 2 months ago
  27. 27b0cf9 Move to file_body in boost by Ed Tanous · 1 year, 5 months ago
  28. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  29. 168d1b1 LogService: Retrieve dump generated by Manager by Carson Labrado · 1 year, 9 months ago
  30. b25644a Adjust #LogService schema version to same for all routes by Janet Adkins · 1 year, 4 months ago
  31. 18fc70c Fix empty response when do the clearLog by Tony Lee · 1 year, 4 months ago
  32. 3544d2a Use ranges by Ed Tanous · 1 year, 5 months ago
  33. bf2dded Reduce some Error log severities by Carson Labrado · 1 year, 5 months ago
  34. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  35. c05bba4 Fix a bug for zero arg EventLog entries by Ed Tanous · 1 year, 6 months ago
  36. 8b24275 Rename all error_code instances to ec by Ed Tanous · 1 year, 6 months ago
  37. 9ae226f Refactor setProperty method by George Liu · 1 year, 6 months ago
  38. 7f3e84a Add an option flag for multi-computersystem by Ed Tanous · 2 years ago
  39. 1e6deaf Use fillMessageArgs in log services by Ed Tanous · 2 years, 10 months ago
  40. 5eb468d Refactor getManagedObjects method by George Liu · 1 year, 6 months ago
  41. b90d14f Fix Error log entries to Warning by Myung Bae · 1 year, 7 months ago
  42. ac106bf Consistently name AsyncResp variables by Ed Tanous · 1 year, 7 months ago
  43. c51a58e Remove urlEncode by Ed Tanous · 1 year, 9 months ago
  44. 15b8972 Redfish validator error fix by V-Sanjana · 1 year, 8 months ago
  45. ef4c65b Boost::urls::format by Ed Tanous · 1 year, 8 months ago
  46. b2ba307 fix more push vs emplace calls by Patrick Williams · 1 year, 8 months ago
  47. 84396af log-services: fix clang-tidy warnings by Patrick Williams · 1 year, 8 months ago
  48. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  49. 72e2137 log_services: Fix isContentTypeAllowed checks by Matt Spinler · 1 year, 8 months ago
  50. f574a8e LogService: Fix potential null pointer dereference by Carson Labrado · 1 year, 9 months ago
  51. 39662a3 Make url by value in Request by Ed Tanous · 1 year, 11 months ago
  52. a7405d5 Move logging level to WARNING for 404 by Gunnar Mills · 1 year, 10 months ago
  53. 68dd075 Add originator id & type for user trigerred dumps by Asmitha Karunanithi · 2 years, 1 month ago
  54. d1d411f Move getMessage and getMessageFromRegistry to cpp and add test by Sui Chen · 2 years, 9 months ago
  55. 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
  56. 26ccae3 Pass string views by value by Ed Tanous · 1 year, 10 months ago
  57. eddfc43 Update most resources to use urlFromPieces by Willy Tu · 2 years, 3 months ago
  58. e645c5e Don't decrease journal messages time precision by Konstantin Aladyshev · 1 year, 10 months ago
  59. 2a02561 Don't decrease POST codes time precision by Konstantin Aladyshev · 1 year, 11 months ago
  60. 50ebd4a Implement alternative to on boost::split by Ed Tanous · 2 years ago
  61. ed34a4a Correct Id parameter for two log services by Ed Tanous · 1 year, 11 months ago
  62. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  63. 0d94621 LogService: Use DeleteAll DBus method in clearDump by Claire Weinan · 2 years, 6 months ago
  64. 1591215 Fix parameter type for calling getSubTreePaths method by George Liu · 2 years ago
  65. 7a1dbc4 Refactor GetSubTreePaths method by George Liu · 2 years, 1 month ago
  66. 9017faf Add ServiceProviderNotify by Abhishek Patel · 3 years, 3 months ago
  67. 7bd9b2e Remove extra semi colons by Ed Tanous · 2 years ago
  68. 6f284d2 log_service: Fix behavior of getting single PostCode entry by Jiaqing Zhao · 2 years, 3 months ago
  69. 5b37854 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 1 month ago
  70. bbd80db LogService: Increase dump timestamp precision by Claire Weinan · 2 years, 2 months ago
  71. 8e31778 CreateDump: Accept dump object path by Asmitha Karunanithi · 4 years, 1 month ago
  72. 9db4ba2 log_service: Fix error message for non-existing log entries by Jiaqing Zhao · 2 years, 3 months ago
  73. 22d268c Make routes start matching Redfish by Ed Tanous · 2 years, 7 months ago
  74. 9c11a17 Redfish: Add resolution property by Vijay Lobo · 3 years, 3 months ago
  75. 4a0e1a0 Fix content-type return behavior for */* by Ed Tanous · 2 years, 3 months ago
  76. 6ab9ad5 LogService: System dump calls common dump handlers by Claire Weinan · 2 years, 5 months ago
  77. 99351cd Improve content type by Ed Tanous · 2 years, 5 months ago
  78. 613dabe Remove nlohmann brace initialization by Ed Tanous · 2 years, 6 months ago
  79. d1bde9e used sdbusplus::unpackPropertiesNoThrow part 8 by Krzysztof Grobelny · 2 years, 4 months ago
  80. c6fecda LogService: Increase Fault Log timestamp precision by Claire Weinan · 2 years, 6 months ago
  81. d8a5d5d Update content of ResourceNotFound/ResourceAlreadyExists message by Jiaqing Zhao · 2 years, 5 months ago
  82. dd72e87 Fix function name handleLogServicesCollectionGet by Claire Weinan · 2 years, 4 months ago
  83. 5143f7a query_param: Move maxEntriesPerPage to Query struct by Jiaqing Zhao · 2 years, 5 months ago
  84. c21c64b LogServices: Fix dump timestamp regression by Claire Weinan · 2 years, 5 months ago
  85. 2b82937 Move time utils to be in one place by Ed Tanous · 2 years, 5 months ago
  86. 2d613eb dbus_utility: Remove ManagedItem type alias by Jiaqing Zhao · 2 years, 5 months ago
  87. d9f6c62 Use enum overload for field setting by Ed Tanous · 2 years, 10 months ago
  88. 5907571 Return proper redfish errors for createDump call by Asmitha Karunanithi · 3 years, 2 months ago
  89. 9896eae Drop boost::posix_time by Ed Tanous · 2 years, 5 months ago
  90. 81584ab log_services: PostCode: Do not populate nextLink when reaches end by Jiaqing Zhao · 2 years, 5 months ago
  91. aefe378 LogService: Refactor dump entry parsing by Claire Weinan · 2 years, 6 months ago
  92. a4ce114 log_service: crashdump entry: remove app by Nan Zhou · 2 years, 5 months ago
  93. 3648c8b Query param: fix regression in top parameters by Ed Tanous · 2 years, 5 months ago
  94. 59d494e sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 5 months ago
  95. 2a9beee LogService: Remove setUpRedfishRoute in crashdump by Shounak Mitra · 2 years, 5 months ago
  96. 07c8c20 Use more specific include by Ed Tanous · 2 years, 6 months ago
  97. 11ba397 Remove usages of boost::starts/ends_with by Ed Tanous · 2 years, 6 months ago
  98. 433b68b Use nlohmann::json::object_t for dump entries by Jason M. Bills · 2 years, 6 months ago
  99. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 6 months ago
  100. 6d6574c Update host logger with recent JSON fixes by Jason M. Bills · 2 years, 6 months ago