summaryrefslogtreecommitdiff
path: root/redfish-core/lib/task.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-7/+7
2023-08-21Use rangesEd Tanous1-6/+7
2023-07-20Replace logging with std::formatEd Tanous1-1/+1
2023-05-31health: Add option to disable health-populateWilly Tu1-2/+6
2023-05-26Set HidePayload on Task when payload is nullArun Thomas Baby1-0/+3
2023-05-16Boost::urls::formatEd Tanous1-5/+6
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-03-11Make url by value in RequestEd Tanous1-1/+1
2023-03-11Remove fields member from RequestEd Tanous1-1/+1
2023-02-24Pass string views by valueEd Tanous1-1/+1
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-4/+5
2023-02-17Add option for validating content-type headerEd Tanous1-4/+5
2023-02-16Fix some more includesEd Tanous1-0/+1
2023-01-18Fix a boatload of #includesEd Tanous1-5/+9
2023-01-17Add check for globalsEd Tanous1-0/+1
2022-09-12Remove nlohmann brace initializationEd Tanous1-3/+4
2022-09-06Update content of ResourceNotFound/ResourceAlreadyExists messageJiaqing Zhao1-3/+3
2022-08-16task payload, initialize jsonValue in constructorEd Tanous1-3/+2
2022-08-15Move time utils to be in one placeEd Tanous1-3/+3
2022-07-25sdbusplus: use shorter type aliasesPatrick Williams1-13/+12
2022-07-12Fix const correctness issuesEd Tanous1-2/+2
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-1/+1
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-4/+4
2022-06-01Try to fix the lambda formatting issueEd Tanous1-183/+169
2022-05-13Remove brace initialization of json objectsEd Tanous1-15/+19
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-10/+27
2022-03-22Consitently use dbus::utility typesEd Tanous1-1/+1
2022-03-09Enable 3 member function checksEd Tanous1-1/+1
2021-12-11fix the year 2038 problem in getDateTimeNan Zhou1-2/+2
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-4/+5
2021-06-30Add DateTime & Offset in Managers & LogServicesTejas Patil1-1/+1
2021-06-16Remove ambiguous privileges constructorEd Tanous1-4/+4
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-205/+152
2021-04-08Using AsyncResp everywherezhanghch051-10/+11
2021-02-19Fix nlohmann::json::dump callsEd Tanous1-1/+3
2021-01-04Implement PercentComplete for code updateGeorge Liu1-0/+2
2020-10-07Remove adl_serializer uses for jsonEd Tanous1-9/+6
2020-10-06Fix includesEd Tanous1-1/+2
2020-10-01Remove redundant void in taskEd Tanous1-2/+3
2020-08-20EventService : Send event for the Task LifecycleSunitha Harish1-2/+79
2020-08-17Enable unused variable warnings and resolveEd Tanous1-6/+6
2020-08-17Enable clang warningsEd Tanous1-4/+4
2020-08-17Remove middlewaresEd Tanous1-4/+4
2020-07-10Codespell redfish-core spelling fixesGunnar Mills1-1/+1
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-47/+46
2020-05-28FW Update: Task: Update messagesJames Feist1-21/+31
2020-05-14Task: Use TaskEvent messagesJames Feist1-1/+4
2020-05-06bmcweb: Replace deprecated boost callZhenfei Tai1-1/+3
2020-04-16Redfish: Allow slash at the end of ResourceGunnar Mills1-4/+4
2020-03-17Task: Add payload supportJames Feist1-0/+57