summaryrefslogtreecommitdiff
path: root/redfish-core
AgeCommit message (Expand)AuthorFilesLines
2023-06-01Input parameter validation for Event SubscriptionAppaRao Puli3-0/+92
2023-06-01Update base registriesEd Tanous2-116/+299
2023-06-01chassis: consistently log error on internal failsAndrew Geissler1-5/+7
2023-06-01Fix bmcweb coredump by Non-existent PCIeFunctionIdMyung Bae1-2/+8
2023-06-01Replace atoiEd Tanous1-11/+15
2023-06-01Fix NotFound Sensors to report as 404Myung Bae1-2/+8
2023-05-31Disabled processor and memory summary statusNinad Palsule1-42/+69
2023-05-31health: Add option to disable health-populateWilly Tu7-76/+120
2023-05-30Allow async resolver to be optionalEd Tanous3-28/+25
2023-05-30Break out methodsEd Tanous1-31/+33
2023-05-30Add support for POST on TriggersCollectionSzymon Dompke3-63/+750
2023-05-26Set HidePayload on Task when payload is nullArun Thomas Baby1-0/+3
2023-05-26json utility: add sortNan Zhou1-0/+103
2023-05-26Make all std::regex instances staticEd Tanous1-2/+2
2023-05-26Don't push non finite numbers to RedfishEd Tanous1-0/+14
2023-05-25Handle AccountService D-bus errorsRavi Teja1-8/+57
2023-05-25update service: use getCollectionMembersJohn Edward Broadbent1-39/+6
2023-05-25Fix some includesEd Tanous2-2/+3
2023-05-25Refactor processor/memory state related codeNinad Palsule1-118/+132
2023-05-25Fix the Redfish validator fail for StorageGeorge Liu1-16/+37
2023-05-25Processor: Add processor throttle statusChris Cain1-3/+103
2023-05-25Update DIMM memorySizeInKB to be in size_tAnthony1-3/+5
2023-05-24Add Links/Triggers to MetricReportDefinitionSzymon Dompke1-1/+49
2023-05-24Add check for "quiesced" bmc manager stateEd Tanous1-25/+42
2023-05-23Switched bmcweb to use new telemetry service APIKrzysztof Grobelny5-122/+548
2023-05-23Use human sort for EthernetInterfacesEd Tanous1-0/+5
2023-05-22Update schema packs to 2023.1Ed Tanous18-1/+326
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule5-28/+93
2023-05-20Redfish validator error fixV-Sanjana2-1/+3
2023-05-20redfish: Add EncryptionStatus to DriveJohn Edward Broadbent1-0/+51
2023-05-20redfish: ensure protocol state always returnedAndrew Geissler1-0/+11
2023-05-19Capture all boost::system::error_codes by refEd Tanous4-5/+5
2023-05-19Remove redfish-post-to-old-updateserviceEd Tanous1-30/+0
2023-05-19redfish: network protocol fix for multiple interfacesAndrew Geissler1-0/+28
2023-05-19Clear json objectEd Tanous1-1/+0
2023-05-18Fix internal error caused by unknown PCIe SlotTypeLakshmi Yadlapati1-6/+16
2023-05-18Move long lambda in separate functionNinad Palsule1-46/+64
2023-05-18Implements PowerSupply schemaGeorge Liu2-6/+165
2023-05-17SessionService: Break out setupRedfishRouteGunnar Mills1-1/+8
2023-05-17Break out setupRedfishRouteEd Tanous1-1/+7
2023-05-17Use arrayEd Tanous1-12/+14
2023-05-17Remove flat_set from EthernetInterfacesEd Tanous2-112/+81
2023-05-16Remove done TODOGunnar Mills1-1/+0
2023-05-16Boost::urls::formatEd Tanous32-301/+311
2023-05-16Fix certificate replacement error code issuevijayabharathi shetty1-1/+0
2023-05-12Fix invalid PCIeType in pcie_slotsLakshmi Yadlapati1-1/+4
2023-05-12Add State information for PCIeDeviceLakshmi Yadlapati1-0/+27
2023-05-12Remove "Manufacturer" from PCIeDevice interfaceLakshmi Yadlapati1-7/+1
2023-05-12Update RedfishVersion to 1.17.0Ed Tanous1-1/+1
2023-05-12fix more push vs emplace callsPatrick Williams22-52/+52