summaryrefslogtreecommitdiff
path: root/redfish-core/lib
AgeCommit message (Expand)AuthorFilesLines
2023-07-20Replace logging with std::formatEd Tanous37-1085/+1050
2023-07-18Remove PCIeInterface DeviceTypeEd Tanous1-9/+3
2023-07-13Add Location information for FanGeorge Liu1-0/+25
2023-07-13Add asset information for FanGeorge Liu1-0/+58
2023-07-13Add Status information for FanAlbert Zhang1-1/+56
2023-07-13Implements Fan schemaGeorge Liu1-0/+147
2023-07-13Implements FanCollection schemaGeorge Liu2-0/+162
2023-07-12Use openssl random number generatorEd Tanous1-3/+3
2023-07-11Add MaxLanes and MaxPCIeType properties to the PCIeInterfaceKonstantin Aladyshev1-2/+34
2023-07-11Omit Slot "Lanes" property if it is equal to 0Konstantin Aladyshev2-2/+5
2023-07-11Correct type for the lanesInUse propertyKonstantin Aladyshev1-1/+1
2023-07-11Add contains type tidy checkEd Tanous1-1/+1
2023-07-11Enable bugprone clang tidy checksEd Tanous1-3/+4
2023-07-10Incorrect value displayed for total system memoryPriyanga Ramasamy1-4/+5
2023-07-06Remove IBM console events from RedfishEd Tanous1-5/+0
2023-07-01Add topology links for ChassisJie Yang1-0/+100
2023-07-01Static IPv6 config: Send relevant error on patch.Nitin Kumar Kotania1-2/+11
2023-06-30Add PCIe Slot information to PCIeDevice schemaLakshmi Yadlapati1-24/+174
2023-06-30Refactor redfishPcieGenerationFromDbus and redfishSlotTypeLakshmi Yadlapati2-9/+26
2023-06-30Fix a bug for zero arg EventLog entriesEd Tanous1-0/+2
2023-06-28Add support for redfish StopBootOnFaultAlbert Zhang1-0/+110
2023-06-28Add efficiency percent for PowerSupplyGeorge Liu1-0/+85
2023-06-28Refactor powerSupplyPath association retrievalLakshmi Yadlapati1-62/+68
2023-06-28Rename all error_code instances to ecEd Tanous8-47/+46
2023-06-28Make error codes take by referenceEd Tanous2-3/+3
2023-06-28Refactor setProperty methodGeorge Liu13-561/+456
2023-06-27Use getPCIeDeviceList in PCIeDeviceCollectionLakshmi Yadlapati1-3/+1
2023-06-24sdbusplus: use shorter type aliasesPatrick Williams1-6/+5
2023-06-23Remove usage of flat_map for enum lookupEd Tanous1-30/+50
2023-06-21Change the byte of the MemoryAttributes attribute to the size typeGeorge Liu1-3/+2
2023-06-21Redfish: Implement SNMP TrapChicago Duan1-3/+123
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 Tanous9-47/+443
2023-06-21Populate Memory attributesJayaprakash Mutyala1-4/+4
2023-06-21Fix Redfish validator failure in PCIeFunctionLakshmi Yadlapati1-1/+1
2023-06-20Use fillMessageArgs in log servicesEd Tanous1-48/+23
2023-06-20Refactor getManagedObjects methodGeorge Liu9-104/+99
2023-06-16Add Health information for PCIeDeviceLakshmi Yadlapati1-0/+29
2023-06-16Move PCIe functions to common fileLakshmi Yadlapati2-99/+6
2023-06-16Add ServiceLabel information for PowerSupplyGeorge Liu1-0/+26
2023-06-15Fix regression in @odata failure pathsEd Tanous2-2/+17
2023-06-15Add FirmwareVersion For PowerSupplyGeorge Liu1-0/+25
2023-06-14Add asset information for PowerSupplyGeorge Liu1-0/+69
2023-06-13Make propertyValueIncorrect typesafeEd Tanous1-3/+2
2023-06-13Make propertyValueFormatError more typesafeEd Tanous4-35/+16
2023-06-13Make propertyValueTypeError more typesafeEd Tanous3-21/+10
2023-06-13Make propertyValueNotInList typesafeEd Tanous4-11/+10
2023-06-13Add Status information for Power SupplyGeorge Liu1-8/+83
2023-06-13chassis: Pass ec by referenceWilly Tu1-1/+1