summaryrefslogtreecommitdiff
path: root/redfish-core
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-02storage: Call function only if interfaces existWilly Tu1-4/+24
2022-04-28Make log services use parameter delegationEd Tanous3-104/+195
2022-04-28Make insecure-enable-redfish-query more specificEd Tanous3-8/+11
2022-04-27Fix Ethernet privilegesAbhishek Patel1-9/+3
2022-04-27Fix certificate_service privilegesAbhishek Patel1-3/+1
2022-04-27Simplify sensor path lookupsEd Tanous3-59/+52
2022-04-26system: Fix incorrect WatchdogTimer PATCH handlerJiaqing Zhao1-1/+1
2022-04-25Sensors: Add humidity hierarchyGunnar Mills1-1/+7
2022-04-19Remove regex uses in event service and consolidateEd Tanous2-41/+15
2022-04-19Implement odata annotations ignoringEd Tanous2-2/+44
2022-04-15ethernet: Fix naming conventionsJiaqing Zhao2-88/+87
2022-04-15ethernet: Remove unused SendHostNameEnabled propertyJiaqing Zhao1-11/+0
2022-04-15ethernet: Remove unused changeVlanId() functionJiaqing Zhao1-21/+0
2022-04-15CertificateService: Enhance error handling for ReplaceCertificateJiaqing Zhao1-2/+9
2022-04-15pcie: Remove duplicate DeviceType property checkJiaqing Zhao1-10/+0
2022-04-14EventService: Enhance inotify event filename handlingJiaqing Zhao1-3/+2
2022-04-13Add common url segments parserSzymon Dompke2-27/+71