summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils
AgeCommit message (Expand)AuthorFilesLines
2020-10-16Fix up Function to Populate collection MembersGunnar Mills1-8/+18
2020-10-16Move getResourceList to Util classGunnar Mills1-0/+54
2020-10-15Lots of performance improvementsEd Tanous1-7/+9
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous2-15/+9
2020-10-07Fix a weird log functionEd Tanous1-1/+1
2020-09-29Fix naming conventionsEd Tanous1-22/+13
2020-09-02Add "Links""SoftwareImages"Gunnar Mills1-68/+116
2020-08-17Enable unused variable warnings and resolveEd Tanous1-9/+8
2020-08-17Enable clang warningsEd Tanous2-20/+20
2020-07-24Firmware: Add ActiveSoftwareImage for the running imageGunnar Mills1-28/+64
2020-07-10Codespell redfish-core spelling fixesGunnar Mills1-1/+1
2020-06-11clang-format: update to latest from docs repoGunnar Mills2-38/+39
2020-05-29Update json helper function - readJsonAppaRao Puli1-37/+131
2020-02-03Add support to fetch the 'Updateable' componentsAppaRao Puli1-6/+55
2019-12-17Fix: bug fixes in readJsonAppaRao Puli1-0/+7
2019-12-12Redfish: Support health status of firmware inventory objectsCarol Wang1-0/+29
2019-12-06Adding StandBySpare state for firmware inventoryVikram Bodireddy1-0/+5
2019-10-18Make references to crow less obviousEd Tanous1-2/+2
2019-10-11Fix state property on firmware propertiesEd Tanous1-0/+1
2019-10-11Fix a bunch of warningsEd Tanous2-3/+11
2019-10-10SoftwareInventory: Catch more interfacesJames Feist1-4/+1
2019-09-04Fix readJson to allow null as a complex typeEd Tanous1-1/+2
2019-09-04cleanup: Move a pointer to a referenceEd Tanous1-15/+7
2019-08-03Fix Regression in PATCH on system nodeSantosh Puranik1-26/+43
2019-07-02fwstatus: Enhance state of firmware inventoryAndrew Geissler1-0/+84
2019-05-02Redfish: Supporting ServiceRootUUID field for /redfish/v1/Managers/{ManagerId...Bernard Wong1-0/+54
2019-04-05fw-inventory: Provide BiosVersion in system objAndrew Geissler1-0/+190
2018-12-29Redfish: Adding bool support in readJsonAppaRao Puli1-1/+2
2018-12-20jsonRead: Add floating point supportJames Feist1-16/+66
2018-12-19json_utils: readJson add array supportJames Feist1-0/+31
2018-12-18bmcweb: Enable redfish unpacking of complex typesEd Tanous1-7/+27
2018-12-11bmcweb: Move boost::optional to std::optionalEd Tanous1-1/+1
2018-11-19Move Redfish PECI to the new json interfaceEd Tanous1-0/+25
2018-11-17Add automatic range-checking and type-casting for readJsonJason M. Bills1-19/+64
2018-11-15Simplify Redfish error message property interfaceJason M. Bills1-3/+3
2018-10-31Fix a bug in optional json parsingEd Tanous1-5/+1
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills1-274/+5
2018-10-22Implement a new way of unpacking json to structsEd Tanous1-2/+122
2018-09-05Move to clang-format-6.0Ed Tanous1-10/+20
2018-07-27Move over to upstream c++ styleEd Tanous1-1/+1
2018-06-29Added JSON utilities to allow easy exception-less usage of nlohmann JSON.Kowalski, Kamil1-0/+292