summaryrefslogtreecommitdiff
path: root/redfish-core/lib/managers.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-08-21Use rangesEd Tanous1-14/+13
2023-08-14Reduce some Error log severitiesCarson Labrado1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-109/+105
2023-06-28Refactor setProperty methodGeorge Liu1-36/+29
2023-06-21Add an option flag for multi-computersystemEd Tanous1-9/+11
2023-06-20Refactor getManagedObjects methodGeorge Liu1-16/+16
2023-06-13Make propertyValueFormatError more typesafeEd Tanous1-3/+2
2023-06-13Make propertyValueNotInList typesafeEd Tanous1-2/+2
2023-06-09Consistently name AsyncResp variablesEd Tanous1-27/+28
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