summaryrefslogtreecommitdiff
path: root/redfish-core
AgeCommit message (Expand)AuthorFilesLines
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 Tanous26-745/+608
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-16Remove unused redfish::AsyncRespEd Tanous1-31/+0
2022-03-14Detemplateify intToHexStringEd Tanous4-31/+23
2022-03-12Make code compile on clang againEd Tanous4-8/+10
2022-03-12Enable readability checksEd Tanous9-28/+21
2022-03-09Enable 3 member function checksEd Tanous3-14/+11
2022-03-08Drop message severityEd Tanous9-324/+7
2022-03-08Change message_registries namespace to registriesEd Tanous11-428/+382
2022-03-07Don't rely on operator << for object loggingEd Tanous3-7/+9
2022-03-07Make generated warning more prominent and helpfulEd Tanous4-4/+28
2022-03-07Make parse_registries do whitespace properlyEd Tanous4-1545/+1430
2022-03-07Remove a component word from base messageHardik Panchal1-4/+4
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 Tu3-106/+255
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 Tanous4-336/+303
2022-02-28Simplify message registry to save binary sizeEd Tanous1-714/+251
2022-02-28Clean up Crashdump log entry creationJason M. Bills1-52/+50
2022-02-28Add url type safety to message registryEd Tanous7-108/+153
2022-02-28Generate indexes for message registriesEd Tanous3-3/+136
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu19-84/+350
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 Tanous2-6/+6
2022-02-17Add message registry entry for Memhot eventJayaprakash Mutyala1-3/+14
2022-02-15Move validateAndSplitUri to common utility headerEd Tanous1-48/+2
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous2-2/+2
2022-02-15readability-static-accessed-through-instanceEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous15-58/+64
2022-02-15Abstract fillMessageArgs and unit test itEd Tanous3-15/+49
2022-02-14Remove invalid base log messageEd Tanous3-45/+2
2022-02-12account_service: Remove unused DbusInterfaceTypeJason M. Bills1-4/+0
2022-02-11Add readability-redundant-* checksEd Tanous13-34/+30
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 Tanous14-53/+58
2022-02-09Allow setting MinPasswordLength in AccountServicePaul Fertser1-3/+16
2022-02-09Send push-style event only if EventService enabledsunharis_in2-6/+29
2022-02-08Capture int by value in stringValueTooLongEd Tanous2-6/+4