summaryrefslogtreecommitdiff
path: root/redfish-core
AgeCommit message (Expand)AuthorFilesLines
2022-06-29Encode service object path with sdbusplusJiaqing Zhao1-8/+20
2022-06-28Fix shadowed variable issuesEd Tanous13-107/+103
2022-06-28Fix fail on get PostCode entryTony Lee1-1/+1
2022-06-28update_service: Refactor getSoftwareVersion into a seperate functionWilly Tu1-70/+74
2022-06-28query_param_test: Update Positive cases for DelegateJiaqing Zhao1-6/+6
2022-06-28query_param_test: fix namespacesNan Zhou1-50/+19
2022-06-28query_param: fix headersNan Zhou1-2/+5
2022-06-28Use an enum to return message registry parsing statusJason M. Bills1-16/+26
2022-06-28log_services: remove brace initializationJason M. Bills1-51/+47
2022-06-28log_services: don't replace res.jsonValueJason M. Bills1-3/+3
2022-06-28log_services: use nlohmann::json::object_tJason M. Bills1-7/+10
2022-06-28Update handling of skipped log entriesJason M. Bills1-15/+22
2022-06-28Clean up firstEntry boolean checksJason M. Bills1-19/+4
2022-06-28memory: Use dbus::utility::DBusPropertiesMap::value_typeJiaqing Zhao1-5/+6
2022-06-27Move AccountService to separate methodsEd Tanous1-655/+636
2022-06-27Add missing Context type to MetricReportAppaRao Puli1-0/+7
2022-06-27health: remove boost container headerNan Zhou1-1/+0
2022-06-27log_service: make function staticNan Zhou1-1/+1
2022-06-26error_messages: Add PropertyValueOutOfRange errorJiaqing Zhao2-0/+36
2022-06-26registry: Base: Upgrade 1.11.0 -> 1.13.0Jiaqing Zhao1-96/+232
2022-06-25sessions: iwyunitroglycerine1-0/+1
2022-06-24LogService: Add support for Fault LogClaire Weinan2-171/+320
2022-06-24Replace BMCWEB_ROUTES lambdas with functionsEd Tanous1-240/+250
2022-06-24certificate: Add getCertificateList for get collectionsJiaqing Zhao1-155/+87
2022-06-24certificate: Use ObjectMapper in getCertificateLocationsJiaqing Zhao1-36/+53
2022-06-23sensors: use std set and mapNan Zhou2-96/+75
2022-06-22Update Privilege Registry from 1.2.0 to 1.3.0Sui Chen1-0/+7
2022-06-22storage: simplify dbus call typesNan Zhou1-30/+7
2022-06-21clang: add inline to functionsNan Zhou1-16/+20
2022-06-21clang: fix extra semicolonNan Zhou2-2/+2
2022-06-21memory: match DIMM ID even more preciselyNan Zhou1-30/+21
2022-06-20Fix for segfault in VirtualMedia.InsertMediaMichal Orzel1-2/+3
2022-06-20Fix Validator Error for Updateable spellingGunnar Mills1-1/+1
2022-06-19sw_util: Rename all Firmware to Software wherever possibleWilly Tu5-71/+71
2022-06-19query_param: remove default in switchNan Zhou1-7/+19
2022-06-17Revert "Implement Redfish PCIeSlots schema"Ed Tanous3-8/+3
2022-06-17Fix regression in JsonSchema/404 handlerEd Tanous1-3/+4
2022-06-17Move the JsonSchemas to be generated at runtimeEd Tanous2-0/+167
2022-06-17Fix PCIeSlots buildEd Tanous1-1/+1
2022-06-17Implement Redfish PCIeSlots schemaChicago Duan4-3/+298
2022-06-16Redfish: Fix @odata.id formatting issueJohn Edward Broadbent1-2/+2
2022-06-15redfish_v1: fix setUpRedfishRouteNan Zhou1-1/+1
2022-06-15Handle redfish 404 with a good messageEd Tanous2-0/+27
2022-06-15Fix Trigger GET functionalitySzymon Dompke1-37/+53
2022-06-15Fix compilation issueMichal Orzel1-1/+1
2022-06-15bmcweb: Update to Sensor.v1_2_0.SensorShounak Mitra1-1/+1
2022-06-15redfish: Add Chassis associated Drive queryJohn Edward Broadbent2-23/+192
2022-06-15memory: refactor JSON assembling codesNan Zhou1-60/+80
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado32-175/+176
2022-06-15bmcweb: Set Retry Policy Valid Response CodesCarson Labrado2-1/+44