summaryrefslogtreecommitdiff
path: root/redfish-core
AgeCommit message (Expand)AuthorFilesLines
2022-06-14LogService: Fix setUpRedfishRoute() for dumpsClaire Weinan1-9/+7
2022-06-13storage: Refactor Drive and StorageController into separate methodWilly Tu1-169/+173
2022-06-10query_param: remove dead fileNan Zhou1-0/+0
2022-06-10memory: Precisely match DIMM IDSui Chen1-1/+11
2022-06-10query params: avoid copyNan Zhou1-1/+1
2022-06-10ComputerSystem: fix ResetActionInfoNan Zhou1-12/+20
2022-06-08Chassis: fix ResetActionInfoNan Zhou1-5/+8
2022-06-07Leave off firmware properties if EBADRGunnar Mills1-0/+8
2022-06-06redfish: Add Chassis listing associated driveJohn Edward Broadbent3-0/+136
2022-06-03Remove extraneous semicolonEd Tanous1-1/+1
2022-06-02Fix indentation of clang-format off blocksJiaqing Zhao2-32/+32
2022-06-02Make code compile on clang againEd Tanous3-5/+5
2022-06-01Expand query: reimplement the way to do subqueriesNan Zhou2-79/+114
2022-06-01SensorCollection: use inline functions+bind_frontNan Zhou1-39/+42
2022-06-01sensors: use inline functions + bind_frontNan Zhou1-77/+80
2022-06-01Move redfish/v1 instantiationEd Tanous2-1/+5
2022-06-01Try to fix the lambda formatting issueEd Tanous38-12632/+11949
2022-05-31meson option: make the insecure-disable-auth macro more accurateNan Zhou1-6/+6
2022-05-27memory: set @odata attributes only if the object is foundNan Zhou1-5/+5
2022-05-26health: take json_ptr instead of reference when filling statusNan Zhou3-7/+18
2022-05-26memory: move Partition codes from callbacks into separate functionsNan Zhou1-61/+65
2022-05-25Remove messages::operationFailed from processorEd Tanous1-7/+0
2022-05-25Change operationFailed to return 502Ed Tanous1-1/+1
2022-05-25ethernet: Remove PATCH VLANId supportJiaqing Zhao1-14/+11
2022-05-24ethernet: Use std::optional<uint32> for VLAN IDJiaqing Zhao1-7/+7
2022-05-24Fix segmentation fault when deleting the sessionswukaihua-fii-na1-1/+2
2022-05-23bmcweb: Remove hardcoded HTTP verbs and headersCarson Labrado1-2/+3
2022-05-23bmcweb: Fetch Satellite Config from D-BusCarson Labrado1-0/+228
2022-05-20Add RootOfTrustCollection and RootOfTrust under Google service root.Vidya Satyamsetti2-3/+100
2022-05-19memory: move long code blocks in callbacks into separate functionsNan Zhou1-267/+257
2022-05-19Change query param errors to be 400 instead of 403Ed Tanous1-2/+2
2022-05-17Fake out allow header in UpdateServiceEd Tanous1-0/+9
2022-05-17Change UpdateService POST URIEd Tanous1-1/+26
2022-05-17Move update service post to free methodEd Tanous1-23/+26
2022-05-16Fix regression in ComputerSystemEd Tanous1-2/+5
2022-05-16log_services: fix wrong AdditionalDataURIPotin Lai1-2/+2
2022-05-16Fix regression in brace initializationEd Tanous1-1/+1
2022-05-16Return OData.Version with responsesEd Tanous1-0/+2
2022-05-13Move /redfish to free methodsEd Tanous1-8/+11
2022-05-13Add setUpRedfishRoute to /redfish/ routeEd Tanous1-2/+6
2022-05-13LogService: Sort dump entries collection by IdClaire Weinan1-0/+6
2022-05-13Remove brace initialization of json objectsEd Tanous26-872/+999
2022-05-12Move redfish v1 into redfish-coreEd Tanous1-0/+21
2022-05-11Refactor HttpClient ClassCarson Labrado1-29/+26
2022-05-10Implement $top and $skipEd Tanous2-1/+114
2022-05-06system: Handle PATCH request with multi-depth readJsonJiaqing Zhao1-67/+48
2022-05-06query: expand: fix a bug in inLinksNan Zhou2-5/+14
2022-05-06memory: correct type of MemorySizeInKBNan Zhou1-2/+2
2022-05-04Fix bmcweb crash problem when no-authJunLin Chen1-1/+38
2022-05-02Add OpenBMC.1.0.ServiceStarted to registrySui Chen1-2/+11