summaryrefslogtreecommitdiff
path: root/redfish-core/lib/managers.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-31health: Add option to disable health-populateWilly Tu1-3/+8
2023-05-24Add check for "quiesced" bmc manager stateEd Tanous1-25/+42
2023-05-19Clear json objectEd Tanous1-1/+0
2023-05-16Boost::urls::formatEd Tanous1-21/+19
2023-05-12fix more push vs emplace callsPatrick Williams1-2/+2
2023-05-12use emplace where appropriate per clang-tidyPatrick Williams1-5/+5
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-14/+4
2023-05-10managers: fix bug of searching dbus object pathPotin Lai1-2/+4
2023-03-15Replace space with underscore for Dbus Object PathYaswanth Reddy M1-1/+1
2023-03-02Remove excessive logging in managersEd Tanous1-35/+0
2023-02-24Take boost error_code by referenceEd Tanous1-18/+18
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-20/+35
2023-02-16Revert "Implement Manager/ServiceRootUptime"Ed Tanous1-44/+0
2023-02-15Implement Manager/ServiceRootUptimeEd Tanous1-0/+44
2023-01-24Refactor GetSubTree methodGeorge Liu1-32/+28
2023-01-23Break out set time function and unit test itEd Tanous1-37/+20
2023-01-18Fix a boatload of #includesEd Tanous1-0/+1
2022-12-22Fix cppcheck errorEd Tanous1-29/+15
2022-11-29managers: fix interface patch and delete of pid objectPotin Lai1-3/+13
2022-09-28treewide: change EM's ObjectManager pathNan Zhou1-1/+2
2022-09-12Remove nlohmann brace initializationEd Tanous1-7/+8
2022-09-09Fix thrown exceptionEd Tanous1-11/+30
2022-09-02Fix regression in pid settingEd Tanous1-28/+27
2022-08-15Move time utils to be in one placeEd Tanous1-2/+3
2022-08-13used sdbusplus::unpackPropertiesNoThrow part 2Krzysztof Grobelny1-85/+78
2022-08-10Add redfish-oem-manager-fan-data optionGunnar Mills1-0/+7
2022-07-19Replace boost with std replaceEd Tanous1-7/+10
2022-07-15Manager: add ManagerDiagnosticData handlerSui Chen1-7/+13
2022-07-12Fix const correctness issuesEd Tanous1-8/+8
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-1/+2
2022-06-28Fix shadowed variable issuesEd Tanous1-7/+7
2022-06-19sw_util: Rename all Firmware to Software wherever possibleWilly Tu1-2/+2
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-6/+6
2022-06-01Try to fix the lambda formatting issueEd Tanous1-1031/+976
2022-05-13Remove brace initialization of json objectsEd Tanous1-48/+72
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-67/+94
2022-03-22Consitently use dbus::utility typesEd Tanous1-53/+42
2022-03-07Don't rely on operator << for object loggingEd Tanous1-2/+2
2022-02-28Move error messages to string_viewEd Tanous1-4/+3
2022-02-28Add url type safety to message registryEd Tanous1-8/+20
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-6/+6
2022-02-23managers: populate the name correctly for PIDWilly Tu1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-3/+3
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-2/+2
2022-01-28Enable readability-container-size-empty testsEd Tanous1-3/+3
2022-01-20managers: Fix incorrect property name for "Class"Lei YU1-1/+1
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+11
2022-01-12Enable init checkerEd Tanous1-2/+2
2022-01-12enable bugprone exception escape checkEd Tanous1-1/+14
2022-01-10Enforce const correctnessEd Tanous1-2/+2