summaryrefslogtreecommitdiff
path: root/redfish-core
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Add a BMC LogServiceJason M. Bills2-216/+527
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 Tanous3-0/+615
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 Tanous2-1/+165
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 Tanous2-2/+148
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 Tanous2-119/+109
2018-09-05Move to clang-format-6.0Ed Tanous20-5010/+6097
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
2018-08-13Implement Location header for session authEd Tanous1-0/+3
2018-08-13Clang-format cleanupEd Tanous3-158/+158
2018-08-09Fix merge conflictEd Tanous5-209/+205
2018-08-06Fix crash issue with Managers schemaEd Tanous1-4/+1
2018-07-27Move over to upstream c++ styleEd Tanous20-699/+704
2018-07-27Reimplement UUID based on systemd UUIDEd Tanous1-10/+32
2018-07-27Make doGet implementations optionalEd Tanous1-1/+4
2018-07-27Make Ethernet/VLAN Interfaces handle "404 Not Found" properlyKowalski, Kamil1-6/+134
2018-07-25Make SessionStore a proper singletonBorawski.Lukasz5-24/+21
2018-07-25Implement VlanNetworkInterface and VlanNetworkInterfaceCollection SchemaKowalski, Kamil1-126/+23
2018-07-24Remove some critical debug printsEd Tanous1-2/+2
2018-07-21Move Sensors path to sensorsJames Feist2-6/+6
2018-06-30Update sensors to reflect changes after switching to sdbusplusLewanczyk, Dawid3-16/+34
2018-06-29Fix for empty string in IPv4 PATCH.Kowalski, Kamil1-2/+6
2018-06-29Introduce ComputerSystem schemaLewanczyk, Dawid3-1/+691
2018-06-29Fixed the Software Inventory schema Object Mapper callsJennifer Lee1-128/+145
2018-06-29Implement VlanNetworkInterface Schema DELETE and PATCH methodsKowalski, Kamil1-71/+478
2018-06-29Pull in nlohmann json as a dependency rather than checking in.Ed Tanous1-5/+7
2018-06-29Implemented PATCH for EthernetInterface IPv4Addresses arrayKowalski, Kamil1-65/+600
2018-06-29Implemented PATCH for EthernetInterface VLAN and HostName fieldsKowalski, Kamil4-155/+475
2018-06-29Added UpdateService to RedfishJennifer Lee2-3/+295