summaryrefslogtreecommitdiff
path: root/redfish-core/lib/metric_report_definition.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-05Implement HEAD for metricsEd Tanous1-3/+44
2023-06-05Break out metric report definition getEd Tanous1-22/+25
2023-05-30Break out methodsEd Tanous1-31/+33
2023-05-30Add support for POST on TriggersCollectionSzymon Dompke1-37/+39
2023-05-24Add Links/Triggers to MetricReportDefinitionSzymon Dompke1-1/+49
2023-05-23Switched bmcweb to use new telemetry service APIKrzysztof Grobelny1-116/+467
2023-05-16Boost::urls::formatEd Tanous1-5/+5
2023-05-12fix more push vs emplace callsPatrick Williams1-1/+1
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-02-24Take boost error_code by referenceEd Tanous1-3/+3
2023-01-18Fix a boatload of #includesEd Tanous1-5/+6
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-1/+4
2022-12-15Prepare for boost::url upgradeEd Tanous1-6/+3
2022-11-02Update CollectionMembers to use UrlFromPiecesWilly Tu1-5/+5
2022-09-12Remove nlohmann brace initializationEd Tanous1-4/+4
2022-09-06used sdbusplus::unpackPropertiesNoThrow part 7Krzysztof Grobelny1-44/+41
2022-06-28Fix shadowed variable issuesEd Tanous1-4/+5
2022-06-23sensors: use std set and mapNan Zhou1-3/+3
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-4/+4
2022-06-01Try to fix the lambda formatting issueEd Tanous1-148/+141
2022-04-13Add common url segments parserSzymon Dompke1-27/+13
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-10/+32
2022-03-30Use url_view for telemetry urisSzymon Dompke1-3/+10
2022-03-22Consitently use dbus::utility typesEd Tanous1-4/+4
2022-02-28Move error messages to string_viewEd Tanous1-2/+3
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-4/+4
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-2/+3
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+1
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2021-12-28Move to common variantEd Tanous1-9/+8
2021-11-19Update clang-formatGeorge Liu1-43/+42
2021-11-05Make telemetry use the common collection utilitiesEd Tanous1-5/+7
2021-10-29Revert "Use AsyncResp in retrieveUriToDbusMap"Krzysztof Grobelny1-1/+1
2021-10-27Use AsyncResp in retrieveUriToDbusMapzhanghch051-1/+1
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-4/+5
2021-06-16Remove ambiguous privileges constructorEd Tanous1-4/+4
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-156/+125
2021-04-08Using AsyncResp everywherezhanghch051-27/+28
2021-03-30Add POST and DELETE in MetricReportDefinitionsWludzik, Jozef1-0/+328
2021-02-09Redfish TelemetryService schema implementationWludzik, Jozef1-0/+188