summaryrefslogtreecommitdiff
path: root/redfish-core/src
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Fix regression in LogServiceEd Tanous1-1/+1
2024-05-01Bring consistency to config optionsEd Tanous1-74/+84
2024-04-29Break out formattersEd Tanous1-0/+1
2024-04-19Add missing headersEd Tanous2-2/+8
2024-04-17Refactor UpdateServiceEd Tanous1-5/+0
2024-04-15Move to Redfish setProperty callAsmitha Karunanithi1-0/+11
2024-04-11Fix large copies with url_view and segments_viewEd Tanous1-26/+35
2024-04-10Move run and redfish to compile unitsEd Tanous1-0/+227
2024-04-09Move to Redfish Action specific setProperty callAsmitha Karunanithi2-1/+71
2024-03-28Create Redfish specific setProperty callEd Tanous1-0/+76
2024-03-28Add misc-include-cleanerEd Tanous4-1/+10
2024-03-19Call systemd SetTime directlyEd Tanous1-3/+3
2024-01-17Pass correct Argument Types to propertyValueIncorrect Error MessageGinu George1-6/+6
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-09-08Simplify datetime parsingEd Tanous1-0/+44
2023-08-30Fix incorrect response code for header size limitDivya Jyoti1-1/+1
2023-08-21Use rangesEd Tanous1-4/+4
2023-07-20Replace logging with std::formatEd Tanous1-7/+6
2023-07-10Tidy enable modernize-redundant-void-argEd Tanous1-33/+33
2023-06-23error_messages: remove source_location indirectPatrick Williams1-2/+2
2023-06-21json utils: add getEstimatedJsonSizeNan Zhou1-0/+49
2023-06-13Make redfish::messages rely on typesafe structuresEd Tanous1-24/+46
2023-06-13Make propertyValueIncorrect typesafeEd Tanous1-3/+5
2023-06-13Make propertyValueFormatError more typesafeEd Tanous1-3/+5
2023-06-13Make propertyValueTypeError more typesafeEd Tanous1-3/+5
2023-06-13Make propertyValueNotInList typesafeEd Tanous1-3/+6
2023-06-02Remove duplicated stringValueTooLongEd Tanous1-21/+0
2023-06-01Input parameter validation for Event SubscriptionAppaRao Puli1-0/+42
2023-05-25Fix some includesEd Tanous1-1/+1
2023-05-12use emplace where appropriate per clang-tidyPatrick Williams1-2/+2
2023-03-15Take url views by valueEd Tanous1-27/+22
2023-03-11Remove body member from RequestEd Tanous1-1/+1
2023-02-28Move getMessage and getMessageFromRegistry to cpp and add testSui Chen1-0/+54
2023-02-17Add option for validating content-type headerEd Tanous1-3/+13
2023-02-03Add Support for ActionParameterNotInList MessageAlex Schendel1-0/+24
2022-12-15Prepare for boost::url upgradeEd Tanous1-23/+12
2022-10-11bmcweb: Add strictAccountTypes error messageShantappa Teekappanavar1-0/+19
2022-09-21query: propogate errors for expandNan Zhou1-1/+34
2022-09-12Remove nlohmann brace initializationEd Tanous1-7/+12
2022-09-01Add 405 handler for redfishEd Tanous1-8/+26
2022-08-24error_message: iwyuNan Zhou1-4/+13
2022-08-17error message: add insufficientStorageNan Zhou1-0/+19
2022-08-09Optimize resource event schemaEd Tanous1-22/+2
2022-08-06Use enum overload for field settingEd Tanous1-1/+1
2022-07-08Set UnknownProperty message to be an errorEd Tanous1-1/+1
2022-06-26error_messages: Add PropertyValueOutOfRange errorJiaqing Zhao1-0/+21
2022-06-10query_param: remove dead fileNan Zhou1-0/+0
2022-05-25Change operationFailed to return 502Ed Tanous1-1/+1
2022-05-19Change query param errors to be 400 instead of 403Ed Tanous1-2/+2
2022-05-13Remove brace initialization of json objectsEd Tanous1-8/+10