summaryrefslogtreecommitdiff
path: root/redfish-core/lib/managers.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-62/+85
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-45/+20
2021-12-28Move to common variantEd Tanous1-19/+18
2021-12-11fix the year 2038 problem in getDateTimeNan Zhou1-3/+2
2021-11-19Update clang-formatGeorge Liu1-46/+34
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-6/+7
2021-06-30Add DateTime & Offset in Managers & LogServicesTejas Patil1-1/+6
2021-06-27Move Consoles to ComputerSystemGunnar Mills1-0/+3
2021-06-16Remove ambiguous privileges constructorEd Tanous1-6/+6
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-611/+585
2021-04-21Redfish : Return after InternalError instead of ContinueChicago Duan1-1/+1
2021-04-08Using AsyncResp everywherezhanghch051-91/+98
2021-02-19Fix nlohmann::json::dump callsEd Tanous1-10/+35
2021-02-17Add additional Redfish Manager propertiesSunnySrivastava19841-34/+96
2020-12-02Redfish: Manager: Implement Manufacturer,PartNumber and SerialNumberChicago Duan1-0/+80
2020-11-10Manager: LOG: Remove __LINE__Gunnar Mills1-21/+12
2020-11-02Improve loops & fix cpp check warningManojkiran Eda1-1/+1
2020-10-23Turn on ALL perf checksEd Tanous1-4/+4
2020-10-15Lots of performance improvementsEd Tanous1-7/+7
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-10/+7
2020-09-12Add missing inlineEd Tanous1-1/+1
2020-09-02Add "Links""SoftwareImages"Gunnar Mills1-2/+2
2020-09-02Manager:Add ForceRestart to ResetTypeJayaprakash Mutyala1-4/+43
2020-08-17Enable unused variable warnings and resolveEd Tanous1-11/+11
2020-08-17Enable clang warningsEd Tanous1-19/+19
2020-08-17Remove middlewaresEd Tanous1-7/+7
2020-08-07Manager: Support for switching running imageGunnar Mills1-1/+136
2020-07-24Firmware: Add ActiveSoftwareImage for the running imageGunnar Mills1-1/+1
2020-07-21Add ResetActionInfo for ResetTypeAppaRao Puli1-1/+45
2020-07-10Codespell redfish-core spelling fixesGunnar Mills1-1/+1
2020-06-25Manager: LastResetTimeGunnar Mills1-1/+38
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-4/+4
2020-06-04Redfish: Manager: ResetToDefaultGunnar Mills1-1/+82
2020-06-02Manager: Refactor Reset ActionGunnar Mills1-57/+53
2020-02-20manager: Remove odata.contextGunnar Mills1-29/+0
2020-02-12pid: Don't delete configurationsJames Feist1-11/+5
2020-02-10Add a pid controller size limitJames Feist1-0/+33