1. bd79bce clang-format: re-format for clang-18 by Patrick Williams · 4 months ago
  2. 539d8c6 Consistently use generated enumerations by Ed Tanous · 6 months ago
  3. f80a87f Add SSE filter param support by Ed Tanous · 6 months ago
  4. 19bb362 EventDestination: Implement VerifyCertificate by Ed Tanous · 6 months ago
  5. 78d4ec4 Clean up event service to use readJson by Ed Tanous · 10 months ago
  6. 8ece0e4 Fix spelling mistakes by Ed Tanous · 12 months ago
  7. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  8. 6fd2955 Update to boost 1.83.0 by Ed Tanous · 1 year, 3 months ago
  9. a716aa7 Move http client to URL by Ed Tanous · 1 year, 5 months ago
  10. 3544d2a Use ranges by Ed Tanous · 1 year, 5 months ago
  11. 3b32780 Update event_service and account_service URI by Ed Tanous · 1 year, 4 months ago
  12. 1306101 Add error code check for snmp by Ed Tanous · 1 year, 5 months ago
  13. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  14. 24d67ff Remove IBM console events from Redfish by Ed Tanous · 4 years, 3 months ago
  15. e81de51 Make error codes take by reference by Ed Tanous · 1 year, 6 months ago
  16. 3d30708 Redfish: Implement SNMP Trap by Chicago Duan · 4 years, 1 month ago
  17. f818b04 Make propertyValueFormatError more typesafe by Ed Tanous · 2 years, 6 months ago
  18. 5e44e3d Add SSE style subscription support to eventservice by AppaRao Puli · 3 years, 9 months ago
  19. 600af5f Input parameter validation for Event Subscription by AppaRao Puli · 3 years, 3 months ago
  20. f8ca6d7 Allow async resolver to be optional by Ed Tanous · 2 years, 6 months ago
  21. b2ba307 fix more push vs emplace calls by Patrick Williams · 1 year, 8 months ago
  22. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  23. d14a48f Aggregation: Increase response read limit to 50MB by Carson Labrado · 1 year, 10 months ago
  24. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  25. 33a32b3 Allow a lower DeliveryRetryIntervalSeconds by Gunnar Mills · 2 years, 1 month ago
  26. 613dabe Remove nlohmann brace initialization by Ed Tanous · 2 years, 6 months ago
  27. 62bafc0 clang-tidy: fix misc warnings by Patrick Williams · 2 years, 4 months ago
  28. 3ba0007 Expose AsyncResp shared_ptr when handling response by Carson Labrado · 2 years, 7 months ago
  29. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 7 months ago
  30. 1476687 Remove brace initialization of json objects by Ed Tanous · 2 years, 10 months ago
  31. eb1c47d Remove regex uses in event service and consolidate by Ed Tanous · 2 years, 11 months ago
  32. 45ca1b8 Add setUpRedfishRoute to all nodes in redfish by Ed Tanous · 2 years, 9 months ago
  33. 55f79e6 Enable readability checks by Ed Tanous · 2 years, 11 months ago
  34. fffb8c1 Change message_registries namespace to registries by Ed Tanous · 2 years, 11 months ago
  35. ea2e6ee json_utils: Add support for multiple level json read by Willy Tu · 2 years, 11 months ago
  36. 15ed678 json_utils: Add support jsonRead Patch/Action by Willy Tu · 3 years ago
  37. e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 2 years, 11 months ago
  38. 0a4304c Remove invalid base log message by Ed Tanous · 2 years, 11 months ago
  39. 1ebe3e4 Fix Event Subscription URI by Gayathri Leburu · 2 years, 11 months ago
  40. 6ba8c82 Send push-style event only if EventService enabled by sunharis_in · 3 years, 6 months ago
  41. 26f6976 Enable readability-container-size-empty tests by Ed Tanous · 2 years, 11 months ago
  42. 1e270c5 span: clean up stray boost headers. by Patrick Williams · 3 years, 1 month ago
  43. 26702d0 /s/boost::beast::span/std::span by Ed Tanous · 3 years, 2 months ago
  44. 0fda0f1 Update clang-format by George Liu · 3 years, 1 month ago
  45. 601c71a Improve HttpHeaders in EventService by Ed Tanous · 3 years, 4 months ago
  46. ad22fef Nullify HttpHeaders per the specification by Ed Tanous · 3 years, 3 months ago
  47. 7eeafa7 Fix event_service privileges by Abhishek Patel · 3 years, 5 months ago
  48. 28afb49 EventService: Move subscription persistent data by JunLin Chen · 3 years, 10 months ago
  49. 9d41aec Fix EventService Subscriptions URI by Ravi Teja · 3 years, 5 months ago
  50. ed39821 Automate PrivilegeRegistry to code by Ed Tanous · 3 years, 7 months ago
  51. 432a890 Remove ambiguous privileges constructor by Ed Tanous · 3 years, 6 months ago
  52. 9552547 Redfish: Fix issue of EventDestination by Chicago Duan · 3 years, 7 months ago
  53. 7e860f1 Remove Redfish Node class by John Edward Broadbent · 3 years, 9 months ago
  54. b304bd7 Added Validation on MessageId and RegistryPrefix by P Dheeraj Srujan Kumar · 4 years ago
  55. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 9 months ago
  56. 71f52d9 Fix nlohmann::json::dump calls by Ed Tanous · 3 years, 10 months ago
  57. dd28ba8 Add MutualExclusiveProperties registry by AppaRao Puli · 4 years, 4 months ago
  58. d206b43 Revert http::Request::socket() callback by Ed Tanous · 4 years, 4 months ago
  59. cb13a39 Enable unused variable warnings and resolve by Ed Tanous · 4 years, 5 months ago
  60. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 5 months ago
  61. 52cc112 Remove middlewares by Ed Tanous · 4 years, 5 months ago
  62. 144b631 Fix: MetricReportDefinitions filter not working by AppaRao Puli · 4 years, 5 months ago
  63. 5a7e877 Remove QueryString by James Feist · 4 years, 5 months ago
  64. e56f254 EventService: Add the parameter ResourceTypes to subscription by Sunitha Harish · 4 years, 5 months ago
  65. 4e0453b Codespell redfish-core spelling fixes by Gunnar Mills · 4 years, 6 months ago
  66. 07941a8 Support the $filter query params for SSE stream by Ayushi Smriti · 4 years, 7 months ago
  67. 4bbf237 EventService: Support for Server Sent Events(SSE) by AppaRao Puli · 4 years, 7 months ago
  68. fe44eb0 EventService: Add retry configuration support by Ayushi Smriti · 4 years, 7 months ago
  69. 7d1cc38 EventService: Add enable/disable support by AppaRao Puli · 4 years, 7 months ago
  70. 156d6b0 EventService: Add MetricReport support by AppaRao Puli · 4 years, 8 months ago
  71. 0b4bdd9 EventService: SubmitTestEvent initial support by AppaRao Puli · 4 years, 9 months ago
  72. b52664e EventService: Manager and subscriptions support by AppaRao Puli · 4 years, 9 months ago
  73. e5aaf04 Redfish EventService schema implementation by AppaRao Puli · 4 years, 9 months ago