summaryrefslogtreecommitdiff
path: root/redfish-core/lib/health.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Take boost error_code by referenceEd Tanous1-1/+1
2023-01-18Fix a boatload of #includesEd Tanous1-2/+2
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-9/+9
2022-12-21Change variable scopesEd Tanous1-1/+1
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-11/+10
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-2/+4
2022-06-27health: remove boost container headerNan Zhou1-1/+0
2022-06-01Try to fix the lambda formatting issueEd Tanous1-20/+19
2022-05-26health: take json_ptr instead of reference when filling statusNan Zhou1-4/+12
2022-03-22Consitently use dbus::utility typesEd Tanous1-1/+1
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2022-01-12Fix seg fault in healthEd Tanous1-4/+4
2022-01-10Enforce const correctnessEd Tanous1-5/+6
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-32/+34
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-0/+1
2021-07-29HealthPopulate: Fix imprecise matchingKarol Wojciechowski1-2/+9
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-0/+1
2021-04-08Using AsyncResp everywherezhanghch051-3/+3
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-2/+2
2020-08-17Enable clang warningsEd Tanous1-8/+8
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-18/+17
2020-06-10Memory: add health supportJames Feist1-1/+17
2019-11-25Health: Allow populate to only be called onceJames Feist1-0/+6
2019-10-24Add Health to Memory and Processor SummaryJames Feist1-4/+25
2019-10-11Fix a bunch of warningsEd Tanous1-2/+1
2019-06-27Health / Rollup SupportJames Feist1-0/+194