summaryrefslogtreecommitdiff
path: root/redfish-core/lib/processor.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-01redfish-core: processor: Add Model, Microcode, StepBrandon Kim1-4/+36
2021-11-19Update clang-formatGeorge Liu1-64/+61
2021-10-18Define hex helper utilsEd Tanous1-1/+1
2021-07-15use non-deprecated dedup_variant_tPatrick Williams1-2/+2
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-5/+6
2021-06-23Expose Processor PPIN propertyJonathan Doman1-2/+40
2021-06-16Remove ambiguous privileges constructorEd Tanous1-5/+5
2021-06-08Processor: Add UUID propertySharad Yadav1-1/+43
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-256/+187
2021-05-15Handle Processor.AppliedOperatingConfig PATCHJonathan Doman1-0/+169
2021-04-30Redfish: Fix the health and state properties of processorChicago Duan1-34/+30
2021-04-08Using AsyncResp everywherezhanghch051-43/+37
2021-03-20Refactor Processor object lookupJonathan Doman1-56/+101
2021-02-17Add additional Redfish Processor propertiesSunnySrivastava19841-2/+73
2020-12-04Add support for Redfish OperatingConfig resourcesJonathan Doman1-2/+448