summaryrefslogtreecommitdiff
path: root/redfish-core/include/utils/query_param.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-03Manage Request with shared_ptrJonathan Doman1-3/+6
2024-05-01Bring consistency to config optionsEd Tanous1-1/+1
2024-04-29Break out formattersEd Tanous1-0/+1
2024-04-10Simplify query_paramEd Tanous1-12/+4
2024-04-01Fix redundant inline operatorsEd Tanous1-1/+1
2024-04-01Use no-switch-default on clangEd Tanous1-0/+2
2024-03-25Fix redundant init issuesEd Tanous1-1/+4
2024-02-16Simplify bodyEd Tanous1-1/+0
2024-01-19Remove some boost includesEd Tanous1-1/+0
2024-01-09Fix spelling mistakesEd Tanous1-5/+5
2023-08-21Use rangesEd Tanous1-3/+3
2023-07-20Replace logging with std::formatEd Tanous1-25/+26
2023-06-27FindNavigationReferences rename p->jsonPtrEd Tanous1-12/+13
2023-06-27Make findNavigationReference* use referencesEd Tanous1-14/+14
2023-06-27Split up findNavigationReferenceEd Tanous1-10/+38
2023-06-12query: Fix default expand level with delegatedWilly Tu1-16/+32
2023-05-12fix clang-tidy warnings with unreachable returnsPatrick Williams1-2/+0
2023-05-11query-param: fix clang-tidy warningsPatrick Williams1-5/+5
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-3/+3
2023-03-14Only parse to the depth requestedEd Tanous1-9/+36
2023-02-17Implement alternative to on boost::splitEd Tanous1-2/+2
2022-12-15Prepare for boost::url upgradeEd Tanous1-24/+21
2022-09-21query: propogate errors for expandNan Zhou1-0/+84
2022-09-06query: make $select true by defaultNan Zhou1-1/+1
2022-08-19query_param: Move maxEntriesPerPage to Query structJiaqing Zhao1-4/+3
2022-08-11query: implement $select for objects arrayNan Zhou1-14/+23
2022-08-04query: $select : use trieNan Zhou1-96/+134
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 Zhou1-0/+215
2022-07-27Query param: fix regression in top parametersEd Tanous1-15/+25
2022-07-23test treewide: iwyuNan Zhou1-1/+25
2022-07-21query_param: Set default value of $top to maxEntriesPerPageJiaqing Zhao1-4/+4
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-06-28Fix shadowed variable issuesEd Tanous1-2/+2
2022-06-19query_param: remove default in switchNan Zhou1-7/+19
2022-06-10query params: avoid copyNan Zhou1-1/+1
2022-06-01Expand query: reimplement the way to do subqueriesNan Zhou1-28/+60
2022-05-10Implement $top and $skipEd Tanous1-1/+47
2022-05-06query: expand: fix a bug in inLinksNan Zhou1-5/+6
2022-04-28Make log services use parameter delegationEd Tanous1-0/+102
2022-04-28Make insecure-enable-redfish-query more specificEd Tanous1-1/+1
2022-04-11query parameter: add a way to delegate certain parameterNan Zhou1-1/+46
2022-04-05Implement ExpandEd Tanous1-3/+270
2022-04-05Redfish: Query parameters: OnlyEd Tanous1-0/+127