summaryrefslogtreecommitdiff
path: root/redfish-core/lib/update_service.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-18/+18
2023-08-30Ignore Non-software-related events during UpdateMyung Bae1-3/+29
2023-08-24Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`Michael Shen1-2/+2
2023-08-17Refactor Update monitorForSoftwareAvailable functionMyung Bae1-95/+99
2023-08-14Reduce some Error log severitiesCarson Labrado1-1/+1
2023-08-03Show Update error type on logs if unknownMyung Bae1-0/+2
2023-07-20Replace logging with std::formatEd Tanous1-50/+46
2023-07-12Use openssl random number generatorEd Tanous1-3/+3
2023-06-28Rename all error_code instances to ecEd Tanous1-12/+12
2023-06-28Refactor setProperty methodGeorge Liu1-19/+16
2023-06-13Add content type check in the update serviceNinad Palsule1-15/+31
2023-06-09Fix Error log entries to WarningMyung Bae1-1/+1
2023-06-09Consistently name AsyncResp variablesEd Tanous1-5/+7
2023-05-25update service: use getCollectionMembersJohn Edward Broadbent1-39/+6
2023-05-19Capture all boost::system::error_codes by refEd Tanous1-1/+1
2023-05-19Remove redfish-post-to-old-updateserviceEd Tanous1-30/+0
2023-05-16Boost::urls::formatEd Tanous1-8/+9
2023-05-12fix more push vs emplace callsPatrick Williams1-3/+3
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-4/+3
2023-03-24UpdateService: Support for MultipartHttpPushUriGeorge Liu1-47/+167
2023-03-11Remove body member from RequestEd Tanous1-1/+1
2023-02-24Take boost error_code by referenceEd Tanous1-6/+6
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-4/+5
2023-02-16Fix some more includesEd Tanous1-0/+1
2023-02-13Fix a couple #includesEd Tanous1-0/+1
2023-01-24Refactor GetSubTree methodGeorge Liu1-21/+18
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu1-8/+9
2023-01-18Fix a boatload of #includesEd Tanous1-6/+8
2023-01-17Add check for globalsEd Tanous1-0/+4
2022-12-29Add missing const in update serviceEd Tanous1-1/+1
2022-12-13Fix for incorrect Task Progress and State valuesGayathri Leburu1-13/+10
2022-09-27Bump timeout for code update fileGunnar Mills1-1/+1
2022-09-09clang-tidy: fix misc warningsPatrick Williams1-0/+2
2022-09-09used sdbusplus::unpackPropertiesNoThrow part 8Krzysztof Grobelny1-13/+15
2022-09-06Update content of ResourceNotFound/ResourceAlreadyExists messageJiaqing Zhao1-2/+1
2022-07-25sdbusplus: use shorter type aliasesPatrick Williams1-10/+8
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-5/+5
2022-06-28Fix shadowed variable issuesEd Tanous1-4/+4
2022-06-28update_service: Refactor getSoftwareVersion into a seperate functionWilly Tu1-70/+74
2022-06-19sw_util: Rename all Firmware to Software wherever possibleWilly Tu1-5/+5
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-6/+6
2022-06-01Try to fix the lambda formatting issueEd Tanous1-668/+622
2022-05-17Fake out allow header in UpdateServiceEd Tanous1-0/+9
2022-05-17Change UpdateService POST URIEd Tanous1-1/+26
2022-05-17Move update service post to free methodEd Tanous1-23/+26
2022-05-13Remove brace initialization of json objectsEd Tanous1-60/+64
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-19/+47
2022-03-22Consitently use dbus::utility typesEd Tanous1-76/+60
2022-03-19Fix undefined property in FirmwareInventoryJiaqing Zhao1-1/+1
2022-03-07Don't rely on operator << for object loggingEd Tanous1-2/+2