summaryrefslogtreecommitdiff
path: root/redfish-core/lib/sensors.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-04-27Simplify sensor path lookupsEd Tanous1-37/+48
2022-04-25Sensors: Add humidity hierarchyGunnar Mills1-1/+7
2022-04-11sensor collection: implement efficient expand handlerNan Zhou1-30/+94
2022-04-08sensors: move callback from lambda to inline functions with bind_frontNan Zhou1-37/+36
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-47/+59
2022-03-22Consitently use dbus::utility typesEd Tanous1-117/+118
2022-03-12Enable readability checksEd Tanous1-5/+5
2022-03-01Change the completionhandler to accept ResNan Zhou1-3/+2
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-2/+2
2022-02-11Add readability-redundant-* checksEd Tanous1-10/+6
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-15/+17
2022-01-28Enable readability-container-size-empty testsEd Tanous1-4/+4
2022-01-12Fix regresssion in nameEd Tanous1-1/+1
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2022-01-12Enable init checkerEd Tanous1-2/+2
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-14/+23
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-199/+168
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-103/+54
2021-12-28Move to common variantEd Tanous1-64/+65
2021-12-15Fix - RedFish response for non-manufacturing modeJayaprakash Mutyala1-50/+56
2021-11-19Update clang-formatGeorge Liu1-2/+1
2021-11-16Revert "Change the completionhandler to accept Res"Gunnar Mills1-2/+3
2021-11-16Change the completionhandler to accept Reszhanghch051-3/+2
2021-11-10redfish:sensors: change verbose error trace to debugAndrew Geissler1-1/+1
2021-10-29Revert "Use AsyncResp in retrieveUriToDbusMap"Krzysztof Grobelny1-5/+6
2021-10-27Use AsyncResp in retrieveUriToDbusMapzhanghch051-6/+5
2021-08-20Move sensor collection to all sensorsGeorge Liu1-0/+8
2021-07-28Add support for System Airflow sensorBasheer Ahmed Muddebihal1-0/+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-130/+0
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-162/+126
2021-04-20fixed crash in getChassisDataKrzysztof Grobelny1-4/+5
2021-04-08Using AsyncResp everywherezhanghch051-84/+100
2021-03-29Sync ReadingUnit with Redfish Sensor SchemaWludzik, Jozef1-11/+104
2021-02-24Fix the build on clang-11Ed Tanous1-1/+1
2021-02-23clang-format-11: reformatPatrick Williams1-4/+4
2021-02-17Replace rfind method in sensors.hppGeorge Liu1-34/+34
2020-12-18Fix .clang-tidyEd Tanous1-75/+75
2020-10-23Turn on ALL perf checksEd Tanous1-11/+11
2020-10-15Lots of performance improvementsEd Tanous1-48/+51
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-3/+1
2020-08-17Enable unused variable warnings and resolveEd Tanous1-4/+4
2020-08-17Enable clang warningsEd Tanous1-26/+27
2020-08-17Remove middlewaresEd Tanous1-2/+2
2020-07-09Fix -1 issue when fan collection size is 0.Kuiying Wang1-2/+5
2020-06-26Enable retrieving mapping of Redfish URI to D-Bus sensor pathAdrian Ambrożewicz1-35/+170
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-3/+3
2020-06-08Add 'utilization' sensor to 'Sensors' pageAdrian Ambrożewicz1-1/+6
2020-05-14sdbusplus: replace message::variant with std::variantPatrick Williams1-2/+1