summaryrefslogtreecommitdiff
path: root/redfish-core/lib/task.hpp
AgeCommit message (Expand)AuthorFilesLines
9 daysAdd check to omit `DateTime` from etag calculationCorey Ethington1-0/+3
2025-06-24Task: Fix missing properties in task monitorChinmay Shripad Hegde1-0/+21
2025-06-04Remove implicit conversionsEd Tanous1-1/+1
2025-03-20Enhance Task removal when queue is fullRohit PAI1-4/+22
2025-01-31Fix includesEd Tanous1-2/+25
2025-01-20Use SPDX identifiersEd Tanous1-15/+3
2024-12-20Fix clang-tidyEd Tanous1-2/+2
2024-09-11Remove duplicated block commentsEd Tanous1-13/+13
2024-08-17clang-format: re-format for clang-18Patrick Williams1-180/+195
2024-08-02Consistently use generated enumerationsEd Tanous1-2/+5
2024-07-25Fix Task Monitor URIEd Tanous1-5/+9
2024-07-25Task json dump whitespaceEd Tanous1-1/+1
2024-07-25Simplify task service codeEd Tanous1-27/+15
2024-04-04Remove redfish-health-populateGunnar Mills1-7/+0
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