summaryrefslogtreecommitdiff
path: root/redfish-core/lib/update_service.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-14Task: Use TaskEvent messagesJames Feist1-3/+5
2020-03-17Task: Add payload supportJames Feist1-7/+9
2020-03-12task: add fwupdate supportJames Feist1-1/+71
2020-02-27SoftwareInventory: Implement Bios Related ItemGunnar Mills1-6/+4
2020-02-20Update service: Remove odata.contextGunnar Mills1-7/+0
2020-02-03Add support to fetch the 'Updateable' componentsAppaRao Puli1-1/+3
2020-01-07only return fw images in FirmwareInventoryAndrew Geissler1-2/+6
2019-12-12Redfish: Support health status of firmware inventory objectsCarol Wang1-1/+0
2019-12-04Redfish: ApplyTime property GET and PATCH supportJayashankar Padath1-33/+96
2019-12-02Add "Retry-After" header for temporarily unavailable messagesJason M. Bills1-1/+0
2019-10-11Fix a bunch of warningsEd Tanous1-10/+7
2019-10-10SoftwareInventory: Catch more interfacesJames Feist1-4/+2
2019-10-08update_service: s/update/imageJames Feist1-2/+2
2019-09-23Fix: Only return error info in invalid URI caseAyushi Smriti1-8/+8
2019-07-03Return error on invalid swIdAndrew Geissler1-0/+11
2019-07-02fwstatus: Enhance state of firmware inventoryAndrew Geissler1-53/+10
2019-06-26simpleupdate: Basic support of SimpleUpdateAndrew Geissler1-11/+172
2019-06-14Redfish: ApplyTime property patch supportJayashankar Padath1-0/+53
2019-05-09simpleupdate: Move code around for future re-useAndrew Geissler1-140/+143
2019-04-11fw-update: Support host image updateAndrew Geissler1-50/+92
2019-04-11fw-inventory: Add RelatedItem to inventoryAndrew Geissler1-0/+27
2019-03-30fw-inventory: description of FirmwareInventory objAndrew Geissler1-0/+21
2019-02-21bmcweb: fix compiler warningsEd Tanous1-1/+0
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-9/+6
2018-12-10Remove custom version of getPtrEd Tanous1-4/+6
2018-11-26bmcweb: Redfish away from json cacheEd Tanous1-33/+29
2018-11-01bmcweb: fix a possible buffer overflow issueEd Tanous1-4/+3
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills1-35/+19
2018-10-16Redfish: Fixed incorrect firmware ID stringsJennifer Lee1-40/+54
2018-10-08Last round of variable renamesEd Tanous1-25/+24
2018-09-05Move to clang-format-6.0Ed Tanous1-351/+420
2018-08-15Cleanups to update service schemaEd Tanous1-224/+137
2018-08-15Implement POST for redfish UpdateServiceJennifer Lee1-92/+269
2018-07-27Move over to upstream c++ styleEd Tanous1-37/+37
2018-06-29Fixed the Software Inventory schema Object Mapper callsJennifer Lee1-128/+145
2018-06-29Added UpdateService to RedfishJennifer Lee1-0/+289