summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-10Fix shadowing of parameter in scriptsEd Tanous1-12/+12
2021-06-10Remove Node class from NBD proxyEd Tanous2-766/+664
2021-06-09Corrects URI by removing /<str>John Edward Broadbent1-6/+4
2021-06-09Add support for MaxImageSizeBytes in UpdateServiceTejas Patil1-0/+6
2021-06-09Remove the Node classEd Tanous9-238/+0
2021-06-09Move ethernet interface away from Node classEd Tanous3-1233/+1086
2021-06-09Move the hypervisor endpoints into a namespaceEd Tanous2-3/+8
2021-06-09Move Sessions to non Node structureEd Tanous2-289/+240
2021-06-09Change ManagerAccount privileges to match registryEd Tanous1-16/+14
2021-06-08Remove Node class from Account ServiceEd Tanous4-1264/+1097
2021-06-08Chassis: Add UUID propertySharad Yadav1-0/+36
2021-06-08Processor: Add UUID propertySharad Yadav1-1/+43
2021-06-04Remove checkAndDoSensorsOverride functionBruce Lee5-136/+2
2021-06-04change source URL for boostJohn Edward Broadbent1-3/+3
2021-06-03Remove Redfish Node classJohn Edward Broadbent32-9003/+7781
2021-06-03Update Redfish.md with new schemas and propertiesAbhishek Patel1-88/+317
2021-06-02Update clone and compile instructionsChris Cain2-12/+7
2021-06-02Revert "dbus_rest: return error response with not found when bad dbus request"Ed Tanous1-23/+23
2021-05-28Adjust parameter name of FirmwareInventoryIdAbhishek Patel1-6/+8
2021-05-25dbus_rest: return error response with not found when bad dbus requestTim Lee1-23/+23
2021-05-24Formatted Redfish.MD fileAbhishek Patel1-62/+44
2021-05-21log_services: Fix BMC Journal Entries collection odata.idCharles Boyer1-4/+0
2021-05-20Disable AutolinkingAbhishek Patel1-19/+19
2021-05-20Move to 2021.1Gunnar Mills117-545/+2677
2021-05-19Change AdditionalDataURI to be a child URIAbhishek Patel1-20/+16
2021-05-15Handle Processor.AppliedOperatingConfig PATCHJonathan Doman1-0/+169
2021-05-13Fix spelling in commentsAbhishek Patel1-1/+1
2021-05-12Include what you use in http request and responseEd Tanous2-0/+5
2021-05-12Make OpenSSLGenerator max() and min() constexprEd Tanous1-2/+2
2021-05-07Replaced std::map::at with std::map::findKrzysztof Grobelny1-4/+17
2021-05-04Fix chassis handler to use filename()Ed Tanous1-2/+2
2021-05-04Change the word TS to Time Stamp & add time unitManojkiran Eda4-16/+17
2021-04-30Fix typos in commentsAli Ahmed1-4/+4
2021-04-30bmcweb: fetch ip address on every request in handleIvan Mikhaylov1-3/+3
2021-04-30Redfish: Fix the health and state properties of processorChicago Duan1-34/+30
2021-04-29Redfish: Update Powering On Status StateNoah Brewer1-1/+1
2021-04-26Fix infinite redirect when webui isn't installedEd Tanous4-21/+52
2021-04-22Fix comparison for proxy/legacy modePrzemyslaw Czarnowski1-1/+15
2021-04-21bmcweb:Check for dimm presense for State AttributeJoshi-Mansi1-0/+15
2021-04-21Redfish : Return after InternalError instead of ContinueChicago Duan4-39/+39
2021-04-20fixed crash in getChassisDataKrzysztof Grobelny1-4/+5
2021-04-20Create IBM ConfigFile base directorySunitha Harish4-105/+84
2021-04-16Fix memory leak issue when opening the certificate fileAlan Kuo1-0/+1
2021-04-14Remove OemCrashdump_v1 from index.xmlGunnar Mills2-8/+0
2021-04-14Add Content-Security-Policy(CSP) Level2 DirectivesBasheer Ahmed Muddebihal1-3/+12
2021-04-14Fix publish a registry to verify messageIdGeorge Liu1-14/+17
2021-04-13Fix missed bmcweb::AsyncRespGunnar Mills1-4/+3
2021-04-12Redfish(Network): Modified to support Default gateway on EthernetInterfaceRavi Teja1-36/+75
2021-04-10Added Validation on MessageId and RegistryPrefixP Dheeraj Srujan Kumar2-15/+69
2021-04-08Using AsyncResp everywherezhanghch0546-1992/+2095