summaryrefslogtreecommitdiff
path: root/redfish-core/include/query.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-03Manage Request with shared_ptrJonathan Doman1-12/+16
2024-05-01Bring consistency to config optionsEd Tanous1-6/+8
2024-04-02Reduce multi-level calls of req.req membersMyung Bae1-4/+4
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-1/+1
2023-07-20Replace logging with std::formatEd Tanous1-4/+4
2023-06-12query: Fix default expand level with delegatedWilly Tu1-3/+3
2023-04-17Fix clang-tidy issue in aggregationEd Tanous1-2/+2
2023-03-29Fix If Match header in Http layerHieu Huynh1-0/+6
2023-03-11Make url by value in RequestEd Tanous1-2/+3
2023-01-18Fix a boatload of #includesEd Tanous1-1/+1
2022-12-07Implement If-Match header in Http layerEd Tanous1-0/+74
2022-08-24Aggregation: Prepare for routing requestsCarson Labrado1-2/+14
2022-08-04query: $select : use trieNan Zhou1-1/+3
2022-08-02query: iwyuNan Zhou1-1/+24
2022-06-28Fix shadowed variable issuesEd Tanous1-2/+2
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-10/+11
2022-06-01Try to fix the lambda formatting issueEd Tanous1-2/+2
2022-05-16Return OData.Version with responsesEd Tanous1-0/+2
2022-04-28Make insecure-enable-redfish-query more specificEd Tanous1-5/+0
2022-04-11query parameter: add a way to delegate certain parameterNan Zhou1-4/+20
2022-04-05Implement odata-version checksEd Tanous1-0/+13
2022-04-05Implement ExpandEd Tanous1-1/+7
2022-04-05Redfish: Query parameters: OnlyEd Tanous1-0/+36