summaryrefslogtreecommitdiff
path: root/redfish-core/lib
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-02Drive: Add MediaType, Capacity, and Protocol Resource for DriveWilly Tu1-0/+127
2022-03-01json_utils: Add support for multiple level json readWilly Tu1-13/+5
2022-03-01Adds new redfish unit testing for servicerootJohn Edward Broadbent1-0/+78
2022-03-01Change the completionhandler to accept ResNan Zhou1-3/+2
2022-02-28Make the task match string more flexibleJason M. Bills1-54/+90
2022-02-28Move error messages to string_viewEd Tanous2-6/+6
2022-02-28Clean up Crashdump log entry creationJason M. Bills1-52/+50
2022-02-28Add url type safety to message registryEd Tanous5-50/+64
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu17-75/+78
2022-02-24Do not send duplicate data for ntp serversRadivoje Jovanovic1-1/+2
2022-02-23log_services: Un-wrap some stringsJason M. Bills1-94/+92
2022-02-23managers: populate the name correctly for PIDWilly Tu1-1/+1
2022-02-18chassis-state: no error in chassis if unavailableCarson Labrado1-0/+7
2022-02-17Prepare for clang-tidy-14Ed Tanous1-1/+2
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+1
2022-02-15readability-static-accessed-through-instanceEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous13-47/+53
2022-02-14Remove invalid base log messageEd Tanous1-2/+2
2022-02-12account_service: Remove unused DbusInterfaceTypeJason M. Bills1-4/+0
2022-02-11Add readability-redundant-* checksEd Tanous11-32/+28
2022-02-11Change PcieType to PCIeTypeAnjaliintel-211-1/+1
2022-02-10Fix Event Subscription URIGayathri Leburu1-1/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous10-48/+53
2022-02-09Allow setting MinPasswordLength in AccountServicePaul Fertser1-3/+16
2022-02-09Send push-style event only if EventService enabledsunharis_in1-1/+6
2022-02-07Enable readability-redundant-control-flow checksEd Tanous4-14/+2
2022-02-07Enable readability-named-parameter checksEd Tanous4-7/+11