summaryrefslogtreecommitdiff
path: root/redfish-core/lib
AgeCommit message (Expand)AuthorFilesLines
2018-12-07bmcweb: Session member count is zeroEd Tanous1-2/+0
2018-12-04Fix missing Managers route on serviceRootEd Tanous1-0/+1
2018-11-30Make chassis errors return the appropriate messageEd Tanous1-8/+3
2018-11-26bmcweb: Redfish away from json cacheEd Tanous14-391/+333
2018-11-21bmcweb: fix Redfish UUIDEd Tanous1-16/+14
2018-11-19Move Redfish PECI to the new json interfaceEd Tanous1-53/+7
2018-11-16Change the BMC LogService to only display from the message registryJason M. Bills2-49/+414
2018-11-16Add the Redfish message registriesJason M. Bills1-0/+1
2018-11-16Add helper functions to get data from the journalJason M. Bills1-124/+233
2018-11-15Simplify Redfish error message property interfaceJason M. Bills6-99/+65
2018-11-03Initial implementation of processors and memory schemaRapkiewicz, Pawel2-0/+517
2018-11-03Managers: Actions object: Support Reset propertyJennifer Lee1-3/+104
2018-11-01bmcweb: fix a possible buffer overflow issueEd Tanous1-4/+3
2018-10-29bmcweb: merge conflict resolutionJason M. Bills2-134/+60
2018-10-29Chassis: Power: Support get PowerSupply and VoltagesEd Tanous4-8/+112
2018-10-29Add PID PatchJames Feist1-2/+536
2018-10-29Add paging and partial results for BMCLogServiceJason M. Bills1-1/+68
2018-10-29Speed up managers schemaJames Feist1-0/+10
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills11-554/+312
2018-10-22Implement a new way of unpacking json to structsEd Tanous3-426/+203
2018-10-22Clean up SessionService POSTEd Tanous1-114/+53
2018-10-19Add a BMC LogServiceJason M. Bills1-211/+519
2018-10-16Implement fan PWM reading through redfishEd Tanous2-36/+35
2018-10-16Redfish: Fixed incorrect firmware ID stringsJennifer Lee1-40/+54
2018-10-16Redfish Rename LogService variablesEd Tanous1-53/+49
2018-10-16Add PID Get To RedfishJames Feist1-31/+353
2018-10-16Implement PowerState in the chassis schemaEd Tanous1-0/+1
2018-10-16Redfish- Clean up system schema implementationEd Tanous2-111/+71
2018-10-16Cleanups to ethernet schemasEd Tanous1-1391/+1225
2018-10-16RedfishEd Tanous1-3/+2
2018-10-12Ampere bmcweb: Add Firmware Version to Managers SchemaJennifer Lee1-18/+70
2018-10-09Implement redfish LogServiceEd Tanous2-0/+602
2018-10-08Last round of variable renamesEd Tanous1-25/+24
2018-10-08Implement AccountService POSTEd Tanous1-0/+191
2018-10-08Implement AccountService DELETE methodEd Tanous1-0/+34
2018-10-08Unhardcode Enabled and Locked from AccountServiceEd Tanous1-1/+41
2018-10-08Implement AccountService PATCH methodEd Tanous1-0/+128
2018-10-08Move AccountService to node structureEd Tanous1-1/+163
2018-09-27remove providers interface from chassis schemaEd Tanous1-115/+56
2018-09-17Implement JsonSchema endpointEd Tanous1-0/+1
2018-09-13Implement Computer System reset actionEd Tanous1-2/+147
2018-09-13Modernization of systemsEd Tanous1-190/+168
2018-09-13Remove the providers interface from systemsEd Tanous1-544/+490
2018-09-12Generalize the "Async Response" patternEd Tanous1-119/+90
2018-09-05Move to clang-format-6.0Ed Tanous12-3738/+4589
2018-08-15Last round of variable renamesEd Tanous3-19/+18
2018-08-15Cleanups to update service schemaEd Tanous1-224/+137
2018-08-15Cleanups to network protocolEd Tanous1-103/+69
2018-08-15Refactor Manager Network Protocol to use D-BusKowalski, Kamil1-37/+157
2018-08-15Implement POST for redfish UpdateServiceJennifer Lee1-92/+269