summaryrefslogtreecommitdiff
path: root/redfish-core/lib/systems.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-26Refactor getComputerSystemLakshmi Yadlapati1-215/+225
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-95/+95
2023-08-31System: Error log level when internalErrorGunnar Mills1-26/+33
2023-07-28Fix RestorePolicy mapGunnar Mills1-1/+1
2023-07-21Rename aResp to asyncRespEd Tanous1-17/+17
2023-07-20Replace logging with std::formatEd Tanous1-192/+185
2023-07-10Incorrect value displayed for total system memoryPriyanga Ramasamy1-4/+5
2023-06-28Add support for redfish StopBootOnFaultAlbert Zhang1-0/+110
2023-06-28Refactor setProperty methodGeorge Liu1-160/+132
2023-06-23Remove usage of flat_map for enum lookupEd Tanous1-30/+50
2023-06-21Move all ComputerSystem routes to bottomEd Tanous1-59/+31
2023-06-21Break out ComputerSystem methodsEd Tanous1-496/+504
2023-06-21Add an option flag for multi-computersystemEd Tanous1-21/+76
2023-06-09Consistently name AsyncResp variablesEd Tanous1-353/+380
2023-06-06bmc-ready: provide special error return on BMCNotReadyAndrew Geissler1-22/+51
2023-06-02Move getPCIeDeviceList to pcie_utilLakshmi Yadlapati1-2/+2
2023-05-31Disabled processor and memory summary statusNinad Palsule1-42/+69
2023-05-31health: Add option to disable health-populateWilly Tu1-20/+28
2023-05-25Refactor processor/memory state related codeNinad Palsule1-118/+132
2023-05-25Update DIMM memorySizeInKB to be in size_tAnthony1-3/+5
2023-05-19Capture all boost::system::error_codes by refEd Tanous1-1/+1
2023-05-16Remove done TODOGunnar Mills1-1/+0
2023-05-16Boost::urls::formatEd Tanous1-2/+3
2023-05-12fix more push vs emplace callsPatrick Williams1-2/+2
2023-05-12systems: remove stray break for clang-tidyPatrick Williams1-1/+0
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-7/+4
2023-03-28Support for configurable host reboot countCorey Hardesty1-29/+107
2023-03-22systems: Fix missing EnterDwellTime propertyChris Cain1-3/+3
2023-03-11Fix hypervisor system GetAsmitha Karunanithi1-0/+15
2023-02-28Retrieve port info for systems serviceAbhishek Patel1-0/+42
2023-02-24Take boost error_code by referenceEd Tanous1-47/+49
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-1/+2
2023-02-09Implementation of FabricAdapter schema in bmcwebSunny Srivastava1-0/+2
2023-01-24Refactor GetSubTree methodGeorge Liu1-70/+55
2023-01-18Fix a boatload of #includesEd Tanous1-5/+5
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-9/+8
2022-10-10Adds LastStateTime in Redfish BootProgressHieu Huynh1-0/+35
2022-10-04Make routes start matching RedfishEd Tanous1-28/+51
2022-09-12Remove nlohmann brace initializationEd Tanous1-3/+3
2022-09-07Make system handlers inlineEd Tanous1-2/+2
2022-09-02Move nested dbus calls in getComputerSystemAli Ahmed1-37/+37
2022-08-26Add link support to SystemsCollectionEd Tanous1-0/+67
2022-08-22Fix build failure with redfish-provisioning-feature enabledJiaqing Zhao1-2/+2
2022-08-17used sdbusplus::unpackPropertiesNoThrow part 3Krzysztof Grobelny1-243/+244
2022-08-15Move time utils to be in one placeEd Tanous1-1/+2
2022-08-15system: Remove ipsPropertiesTypeJiaqing Zhao1-5/+4
2022-08-13fix ProcessorSummary.CoreCountKrzysztof Grobelny1-1/+1
2022-07-12Fix const correctness issuesEd Tanous1-6/+6
2022-07-06system: don't fail when Boot service isn't thereNan Zhou1-0/+8
2022-06-28Fix shadowed variable issuesEd Tanous1-34/+34