summaryrefslogtreecommitdiff
path: root/redfish-core/lib
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Fix regression in brace initializationEd Tanous1-1/+1
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 Tanous23-847/+968
2022-05-12Move redfish v1 into redfish-coreEd Tanous1-0/+21
2022-05-06system: Handle PATCH request with multi-depth readJsonJiaqing Zhao1-67/+48
2022-05-06memory: correct type of MemorySizeInKBNan Zhou1-2/+2
2022-05-04Fix bmcweb crash problem when no-authJunLin Chen1-1/+38
2022-05-02storage: Call function only if interfaces existWilly Tu1-4/+24
2022-04-28Make log services use parameter delegationEd Tanous1-104/+47
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 Tanous1-38/+11
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-13Add common url segments parserSzymon Dompke1-27/+13
2022-04-13Update odata.type version of /redfish/v1/AccountService/Anjaliintel-211-1/+1
2022-04-12Skip on log entries not found in the message registrySui Chen1-6/+6
2022-04-11sensor collection: implement efficient expand handlerNan Zhou1-30/+94
2022-04-08sensors: move callback from lambda to inline functions with bind_frontNan Zhou1-37/+36
2022-04-07Remove unused modeString in translatePowerMode()Jiaqing Zhao1-2/+0
2022-04-06Use multi-depth readJson to handle PATCH NetworkProtocolJiaqing Zhao1-56/+30
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous29-944/+1637
2022-04-05Fix missing success code in Account PATCHEd Tanous1-0/+4
2022-04-05Implement ExpandEd Tanous2-15/+44
2022-04-05Redfish: Query parameters: OnlyEd Tanous3-4/+12
2022-03-30Use url_view for telemetry urisSzymon Dompke3-12/+30
2022-03-29service root: add ProtocolFeaturesSupportedNan Zhou2-1/+34
2022-03-25Make bmcweb pass REQ_POST_CREATE_TO_MEMBERS_PROPEd Tanous1-1/+5
2022-03-25Memory: Fix OperatingMemoryModes and MemoryMedia propertiesJiaqing Zhao1-2/+2
2022-03-25Move SessionService to free methodsEd Tanous1-217/+227
2022-03-22Consitently use dbus::utility typesEd Tanous23-675/+555
2022-03-22log_services: Initialize Members@odata.count as 0Brandon Kim1-0/+1
2022-03-19Memory: Remove extra loop in getPersistentMemoryProperties()Jiaqing Zhao1-228/+217
2022-03-19Fix undefined property in FirmwareInventoryJiaqing Zhao1-1/+1
2022-03-17redfish:systems: Handle power restore policy of "None"Matthew Barth1-1/+4
2022-03-14Detemplateify intToHexStringEd Tanous2-6/+6
2022-03-12Make code compile on clang againEd Tanous2-2/+3
2022-03-12Enable readability checksEd Tanous7-20/+17
2022-03-09Enable 3 member function checksEd Tanous1-1/+1
2022-03-08Drop message severityEd Tanous2-3/+3
2022-03-08Change message_registries namespace to registriesEd Tanous3-265/+257
2022-03-07Don't rely on operator << for object loggingEd Tanous3-7/+9