1. 8ebc91f Fix readJson to allow null as a complex type by Ed Tanous · 5 years ago
  2. ee344e0 cleanup: Move a pointer to a reference by Ed Tanous · 5 years ago
  3. bc48a17 Add messages for power supply and system power good failures by Jason M. Bills · 5 years ago
  4. fb7579e Add Service Failure to registry by James Feist · 5 years ago
  5. a8169ef Fix an Intel copyright that was missed in CR by Ed Tanous · 5 years ago
  6. cfcd5f6 Redfish: Add TrustStore certificate support by Marri Devender Rao · 6 years ago
  7. 3021581 Redfish: GenerateCSR action for HTTPS certificate by Marri Devender Rao · 6 years ago
  8. b76f9ca Register redfish log by Chen,Yugang · 5 years ago
  9. 41352c2 Fix Regression in PATCH on system node by Santosh Puranik · 6 years ago
  10. 897967d Add support to request a single Journal Event Log Entry by Jason M. Bills · 5 years ago
  11. dd118a2 Add power restore policy applied message by Jason M. Bills · 6 years ago
  12. 93a2b2f Add message entry for IPMI watchdog event by Yong Li · 6 years ago
  13. 646438f Change Name of PSU Event Log by Cheng C Yang · 6 years ago
  14. 6f35956 Redfish(Authorization): Map the user role with the Redfish privileges by Ratan Gupta · 6 years ago
  15. f5c9f8b Add Redfish PCIe information by Jason M. Bills · 6 years ago
  16. 2706260 bmcweb: Clear up event log entry class names by Anthony Wilson · 6 years ago
  17. 08a4e4b redfish: Give DBus event logging its own classes by Anthony Wilson · 6 years ago
  18. 37cce91 Redfish: Add support to upload/replace/view LDAP Certificate by Marri Devender Rao · 6 years ago
  19. e0dd805 fwstatus: Enhance state of firmware inventory by Andrew Geissler · 6 years ago
  20. 0554c98 simpleupdate: Basic support of SimpleUpdate by Andrew Geissler · 6 years ago
  21. 14c8aee Fix errors introduced in Message Registries by Ed Tanous · 6 years ago
  22. 5968cae Redfish: Add certificate service to manage HTTPS certificates by Marri Devender Rao · 6 years ago
  23. d62cec7 Add inventory added and removed to registry by James Feist · 6 years ago
  24. 57bff08 Update fan added / removed to use string by James Feist · 6 years ago
  25. 489640c Add ClearLog support for the Redfish Event Log Service by Jason M. Bills · 6 years ago
  26. fbe8378 Remove the static OpenBMC Message Registry file by Jason M. Bills · 6 years ago
  27. 351d306 Parse Message Registry header info from the file by Jason M. Bills · 6 years ago
  28. 70304cb Remove the static Base Message Registry file by Jason M. Bills · 6 years ago
  29. 7bffdb7 Redfish: Supporting ServiceRootUUID field for /redfish/v1/Managers/{ManagerId}schema by Bernard Wong · 6 years ago
  30. 424c417 Change application and interface names to Crashdump by Jason M. Bills · 6 years ago
  31. 48e4639 Change the name from Immediate to On-Demand for CPU Log by Jason M. Bills · 6 years ago
  32. cb7e1e7 fw-inventory: Provide BiosVersion in system obj by Andrew Geissler · 6 years ago
  33. cb92c03 Initial redfish logging support by Andrew Geissler · 6 years ago
  34. f00032d Allow multiple registrations by Tanous · 6 years ago
  35. b01bf29 Revert "bmcweb: Fix a bunch of warnings" by Ed Tanous · 6 years ago
  36. 6ea007a bmcweb: Fix a bunch of warnings by Ed Tanous · 6 years ago
  37. 770841b Move some include headers to a less specific folder by Ed Tanous · 6 years ago
  38. 8102ddb Redfish: Adding bool support in readJson by AppaRao Puli · 6 years ago
  39. a6acbb3 jsonRead: Add floating point support by James Feist · 6 years ago
  40. 318226c json_utils: readJson add array support by James Feist · 6 years ago
  41. 0627a2c bmcweb: Enable redfish unpacking of complex types by Ed Tanous · 6 years ago
  42. a24526d bmcweb: Move boost::optional to std::optional by Ed Tanous · 6 years ago
  43. 0f74e64 bmcweb: Redfish away from json cache by Ed Tanous · 6 years ago
  44. b155642 Move Redfish PECI to the new json interface by Ed Tanous · 6 years ago
  45. 771cfa0 Add automatic range-checking and type-casting for readJson by Jason M. Bills · 6 years ago
  46. c4bf637 Change the BMC LogService to only display from the message registry by Jason M. Bills · 6 years ago
  47. a08b46c Simplify Redfish error message property interface by Jason M. Bills · 6 years ago
  48. c70f153 Add VlanInterface patch back by Ed Tanous · 6 years ago
  49. 443c293 Initial implementation of processors and memory schema by Rapkiewicz, Pawel · 6 years ago
  50. ed5befb Managers: Actions object: Support Reset property by Jennifer Lee · 6 years ago
  51. cc9139e Update Redfish to Base.1.4.0 message registry by Jason M. Bills · 6 years ago
  52. 66ac2b8 Update formatting of error string literals and message descriptions by Jason M. Bills · 6 years ago
  53. a282ac4 Fix a bug in optional json parsing by Ed Tanous · 6 years ago
  54. 2474adf Chassis: Power: Support get PowerSupply and Voltages sensors information. by Ed Tanous · 6 years ago
  55. f12894f Improve the Redfish error reporting interface by Jason M. Bills · 6 years ago
  56. 9712f8a Implement a new way of unpacking json to structs by Ed Tanous · 6 years ago
  57. e1f2634 Add a BMC LogService by Jason M. Bills · 6 years ago
  58. 1da66f7 Implement redfish LogService by Ed Tanous · 6 years ago
  59. b9b2e0b Move AccountService to node structure by Ed Tanous · 6 years ago
  60. cc340dd Implement Computer System reset action by Ed Tanous · 6 years ago
  61. a0803ef Generalize the "Async Response" pattern by Ed Tanous · 6 years ago
  62. 1abe55e Move to clang-format-6.0 by Ed Tanous · 6 years ago
  63. 8ceb2ec Clang-format cleanup by Ed Tanous · 6 years ago
  64. a434f2b Fix merge conflict by Ed Tanous · 6 years ago
  65. 55c7b7a Move over to upstream c++ style by Ed Tanous · 7 years ago
  66. 74b3f92 Make doGet implementations optional by Ed Tanous · 6 years ago
  67. aeff072 Remove some critical debug prints by Ed Tanous · 7 years ago
  68. c5b2abe Introduce ComputerSystem schema by Lewanczyk, Dawid · 7 years ago
  69. 588c3f0 Implemented PATCH for EthernetInterface VLAN and HostName fields by Kowalski, Kamil · 7 years ago
  70. 729dae7 Added UpdateService to Redfish by Jennifer Lee · 7 years ago
  71. e0d918b Boost beast by Ed Tanous · 7 years ago
  72. 77dd881 Added JSON utilities to allow easy exception-less usage of nlohmann JSON. by Kowalski, Kamil · 7 years ago
  73. 08777fb Introduce Thermal schema by Lewanczyk, Dawid · 7 years ago
  74. f4c4dcf Introduce Redfish Error messages definitions by Kowalski, Kamil · 7 years ago
  75. 9391bb9 Enabling Ethernet Interfaces, and Ethernet Interfaces Collection Schemas by Rapkiewicz, Pawel · 7 years ago
  76. e37f845 Adding Chassis and ChassisCollection Schemas to Redfish by Rapkiewicz, Pawel · 7 years ago
  77. cbbfa96 Make getUrl not copy by Ed Tanous · 7 years ago
  78. a692779 Merge OEM and Base privileges bitsets into a single bitset by Ed Tanous · 7 years ago
  79. 3ebd75f Make a few changes to privileges commit by Ed Tanous · 7 years ago
  80. 9c310685 Redfish Manager and ManagerCollection by Borawski.Lukasz · 7 years ago
  81. 5d27b85 Redfish SessionService by Borawski.Lukasz · 7 years ago
  82. 7014156 Redfish NetworkProtocol by Borawski.Lukasz · 7 years ago
  83. c1a46bd Improved Refish subroutes by Borawski.Lukasz · 7 years ago
  84. 43a095a Privilege implementation change by Borawski.Lukasz · 7 years ago
  85. 88d16c9 AccountService by Lewanczyk, Dawid · 7 years ago
  86. aecb47a Redfish privileges by Borawski.Lukasz · 7 years ago
  87. 4e49bd4 Roles by Lewanczyk, Dawid · 7 years ago
  88. 2b7981f Session and SessionCollection by Kowalski, Kamil · 7 years ago
  89. b6df6dc Service Root by Borawski.Lukasz · 7 years ago
  90. 86e1b66 Node abstraction layer by Borawski.Lukasz · 7 years ago