summaryrefslogtreecommitdiff
path: root/redfish-core/lib/processor.hpp
AgeCommit message (Expand)AuthorFilesLines
12 daysAllow 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
2022-05-25Remove messages::operationFailed from processorEd Tanous1-7/+0
2022-05-13Remove brace initialization of json objectsEd Tanous1-8/+16
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-17/+38
2022-03-22Consitently use dbus::utility typesEd Tanous1-6/+4
2022-03-14Detemplateify intToHexStringEd Tanous1-5/+5
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-3/+3
2022-02-11Add readability-redundant-* checksEd Tanous1-5/+5
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-2/+0
2022-01-18bmcweb: Add/Move common typedefs to dbus utilityShantappa Teekappanavar1-15/+8
2022-01-10Enforce const correctnessEd Tanous1-3/+3
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-3/+3
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-61/+37
2021-12-28Move to common variantEd Tanous1-25/+17