summaryrefslogtreecommitdiff
path: root/redfish-core/lib/processor.hpp
AgeCommit message (Expand)AuthorFilesLines
2025-08-26Fix includesEd Tanous1-1/+0
2025-08-14Processor: add support for Ampere CPUsRebecca Cran1-0/+5
2025-06-06Implement LocationIndicatorActive for CPU resourceGeorge Liu1-128/+163
2025-02-04clang-format: update latest spec and reformatPatrick Williams1-11/+11
2025-01-31Fix includesEd Tanous1-4/+19
2025-01-20Use SPDX identifiersEd Tanous1-15/+3
2024-12-17Move getProperty calls to utilityEd Tanous1-24/+20
2024-10-30Remove 2nd incorrect TotalCoresGunnar Mills1-36/+0
2024-10-14Format readjsonMyung Bae1-2/+3
2024-09-11Remove duplicated block commentsEd Tanous1-13/+13
2024-08-17clang-format: re-format for clang-18Patrick Williams1-590/+605
2024-08-02Consistently use generated enumerationsEd Tanous1-6/+11
2024-06-27Pass redfishPropertyName earlier argumentGinu George1-2/+2
2024-05-21Allow configuring "bmc" and "system"Ed Tanous1-20/+25
2024-05-01Bring consistency to config optionsEd Tanous1-5/+5
2024-04-15Move to Redfish setProperty callAsmitha Karunanithi1-68/+5
2024-04-11Remove logically dead codeEd Tanous1-6/+0
2024-04-04Remove redfish-health-populateGunnar Mills1-1/+0
2024-03-21Clean up processor to use readJsonEd Tanous1-11/+6
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-21/+20
2023-09-28Refactor getCollectionMembersLakshmi Yadlapati1-2/+2
2023-08-24Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`Michael Shen1-1/+1
2023-08-21Use rangesEd Tanous1-7/+7
2023-07-20Replace logging with std::formatEd Tanous1-31/+28
2023-06-28Refactor setProperty methodGeorge Liu1-5/+5
2023-06-21Add an option flag for multi-computersystemEd Tanous1-5/+57
2023-06-20Refactor getManagedObjects methodGeorge Liu1-4/+4
2023-06-09Consistently name AsyncResp variablesEd Tanous1-130/+134
2023-05-25Processor: Add processor throttle statusChris Cain1-3/+103
2023-05-16Boost::urls::formatEd Tanous1-17/+18
2023-05-12fix more push vs emplace callsPatrick Williams1-2/+2
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-1/+0
2023-03-11Make url by value in RequestEd Tanous1-3/+7
2023-02-28processor: Change `Step` default value to USHRT_MAXMichael Shen1-1/+2
2023-02-24Take boost error_code by referenceEd Tanous1-12/+12
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-8/+8
2023-01-24Refactor GetSubTree methodGeorge Liu1-26/+21
2023-01-18Fix a boatload of #includesEd Tanous1-6/+6
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-15/+16
2022-12-21Change variable scopesEd Tanous1-1/+1
2022-11-14Processor: Implement links and HEADNikhil Namjoshi1-0/+45
2022-11-02Update CollectionMembers to use UrlFromPiecesWilly Tu1-3/+5
2022-10-04Make routes start matching RedfishEd Tanous1-4/+28
2022-09-16processor: Don't display DBus defaultsBrad Bishop1-8/+17
2022-08-09used sdbusplus::unpackPropertiesNoThrow part 1Krzysztof Grobelny1-255/+229
2022-07-25sdbusplus: use shorter type aliasesPatrick Williams1-2/+2
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-6/+5
2022-06-28Fix shadowed variable issuesEd Tanous1-16/+11
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-5/+5
2022-06-01Try to fix the lambda formatting issueEd Tanous1-514/+500