summaryrefslogtreecommitdiff
path: root/redfish-core/lib/systems.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Fix No Total Memory Size IssueCheng C Yang1-19/+38
2019-11-27Storage: Add Storage ControllerJames Feist1-2/+3
2019-11-18Fix for IndicatorLED if blinking object not foundAppaRao Puli1-58/+57
2019-11-14IndicatorLED get and set supportAppaRao Puli1-104/+111
2019-11-04Add Storage Health & Update Systems HealthJames Feist1-2/+3
2019-10-31Redfish: Fix System IndicatorLEDCarol Wang1-65/+2
2019-10-30Added OemComputerSystems and properties for provisioningAppaRao Puli1-0/+71
2019-10-29Update to Chassis 1.10 and add PCIeDeviceCollection supportJason M. Bills1-1/+1
2019-10-25Support PATCH for HostWatchDogTimer in redfishYong Li1-1/+113
2019-10-25Add HostWatchdogTimer attribute in redfishYong Li1-0/+101
2019-10-24Add Health to Memory and Processor SummaryJames Feist1-3/+17
2019-10-24Add Storage SchemaNikhil Potade1-0/+2
2019-10-17Systems: Add space in Debug tracesGunnar Mills1-11/+11
2019-10-03Revert "Add Storage Schema for NVMe on Redfish"Ed Tanous1-2/+0
2019-10-01Add Storage Schema for NVMe on RedfishNikhil Potade1-0/+2
2019-09-05Redfish: Permit Usb and CD boot overridesJohnathan Mantey1-151/+87
2019-08-30Redfish: Prevent IndicatorLED PATCH from breaking Boot PATCHJohnathan Mantey1-10/+8
2019-08-09Fix "MemorySummary" status: Disabled on IBM systemsAlpana Kumari1-22/+95
2019-08-03Fix Regression in PATCH on system nodeSantosh Puranik1-3/+4
2019-07-19Fix Error on Missing interfaceJames Feist1-1/+1
2019-07-18Fix ProcessorSummary Count and StatusAlpana Kumari1-24/+170
2019-07-11Add Redfish PCIe informationJason M. Bills1-0/+2
2019-07-09bmcweb implementation of NMI (soft reset) control codeLakshminarayana R. Kammath1-1/+31
2019-06-27Health / Rollup SupportJames Feist1-0/+24
2019-06-25Systems: Add AssetTag SupportJames Feist1-3/+27
2019-06-20Remove pulling BiosID for the system schemaEd Tanous1-21/+0
2019-06-14Redfish: Added OCP mandatory propertiesJennifer Lee1-14/+46
2019-06-12Update supported ResetTypes and actionsJason M. Bills1-45/+79
2019-05-30Fix DBUS Name For BootSource CdSantosh Puranik1-2/+2
2019-05-30[Redfish] Fixed PATCH behavior of IndicatorLED in ComputerSystemJennifer Lee1-6/+3
2019-05-10[Redfish] Fix incorrect mapping of dbus and Redfish API strings for BootSourceJennifer Lee1-2/+11
2019-05-09Redfish: Remove BMCWEB_ENABLE_REDFISH_ONE_CHASSISShawn McCarney1-5/+0
2019-04-05fw-inventory: Provide BiosVersion in system objAndrew Geissler1-13/+5
2019-03-13Add BMCWEB_ENABLE_REDFISH_ONE_CHASSIS build optionGunnar Mills1-0/+5
2019-03-12Fix IndicatorLED "Blinking" valueGunnar Mills1-3/+2
2019-03-11Support for boot propertiesSantosh Puranik1-14/+526
2019-03-05Redfish remove buildDate property from systembeccabroek1-8/+15
2019-02-22Fixes in System schema PATCH handlingSantosh Puranik1-5/+3
2019-02-19bmcweb: Implement single Redfish "system" endpointEd Tanous1-285/+205
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-15/+11
2019-01-10Fix host state checking logicAndrew Geissler1-1/+1
2019-01-07bmcweb: Update schema versions to latestRapkiewicz, Pawel1-1/+1
2018-12-11bmcweb: Move boost::optional to std::optionalEd Tanous1-1/+1
2018-12-10Remove custom version of getPtrEd Tanous1-18/+24
2018-11-26bmcweb: Redfish away from json cacheEd Tanous1-33/+28
2018-11-16Change the BMC LogService to only display from the message registryJason M. Bills1-0/+3
2018-11-15Simplify Redfish error message property interfaceJason M. Bills1-2/+2
2018-11-03Initial implementation of processors and memory schemaRapkiewicz, Pawel1-0/+4
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills1-45/+21
2018-10-22Implement a new way of unpacking json to structsEd Tanous1-204/+144