summaryrefslogtreecommitdiff
path: root/redfish-core/lib/managers.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-20manager: Remove odata.contextGunnar Mills1-29/+0
2020-02-12pid: Don't delete configurationsJames Feist1-11/+5
2020-02-10Add a pid controller size limitJames Feist1-0/+33
2020-02-10PID: Don't attempt to delete unknown objectsJames Feist1-4/+25
2020-01-27Add VirtualMedia schema to RedfishPrzemyslaw Czarnowski1-0/+6
2019-10-23Minor fix: Typo correctionAppaRao Puli1-1/+1
2019-10-11Fix a bunch of warningsEd Tanous1-13/+13
2019-10-07Fix MaxConcurrentSessions property of GraphicalConsoleJae Hyun Yoo1-1/+1
2019-09-19Define MaxConcurrentSessions property for Manager.SerialConsole and Graphical...Kuiying Wang1-1/+4
2019-08-16Redfish: Add TrustStore certificate supportMarri Devender Rao1-0/+2
2019-08-03Fix Regression in PATCH on system nodeSantosh Puranik1-3/+3
2019-07-31Add SetPointOffset To RefishJames Feist1-5/+77
2019-07-27Add ManagerInChassis link in Managers/bmcJason M. Bills1-0/+2
2019-07-08Return active bmc fw versionAndrew Geissler1-43/+3
2019-06-27Health / Rollup SupportJames Feist1-0/+5
2019-06-14managers: allow starting stateJames Feist1-0/+34
2019-06-14Redfish: Added OCP mandatory propertiesJennifer Lee1-0/+8
2019-05-29Set GraphicalConsole to enabledSantosh Puranik1-4/+4
2019-05-24PID: Add fan profile supportJames Feist1-266/+596
2019-05-13Redfish: Fix managers UUID mixupEd Tanous1-2/+2
2019-05-09Redfish: Remove BMCWEB_ENABLE_REDFISH_ONE_CHASSISShawn McCarney1-5/+1
2019-05-02Redfish: Supporting ServiceRootUUID field for /redfish/v1/Managers/{ManagerId...Bernard Wong1-0/+2
2019-04-10PATCH support for DateTimeSantosh Puranik1-1/+59
2019-04-05Add SerialConsole to Manager nodeSantosh Puranik1-0/+10
2019-04-05Initial redfish logging supportAndrew Geissler1-18/+1
2019-04-03pid: fix zone string lengthJames Feist1-1/+5
2019-03-25Revert "bmcweb: Fix a bunch of warnings"Ed Tanous1-3/+3
2019-03-23bmcweb: Fix a bunch of warningsEd Tanous1-3/+3
2019-03-13Add BMCWEB_ENABLE_REDFISH_ONE_CHASSIS build optionGunnar Mills1-5/+8
2019-03-01pid: add direction to stepwiseJames Feist1-8/+33
2019-03-01s/MinThermalRpm/MinThermalOutputJames Feist1-5/+5
2019-03-01pid: fix patching with regex inputsJames Feist1-55/+88
2019-02-21bmcweb: fix compiler warningsEd Tanous1-23/+16
2019-02-20pid: Add hysteresisJames Feist1-1/+7
2019-02-19bmcweb: Implement single Redfish "system" endpointEd Tanous1-0/+6
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-18/+12
2019-01-23[redfish] Display missing field in PidControllersJames Feist1-0/+1
2019-01-15redfish: oem: add stepwise configuration SETJames Feist1-220/+324
2019-01-15redfish: oem: add stepwise configuration GETJames Feist1-48/+158
2018-12-18bmcweb: resolve issue with Manager UUID propertyEd Tanous1-3/+2
2018-12-18bmcweb: Enable redfish unpacking of complex typesEd Tanous1-22/+8
2018-12-10Remove custom version of getPtrEd Tanous1-15/+18
2018-11-26bmcweb: Redfish away from json cacheEd Tanous1-49/+39
2018-11-15Simplify Redfish error message property interfaceJason M. Bills1-5/+3
2018-11-03Managers: Actions object: Support Reset propertyJennifer Lee1-3/+104
2018-10-29bmcweb: merge conflict resolutionJason M. Bills1-114/+47
2018-10-29Add PID PatchJames Feist1-2/+536
2018-10-29Speed up managers schemaJames Feist1-0/+10
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills1-23/+11
2018-10-16Add PID Get To RedfishJames Feist1-31/+353