summaryrefslogtreecommitdiff
path: root/include/dbus_utility.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-29Break out formattersEd Tanous1-0/+1
2024-04-07Fix moves/forwardEd Tanous1-1/+1
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-5/+5
2023-08-24Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`Michael Shen1-2/+3
2023-07-20Replace logging with std::formatEd Tanous1-1/+1
2023-05-26Make all std::regex instances staticEd Tanous1-1/+1
2023-05-24Add Links/Triggers to MetricReportDefinitionSzymon Dompke1-0/+1
2023-05-23Switched bmcweb to use new telemetry service APIKrzysztof Grobelny1-3/+4
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-1/+1
2023-04-25dbus_utility: Support new ObjectMapper methodsWilly Tu1-0/+36
2023-03-23nbd proxy and websocket cleanupsEd Tanous1-0/+9
2023-03-17Add the GetManagedObjects method to dbus_utilityGeorge Liu1-0/+15
2023-03-03Add the getAssociationEndPoints methodGeorge Liu1-0/+13
2023-02-24Take boost error_code by referenceEd Tanous1-3/+3
2023-02-10Revert "Add the getAssociationEndPoints method"Gunnar Mills1-12/+0
2023-02-09Add the getAssociationEndPoints methodGeorge Liu1-0/+12
2023-01-24Refactor GetSubTree methodGeorge Liu1-2/+4
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu1-0/+16
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-2/+4
2022-11-29Add the GetSubTree and GetSubTreePaths method to dbus_utilityGeorge Liu1-0/+33
2022-08-15dbus_utility: Remove ManagedItem type aliasJiaqing Zhao1-5/+0
2022-07-23test treewide: iwyuNan Zhou1-1/+10
2022-06-24dbus_utility: iwyuNan Zhou1-0/+6
2022-06-01Try to fix the lambda formatting issueEd Tanous1-1/+1
2022-03-22Consitently use dbus::utility typesEd Tanous1-4/+10
2022-03-02Use std::variantEd Tanous1-3/+2
2022-03-01Remove flat_maps from our dbus parsing typesEd Tanous1-2/+2
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-6/+1
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2022-01-18bmcweb: Add/Move common typedefs to dbus utilityShantappa Teekappanavar1-0/+8
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-2/+3
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-4/+2
2021-12-22Add more types to DbusVariantTypeEd Tanous1-5/+29
2020-12-18Fix .clang-tidyEd Tanous1-2/+2
2020-11-02Improve loops & fix cpp check warningManojkiran Eda1-23/+13
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-1/+2
2020-03-03Adding new types to simplify access to ManagedObjectType.Zbigniew Kurzynski1-5/+6
2019-10-11Fix a bunch of warningsEd Tanous1-4/+5
2019-05-24Redfish: Move checkDbusPathExist function to dbus utilityRatan Gupta1-0/+17
2019-05-24PID: Add fan profile supportJames Feist1-0/+5
2019-03-25Revert "bmcweb: Fix a bunch of warnings"Ed Tanous1-4/+3
2019-03-23bmcweb: Fix a bunch of warningsEd Tanous1-3/+4
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-4/+5
2019-01-15redfish: oem: add stepwise configuration GETJames Feist1-2/+2
2018-10-16Add PID Get To RedfishJames Feist1-0/+87