summaryrefslogtreecommitdiff
path: root/redfish-core/lib/power.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Clean up power/thermal to use readJsonObjectEd Tanous1-17/+9
2024-03-18Clean up power schemaEd Tanous1-279/+291
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-3/+3
2023-07-20Replace logging with std::formatEd Tanous1-12/+12
2023-06-28Rename all error_code instances to ecEd Tanous1-3/+3
2023-06-28Refactor setProperty methodGeorge Liu1-7/+5
2023-05-12fix more push vs emplace callsPatrick Williams1-1/+1
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-3/+2
2023-03-09Move logging level to WARNING for 404Gunnar Mills1-2/+2
2023-02-24Take boost error_code by referenceEd Tanous1-3/+3
2023-02-02Fix some warnings by cppcheckGeorge Liu1-4/+2
2023-01-18Fix a boatload of #includesEd Tanous1-3/+3
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-16/+15
2022-12-21Change variable scopesEd Tanous1-4/+6
2022-09-09used sdbusplus::unpackPropertiesNoThrow part 8Krzysztof Grobelny1-4/+5
2022-07-22Refactor getValidChassisPathZhenwei Chen1-1/+4
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-2/+2
2022-06-01Try to fix the lambda formatting issueEd Tanous1-219/+207
2022-05-13Remove brace initialization of json objectsEd Tanous1-7/+10
2022-04-27Simplify sensor path lookupsEd Tanous1-4/+2
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-7/+16
2022-03-22Consitently use dbus::utility typesEd Tanous1-5/+4
2022-03-12Enable readability checksEd Tanous1-6/+4
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-3/+3
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-10/+11
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-51/+40
2021-12-28Move to common variantEd Tanous1-78/+81
2021-11-19Update clang-formatGeorge Liu1-83/+80
2021-07-13Make code compile with clang-13Ed Tanous1-1/+1
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-2/+3
2021-06-16Remove ambiguous privileges constructorEd Tanous1-2/+2
2021-06-04Remove checkAndDoSensorsOverride functionBruce Lee1-1/+1
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-224/+209
2021-04-08Using AsyncResp everywherezhanghch051-99/+105
2021-03-29Sync ReadingUnit with Redfish Sensor SchemaWludzik, Jozef1-2/+2
2020-10-23Turn on ALL perf checksEd Tanous1-2/+2
2020-10-15Lots of performance improvementsEd Tanous1-1/+1
2020-09-29Fix naming conventionsEd Tanous1-2/+2
2020-08-17Enable unused variable warnings and resolveEd Tanous1-1/+1
2020-08-17Enable clang warningsEd Tanous1-3/+3
2020-08-17Remove middlewaresEd Tanous1-1/+1
2020-06-26Enable retrieving mapping of Redfish URI to D-Bus sensor pathAdrian Ambrożewicz1-5/+5
2020-05-14sdbusplus: replace message::variant with std::variantPatrick Williams1-1/+1
2020-05-14sdbusplus: remove deprecated variant_nsPatrick Williams1-14/+6
2020-03-29Sensor override allow only by Admin priv userjayaprakash Mutyala1-1/+1
2020-03-19[Redfish] Making LimitException OCP CompliantJoshi-Mansi1-0/+5
2020-03-17Fix: Add Item.Board while querying the chassisAppaRao Puli1-1/+2
2020-03-09Remove unused variables for setSensorsOverridejayaprakash Mutyala1-2/+1
2020-03-09Allow sensor value override in mfg mode onlyjayaprakash Mutyala1-1/+2
2019-11-19Redfish: Set the power capCarol Wang1-1/+135