summaryrefslogtreecommitdiff
path: root/redfish-core/lib
AgeCommit message (Expand)AuthorFilesLines
2023-04-11Fix PowerSubsystem/PowerSupplies causing validator to failGeorge Liu1-0/+2
2023-04-11Implements PowerSupplies schemaGeorge Liu2-0/+126
2023-04-04Add HotPluggable support in RedfishLogananth Sundararaj1-17/+41
2023-03-28Support for configurable host reboot countCorey Hardesty1-29/+107
2023-03-24UpdateService: Support for MultipartHttpPushUriGeorge Liu1-47/+167
2023-03-23Refactor getAssociationEndPoints methodGeorge Liu4-58/+33
2023-03-22systems: Fix missing EnterDwellTime propertyChris Cain1-3/+3
2023-03-22LogService: Fix potential null pointer dereferenceCarson Labrado1-6/+9
2023-03-21IPv6: Remove AddressState from redfish response.Sunitha Harish1-1/+1
2023-03-20Aggregation: Increase response read limit to 50MBCarson Labrado1-1/+0
2023-03-18Implement AggregationSourceCarson Labrado1-8/+139
2023-03-17Fix cannot get NTPServersJian Zhang1-2/+5
2023-03-17Add the GetManagedObjects method to dbus_utilityGeorge Liu1-9/+9
2023-03-15Move PCIeDeviceCollection to separate methodLakshmi Yadlapati1-24/+35
2023-03-15Take url views by valueEd Tanous1-1/+1
2023-03-15Replace space with underscore for Dbus Object PathYaswanth Reddy M1-1/+1
2023-03-14Implement AggregationSourceCollectionCarson Labrado1-0/+32
2023-03-13Fix `MemberId` value error causes Validator to failGeorge Liu1-5/+3
2023-03-11Make url by value in RequestEd Tanous5-7/+11
2023-03-11Remove body member from RequestEd Tanous2-2/+2
2023-03-11Remove fields member from RequestEd Tanous1-1/+1
2023-03-11Update hypervisor todoGunnar Mills1-5/+0
2023-03-11Fix hypervisor system GetAsmitha Karunanithi2-24/+15
2023-03-09Move logging level to WARNING for 404Gunnar Mills3-5/+5
2023-03-09Move hypervisor system to separate methodGunnar Mills1-41/+43
2023-03-09Move hypervisor ethernet to separate methodsGunnar Mills1-193/+198
2023-03-09Move hypervisor reset to separate methodsGunnar Mills1-120/+127
2023-03-08Add originator id & type for user trigerred dumpsAsmitha Karunanithi1-3/+89
2023-03-08Remove the redfish hypervisor namespaceEd Tanous1-6/+6
2023-03-08account_service: Don't call HEAD handler in GET handlerJiaqing Zhao1-7/+25
2023-03-07Pass boost error_code by referenceLakshmi Yadlapati2-5/+5
2023-03-06Fix local CI failure issueGeorge Liu1-11/+11
2023-03-06Change BMCWEB_LOG level for 404/405Gunnar Mills1-2/+2
2023-03-03Fix async_method_call object paths while updating/deleting IP addressRavi Teja1-92/+31
2023-03-02Remove excessive logging in managersEd Tanous1-35/+0
2023-03-02Implement ManagerDiagnosticData/ServiceRootUptimeSecondsEd Tanous1-1/+50
2023-03-02Add ManagerProvidingService implementationEd Tanous1-1/+4
2023-02-28processor: Change `Step` default value to USHRT_MAXMichael Shen1-1/+2
2023-02-28Implement AggregationServiceEd Tanous2-0/+67
2023-02-28Retrieve port info for systems serviceAbhishek Patel3-71/+117
2023-02-28Move getMessage and getMessageFromRegistry to cpp and add testSui Chen1-45/+0
2023-02-27Add support for Link header in NetworkProtocolEd Tanous1-2/+12
2023-02-27Move network protocol to separate methodsEd Tanous1-63/+71
2023-02-27Extract out common partsPrzemyslaw Czarnowski1-70/+103
2023-02-25Detemplate SecurePipeEd Tanous1-32/+14
2023-02-25Seal "NotConnected" usageEd Tanous1-2/+6
2023-02-24Use same method to parse dbus objectEd Tanous1-84/+59
2023-02-24Rename doVmAction to doEjectActionEd Tanous1-5/+5
2023-02-24Postpone params validationPrzemyslaw Czarnowski1-147/+146
2023-02-24Take boost error_code by referenceEd Tanous28-252/+258