summaryrefslogtreecommitdiff
path: root/redfish-core/lib/sensors.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-16SensorCollection: Allow slash at endGunnar Mills1-1/+1
2020-03-14Allow unrestricted sensor override through flagjayaprakash Mutyala1-9/+9
2020-03-09Remove unused variables for setSensorsOverridejayaprakash Mutyala1-15/+9
2020-03-09Allow sensor value override in mfg mode onlyjayaprakash Mutyala1-3/+135
2020-02-20Sensors: Remove odata.contextGunnar Mills1-6/+0
2020-02-08Add Power Supply AttributesGunnar Mills1-7/+224
2019-11-19Redfish: Set the power capCarol Wang1-67/+67
2019-11-19bmcweb: Add IndicatorLED property to sensorsAnthony Wilson1-6/+321
2019-10-28Move to more modern headersEd Tanous1-2/+1
2019-10-23Minor fix: Typo correctionAppaRao Puli1-1/+1
2019-10-11Fix a bunch of warningsEd Tanous1-24/+24
2019-09-26bmcweb: Add Threshold properties to SensorsAnthony Wilson1-25/+50
2019-09-24bmcweb: Implement SensorCollectionAnthony Wilson1-108/+355
2019-08-16Redfish: Move power supplies to Power schemaShawn McCarney1-236/+511
2019-07-08Move PowerLimit to correct locationGunnar Mills1-3/+21
2019-06-28Fix initialier_list issuesEd Tanous1-2/+2
2019-06-26Fix redudancy for association changeJames Feist1-1/+1
2019-06-26Redfish: Check inventory item for sensor statusShawn McCarney1-34/+501
2019-06-19Add sensor health supportJames Feist1-1/+81
2019-06-06bmcweb: Fix sensor name identification methodRichard Marian Thomaiyar1-7/+5
2019-06-05Add basic PowerControl and PowerLimit propertiesEddie James1-3/+19
2019-05-23[Redfish] Add OCP required properties for ChassisJennifer Lee1-0/+4
2019-05-10Redfish: Make sensor names more friendlyEd Tanous1-1/+2
2019-05-09Redfish: Remove BMCWEB_ENABLE_REDFISH_ONE_CHASSISShawn McCarney1-67/+1
2019-05-09Acquire chassis sensors using the sensor association DBus itemJohnathan Mantey1-150/+293
2019-03-29update ASIO interfacesEd Tanous1-1/+8