summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils
AgeCommit message (Expand)AuthorFilesLines
2022-11-02Update CollectionMembers to use UrlFromPiecesWilly Tu1-6/+6
2022-09-22treewide: reorganize unit testsNan Zhou1-709/+0
2022-09-21query: propogate errors for expandNan Zhou2-0/+224
2022-09-12Remove nlohmann brace initializationEd Tanous1-8/+12
2022-09-09clang-tidy: fix misc warningsPatrick Williams1-1/+1
2022-09-09used sdbusplus::unpackPropertiesNoThrow part 8Krzysztof Grobelny1-48/+39
2022-09-06query: make $select true by defaultNan Zhou2-11/+5
2022-09-02Move ipv4VerifyIpAndGetBitcount into ip_utilsEd Tanous1-0/+92
2022-08-30json utils: remove forward_declareNan Zhou1-5/+1
2022-08-29Sensor optimizationEd Tanous1-3/+1
2022-08-19query_param: Move maxEntriesPerPage to Query structJiaqing Zhao1-4/+3
2022-08-16Deduplicate leftZeroPaddingEd Tanous1-20/+11
2022-08-15Move time utils to be in one placeEd Tanous1-0/+185
2022-08-11query: implement $select for objects arrayNan Zhou2-39/+58
2022-08-09used sdbusplus::unpackPropertiesNoThrow part 1Krzysztof Grobelny1-0/+26
2022-08-04query: $select : use trieNan Zhou2-139/+203
2022-08-04Preserve headers from the root object on expandEd Tanous1-6/+3
2022-08-03query: remove unused branch of $selectNan Zhou1-22/+7
2022-08-02query: implement generic $selectNan Zhou2-0/+393
2022-07-27Query param: fix regression in top parametersEd Tanous2-19/+29
2022-07-23test treewide: iwyuNan Zhou6-9/+67
2022-07-22Refactor getValidChassisPathZhenwei Chen1-0/+67
2022-07-21query_param: Set default value of $top to maxEntriesPerPageJiaqing Zhao2-6/+6
2022-07-21query_param: Update OutOfRange error message for $top and $skipJiaqing Zhao1-2/+2
2022-07-12Fix const correctness issuesEd Tanous1-1/+2
2022-07-07Handle NTPServers list per the specificationEd Tanous1-8/+0
2022-06-28Fix shadowed variable issuesEd Tanous1-2/+2
2022-06-28query_param_test: Update Positive cases for DelegateJiaqing Zhao1-6/+6
2022-06-28query_param_test: fix namespacesNan Zhou1-50/+19
2022-06-28query_param: fix headersNan Zhou1-2/+5
2022-06-20Fix Validator Error for Updateable spellingGunnar Mills1-1/+1
2022-06-19sw_util: Rename all Firmware to Software wherever possibleWilly Tu1-59/+59
2022-06-19query_param: remove default in switchNan Zhou1-7/+19
2022-06-10query params: avoid copyNan Zhou1-1/+1
2022-06-07Leave off firmware properties if EBADRGunnar Mills1-0/+8
2022-06-02Make code compile on clang againEd Tanous1-1/+1
2022-06-01Expand query: reimplement the way to do subqueriesNan Zhou2-79/+114
2022-06-01Try to fix the lambda formatting issueEd Tanous3-252/+234
2022-05-20Add RootOfTrustCollection and RootOfTrust under Google service root.Vidya Satyamsetti1-3/+58
2022-05-13Remove brace initialization of json objectsEd Tanous1-1/+3
2022-05-10Implement $top and $skipEd Tanous2-1/+114
2022-05-06query: expand: fix a bug in inLinksNan Zhou2-5/+14
2022-04-28Make log services use parameter delegationEd Tanous2-0/+148
2022-04-28Make insecure-enable-redfish-query more specificEd Tanous2-3/+11
2022-04-19Implement odata annotations ignoringEd Tanous1-2/+16
2022-04-13Add common url segments parserSzymon Dompke1-0/+58
2022-04-11query parameter: add a way to delegate certain parameterNan Zhou2-1/+107
2022-04-05Implement ExpandEd Tanous2-3/+460
2022-04-05Redfish: Query parameters: OnlyEd Tanous1-0/+127
2022-03-30Use url_view for telemetry urisSzymon Dompke1-4/+1