1. e01d0c3 Fix bugprone-unchecked-optional-access findings by Ed Tanous · 1 year, 6 months ago
  2. 9e6c388 Add PATCH for MetricReportDefinition by Lukasz Kazmierczak · 3 years ago
  3. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  4. e4e5423 Implements Fan schema by George Liu · 2 years, 3 months ago
  5. 9516f41 Implements FanCollection schema by George Liu · 2 years, 3 months ago
  6. 2c6ffdb Use openssl random number generator by Ed Tanous · 1 year, 6 months ago
  7. 1249e9c Simplify duration string parsing by Ed Tanous · 1 year, 10 months ago
  8. 24d67ff Remove IBM console events from Redfish by Ed Tanous · 4 years, 3 months ago
  9. e002dbc Aggregation: Add satellite only links by Carson Labrado · 1 year, 11 months ago
  10. cf3b484 Refactor redfishPcieGenerationFromDbus and redfishSlotType by Lakshmi Yadlapati · 1 year, 6 months ago
  11. 8b24275 Rename all error_code instances to ec by Ed Tanous · 1 year, 6 months ago
  12. 0f25584 Remove ServerSentEvents class by Ed Tanous · 1 year, 6 months ago
  13. 37b1f7b FindNavigationReferences rename p->jsonPtr by Ed Tanous · 1 year, 6 months ago
  14. c59e338 Make findNavigationReference* use references by Ed Tanous · 2 years, 5 months ago
  15. 87788ab Split up findNavigationReference by Ed Tanous · 2 years, 5 months ago
  16. d85418e error_messages: remove source_location indirect by Patrick Williams · 1 year, 6 months ago
  17. 3d30708 Redfish: Implement SNMP Trap by Chicago Duan · 4 years, 1 month ago
  18. 100afe5 Move all ComputerSystem routes to bottom by Ed Tanous · 1 year, 7 months ago
  19. 8a7c4b4 json utils: add getEstimatedJsonSize by Nan Zhou · 2 years, 4 months ago
  20. 5eb468d Refactor getManagedObjects method by George Liu · 1 year, 6 months ago
  21. c49c329 Move PCIe functions to common file by Lakshmi Yadlapati · 1 year, 8 months ago
  22. 95b3ad7 Make redfish::messages rely on typesafe structures by Ed Tanous · 2 years, 6 months ago
  23. 14fbced Make propertyValueIncorrect typesafe by Ed Tanous · 2 years, 6 months ago
  24. f818b04 Make propertyValueFormatError more typesafe by Ed Tanous · 2 years, 6 months ago
  25. 2e8c4bd Make propertyValueTypeError more typesafe by Ed Tanous · 2 years, 6 months ago
  26. e2616cc Make propertyValueNotInList typesafe by Ed Tanous · 2 years, 6 months ago
  27. 8dab0f5 Move registry code out of event service manager by Ed Tanous · 1 year, 7 months ago
  28. 32cdb4a query: Fix default expand level with delegated by Willy Tu · 1 year, 7 months ago
  29. ac106bf Consistently name AsyncResp variables by Ed Tanous · 1 year, 7 months ago
  30. 69c3cf0 Remove unused include by Ed Tanous · 1 year, 7 months ago
  31. 9cfcad2 Remove usage of deprecated VLanNetworkInterface by Jiaqing Zhao · 1 year, 10 months ago
  32. 61b1eb2 storage: Support new StorageController by Willy Tu · 1 year, 10 months ago
  33. b5b62cc hex_units: Fix Werror=conversion by Willy Tu · 1 year, 7 months ago
  34. 5e44e3d Add SSE style subscription support to eventservice by AppaRao Puli · 3 years, 9 months ago
  35. 472bd20 Move getPCIeDeviceList to pcie_util by Lakshmi Yadlapati · 1 year, 9 months ago
  36. c1c7b94 Remove duplicated stringValueTooLong by Ed Tanous · 1 year, 7 months ago
  37. 600af5f Input parameter validation for Event Subscription by AppaRao Puli · 3 years, 3 months ago
  38. 75ec825 Update base registries by Ed Tanous · 1 year, 7 months ago
  39. f8ca6d7 Allow async resolver to be optional by Ed Tanous · 2 years, 6 months ago
  40. dd1c4a9 Add support for POST on TriggersCollection by Szymon Dompke · 2 years, 10 months ago
  41. 185444b json utility: add sort by Nan Zhou · 2 years, 6 months ago
  42. faf100f Fix some includes by Ed Tanous · 1 year, 7 months ago
  43. 479e899 Switched bmcweb to use new telemetry service API by Krzysztof Grobelny · 3 years, 6 months ago
  44. f263e09 Update schema packs to 2023.1 by Ed Tanous · 1 year, 7 months ago
  45. 3e72c20 Added new pre-defined usergroup called hostconsole by Ninad Palsule · 1 year, 9 months ago
  46. 81c4e33 Capture all boost::system::error_codes by ref by Ed Tanous · 1 year, 7 months ago
  47. 00ef5dc Implements PowerSupply schema by George Liu · 2 years, 3 months ago
  48. ef4c65b Boost::urls::format by Ed Tanous · 1 year, 8 months ago
  49. b2ba307 fix more push vs emplace calls by Patrick Williams · 1 year, 8 months ago
  50. ad53954 use emplace where appropriate per clang-tidy by Patrick Williams · 1 year, 8 months ago
  51. 65a176c fix clang-tidy warnings with unreachable returns by Patrick Williams · 1 year, 8 months ago
  52. 2bd4ab4 query-param: fix clang-tidy warnings by Patrick Williams · 1 year, 8 months ago
  53. 97c920c time-utils: fix clang-tidy warning by Patrick Williams · 1 year, 8 months ago
  54. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  55. 46b3028 Aggregation: Process subordinate top collections by Carson Labrado · 1 year, 11 months ago
  56. 30806a2 Fix clang-tidy issue in aggregation by Ed Tanous · 1 year, 9 months ago
  57. a721002 Implements PowerSupplies schema by George Liu · 2 years, 3 months ago
  58. 8fd333d Aggregation: Check for subordinate collection by Carson Labrado · 2 years ago
  59. a1cbc19 Fix If Match header in Http layer by Hieu Huynh · 1 year, 9 months ago
  60. b27e1cb Aggregation: Prefix fix HttpHeaders property by Carson Labrado · 1 year, 9 months ago
  61. 6c3e945 Refactor getAssociationEndPoints method by George Liu · 1 year, 10 months ago
  62. 23203b4 Add component integrity schemas by Ed Tanous · 1 year, 9 months ago
  63. d14a48f Aggregation: Increase response read limit to 50MB by Carson Labrado · 1 year, 10 months ago
  64. 8b2521a Implement AggregationSource by Carson Labrado · 1 year, 10 months ago
  65. 535c760 Fix resource delete event issue by Asmitha Karunanithi · 1 year, 9 months ago
  66. d9f466b Take url views by value by Ed Tanous · 1 year, 10 months ago
  67. ad595fa Only parse to the depth requested by Ed Tanous · 1 year, 11 months ago
  68. 5315c1b Implement AggregationSourceCollection by Carson Labrado · 1 year, 10 months ago
  69. a903233 Raise UnpackErrorPrinter to Log BMCWEB_LOG_ERROR by deepakala-k · 1 year, 10 months ago
  70. 39662a3 Make url by value in Request by Ed Tanous · 1 year, 11 months ago
  71. 98fe740 Remove fields member from Request by Ed Tanous · 1 year, 10 months ago
  72. 88a8a17 Remove the redfish hypervisor namespace by Ed Tanous · 1 year, 10 months ago
  73. a4eb761 Add the getAssociationEndPoints method by George Liu · 1 year, 11 months ago
  74. 6c06898 Implement AggregationService by Ed Tanous · 1 year, 11 months ago
  75. d1d411f Move getMessage and getMessageFromRegistry to cpp and add test by Sui Chen · 2 years, 9 months ago
  76. 5e7e2dc Take boost error_code by reference by Ed Tanous · 1 year, 10 months ago
  77. 26ccae3 Pass string views by value by Ed Tanous · 1 year, 10 months ago
  78. 7da1c58 Add Ports schema by George Liu · 1 year, 10 months ago
  79. eddfc43 Update most resources to use urlFromPieces by Willy Tu · 2 years, 3 months ago
  80. 24dadc8 Aggregation: Fix cppcheck errors by Carson Labrado · 1 year, 10 months ago
  81. 50ebd4a Implement alternative to on boost::split by Ed Tanous · 1 year, 11 months ago
  82. 4ce2c1b Make pcie_slots compile by Ed Tanous · 1 year, 11 months ago
  83. 0af78d5 Aggregation: Fix up aggregated response header URIs by Khang Kieu · 1 year, 11 months ago
  84. c6830d5 Revert "Add the getAssociationEndPoints method" by Gunnar Mills · 1 year, 11 months ago
  85. d91415c Change readJson from is_object to get_ptr by Ed Tanous · 1 year, 11 months ago
  86. 3179105 Implementation of FabricAdapter schema in bmcweb by Sunny Srivastava · 3 years, 10 months ago
  87. 369ea3f Add the getAssociationEndPoints method by George Liu · 2 years, 1 month ago
  88. 4ef82a1 Add Support for ActionParameterNotInList Message by Alex Schendel · 1 year, 11 months ago
  89. 43e14d3 Aggregation: Better handle dropped requests by Carson Labrado · 2 years, 2 months ago
  90. d4413c5 Fix some warnings by cppcheck by George Liu · 1 year, 11 months ago
  91. a8d8f9d Update schema pack to 2022.3 by Ed Tanous · 1 year, 11 months ago
  92. e99073f Refactor GetSubTree method by George Liu · 2 years, 1 month ago
  93. c2e3200 Break out set time function and unit test it by Ed Tanous · 2 years ago
  94. 7c4c52c Aggregation: Aggregate top level collections by Carson Labrado · 2 years, 1 month ago
  95. 32d7d8e Aggregation: Fix and forward all responses by Carson Labrado · 2 years ago
  96. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  97. 3a4ad5d Refactor ipv4VerifyIpAndGetBitcount by Ed Tanous · 2 years, 4 months ago
  98. cf9e417 Add check for globals by Ed Tanous · 2 years ago
  99. 71abefe Add FabricAdapter schema by Lakshmi Yadlapati · 2 years ago
  100. 11987af Aggregation: Improve prefix fixup matching by Carson Labrado · 2 years, 1 month ago