summaryrefslogtreecommitdiff
path: root/redfish-core/lib/sensors.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-01Bring consistency to config optionsEd Tanous1-15/+24
2024-04-07Fix moves/forwardEd Tanous1-16/+17
2024-04-01Use no-switch-default on clangEd Tanous1-1/+1
2024-03-28Create Redfish specific setProperty callEd Tanous1-30/+11
2024-03-21Clean up power/thermal to use readJsonObjectEd Tanous1-4/+4
2024-03-11fix usage of std::ranges::replace_copyAlexander Hansen1-0/+2
2024-02-07Add StandbyOffline to Redfish sensor getStateMatt Simmering1-5/+28
2024-01-19Remove some boost includesEd Tanous1-11/+23
2024-01-09Fix spelling mistakesEd Tanous1-2/+2
2023-11-06Make callback a template to avoid memory leakEd Tanous1-2/+4
2023-11-06Remove use after free in error handling pathEd Tanous1-1/+2
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-22/+22
2023-08-24Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`Michael Shen1-2/+2
2023-08-21Use rangesEd Tanous1-22/+22
2023-08-11Add negation to logicAnjaliintel-211-1/+1
2023-07-25Fix unable to find sensor objectBan Feng1-1/+5
2023-07-20Replace logging with std::formatEd Tanous1-145/+142
2023-07-11Add contains type tidy checkEd Tanous1-1/+1
2023-06-28Rename all error_code instances to ecEd Tanous1-7/+7
2023-06-28Refactor setProperty methodGeorge Liu1-5/+5
2023-06-20Refactor getManagedObjects methodGeorge Liu1-28/+19
2023-06-09Fix Error log entries to WarningMyung Bae1-1/+1
2023-06-09Consistently name AsyncResp variablesEd Tanous1-11/+11
2023-06-01Fix NotFound Sensors to report as 404Myung Bae1-2/+8
2023-05-26Don't push non finite numbers to RedfishEd Tanous1-0/+14
2023-05-16Boost::urls::formatEd Tanous1-21/+23
2023-05-12fix more push vs emplace callsPatrick Williams1-5/+5
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-11/+10
2023-05-04bugfix: find existing powersupply for power sensorAlexander Hansen1-1/+2
2023-03-23Refactor getAssociationEndPoints methodGeorge Liu1-16/+10
2023-03-13Fix `MemberId` value error causes Validator to failGeorge Liu1-5/+3
2023-02-24Take boost error_code by referenceEd Tanous1-8/+8
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-19/+27
2023-02-17Implement alternative to on boost::splitEd Tanous1-3/+4
2023-01-24Refactor GetSubTree methodGeorge Liu1-51/+35
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu1-8/+5
2023-01-18Fix a boatload of #includesEd Tanous1-8/+7
2023-01-17Add check for globalsEd Tanous1-13/+15
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-11/+10
2023-01-03Fix sensor overrideEd Tanous1-16/+32
2022-12-21Change variable scopesEd Tanous1-2/+1
2022-12-09Make inventory get inventory pathsEd Tanous1-1/+1
2022-12-09Add Accuracy property to sensorsGeorge Liu1-0/+2
2022-12-09Remove ObjectManager search code in sensorsEd Tanous1-152/+34
2022-12-08Generate Redfish enums from schemasEd Tanous1-14/+16
2022-10-06Remove support for scaling parameter sensorsEd Tanous1-36/+4
2022-09-17Fix regression on expand handlingEd Tanous1-5/+16
2022-09-02used sdbusplus::unpackPropertiesNoThrow part 6Krzysztof Grobelny1-40/+35
2022-08-29Sensor optimizationEd Tanous1-86/+110
2022-08-29Refactor functions in sensorsEd Tanous1-61/+66