summaryrefslogtreecommitdiff
path: root/redfish-core/lib/managers.hpp
AgeCommit message (Expand)AuthorFilesLines
5 daysFix regression in Manager chassis findingEd Tanous1-2/+2
2024-05-21Allow configuring "bmc" and "system"Ed Tanous1-39/+102
2024-05-01Bring consistency to config optionsEd Tanous1-40/+47
2024-04-30Consolidate Vm implementationsEd Tanous1-4/+5
2024-04-04Remove redfish-health-populateGunnar Mills1-7/+0
2024-03-21Clean up Manager to use readJsonEd Tanous1-107/+86
2024-03-19Call systemd SetTime directlyEd Tanous1-19/+43
2024-03-16Fix PID Zone interface namePavanKumarIntel1-1/+1
2024-03-13Correct Actions/Manager.ResetToDefaults parameter nameKonstantin Aladyshev1-10/+21
2024-01-19Remove some boost includesEd Tanous1-4/+3
2023-11-20managers: use async_method_call() set PID propertiesPotin Lai1-5/+5
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-28/+28
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