summaryrefslogtreecommitdiff
path: root/redfish-core
AgeCommit message (Expand)AuthorFilesLines
2023-06-13Add Status information for Power SupplyGeorge Liu1-8/+83
2023-06-13chassis: Pass ec by referenceWilly Tu1-1/+1
2023-06-13Add content type check in the update serviceNinad Palsule1-15/+31
2023-06-12storage: add support for multiple storagesWilly Tu2-18/+195
2023-06-12Break out storage methodsEd Tanous1-228/+248
2023-06-12query: Fix default expand level with delegatedWilly Tu2-19/+35
2023-06-09Fix Error log entries to WarningMyung Bae3-4/+5
2023-06-09Consistently name AsyncResp variablesEd Tanous17-961/+1012
2023-06-09Remove unused includeEd Tanous1-1/+0
2023-06-09POST EthernetInterfaceCollection for VLANJiaqing Zhao1-0/+128
2023-06-09Implement DELETE EthernetInterface for VLANJiaqing Zhao1-0/+54
2023-06-09Expose VLAN interfaces as EthernetInterfaceJiaqing Zhao1-10/+31
2023-06-08ethernet: Bump EthernetInterface schema 1.6.0 -> 1.9.0Jiaqing Zhao2-4/+2
2023-06-08Remove usage of deprecated VLanNetworkInterfaceJiaqing Zhao2-291/+0
2023-06-08storage: Support new StorageControllerWilly Tu2-149/+245
2023-06-08hex_units: Fix Werror=conversionWilly Tu1-2/+2
2023-06-08Remove urlEncodeEd Tanous1-2/+6
2023-06-07Add AccountTypes in POST Accounts serviceNinad Palsule1-10/+61
2023-06-07PATCH userGroups Information ("AccountTypes")Abhishek Patel1-16/+142
2023-06-06bmc-ready: provide special error return on BMCNotReadyAndrew Geissler2-25/+86
2023-06-05Add SSE style subscription support to eventserviceAppaRao Puli5-32/+149
2023-06-05Implement HEAD for metricsEd Tanous1-3/+44
2023-06-05Break out metric report definition getEd Tanous1-22/+25
2023-06-02Move getPCIeDeviceList to pcie_utilLakshmi Yadlapati3-42/+78
2023-06-02Remove duplicated stringValueTooLongEd Tanous2-30/+0
2023-06-01Input parameter validation for Event SubscriptionAppaRao Puli3-0/+92
2023-06-01Update base registriesEd Tanous2-116/+299
2023-06-01chassis: consistently log error on internal failsAndrew Geissler1-5/+7
2023-06-01Fix bmcweb coredump by Non-existent PCIeFunctionIdMyung Bae1-2/+8
2023-06-01Replace atoiEd Tanous1-11/+15
2023-06-01Fix NotFound Sensors to report as 404Myung Bae1-2/+8
2023-05-31Disabled processor and memory summary statusNinad Palsule1-42/+69
2023-05-31health: Add option to disable health-populateWilly Tu7-76/+120
2023-05-30Allow async resolver to be optionalEd Tanous3-28/+25
2023-05-30Break out methodsEd Tanous1-31/+33
2023-05-30Add support for POST on TriggersCollectionSzymon Dompke3-63/+750
2023-05-26Set HidePayload on Task when payload is nullArun Thomas Baby1-0/+3
2023-05-26json utility: add sortNan Zhou1-0/+103
2023-05-26Make all std::regex instances staticEd Tanous1-2/+2
2023-05-26Don't push non finite numbers to RedfishEd Tanous1-0/+14
2023-05-25Handle AccountService D-bus errorsRavi Teja1-8/+57
2023-05-25update service: use getCollectionMembersJohn Edward Broadbent1-39/+6
2023-05-25Fix some includesEd Tanous2-2/+3
2023-05-25Refactor processor/memory state related codeNinad Palsule1-118/+132
2023-05-25Fix the Redfish validator fail for StorageGeorge Liu1-16/+37
2023-05-25Processor: Add processor throttle statusChris Cain1-3/+103
2023-05-25Update DIMM memorySizeInKB to be in size_tAnthony1-3/+5
2023-05-24Add Links/Triggers to MetricReportDefinitionSzymon Dompke1-1/+49
2023-05-24Add check for "quiesced" bmc manager stateEd Tanous1-25/+42
2023-05-23Switched bmcweb to use new telemetry service APIKrzysztof Grobelny5-122/+548