summaryrefslogtreecommitdiff
path: root/redfish-core/include/event_service_manager.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-10-12header cleanupsNan Zhou1-1/+1
2022-09-12Remove nlohmann brace initializationEd Tanous1-37/+31
2022-08-24Remove tcp_streamEd Tanous1-1/+1
2022-08-24Add SSL support for http_client (EventService)AppaRao Puli1-1/+2
2022-08-16task payload, initialize jsonValue in constructorEd Tanous1-4/+3
2022-08-15Move time utils to be in one placeEd Tanous1-11/+13
2022-08-02Simplify fillMessageArgsEd Tanous1-7/+9
2022-07-25sdbusplus: use shorter type aliasesPatrick Williams1-3/+3
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-0/+2
2022-07-12Fix const correctness issuesEd Tanous1-7/+7
2022-07-09Fix undefined behavior in timestamp parsingEd Tanous1-1/+1
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-1/+2
2022-06-27Add missing Context type to MetricReportAppaRao Puli1-0/+7
2022-06-25sessions: iwyunitroglycerine1-0/+1
2022-06-21clang: fix extra semicolonNan Zhou1-1/+1
2022-06-15bmcweb: Set Retry Policy Valid Response CodesCarson Labrado1-1/+19
2022-06-01Try to fix the lambda formatting issueEd Tanous1-72/+70
2022-05-23bmcweb: Remove hardcoded HTTP verbs and headersCarson Labrado1-2/+3
2022-05-13Remove brace initialization of json objectsEd Tanous1-16/+18
2022-05-11Refactor HttpClient ClassCarson Labrado1-29/+26
2022-04-19Remove regex uses in event service and consolidateEd Tanous1-3/+4
2022-04-14EventService: Enhance inotify event filename handlingJiaqing Zhao1-3/+2
2022-03-30Use url_view for telemetry urisSzymon Dompke1-2/+4
2022-03-22Consitently use dbus::utility typesEd Tanous1-2/+1
2022-03-12Enable readability checksEd Tanous1-6/+2
2022-03-09Enable 3 member function checksEd Tanous1-12/+9
2022-03-08Drop message severityEd Tanous1-1/+1
2022-03-08Change message_registries namespace to registriesEd Tanous1-7/+6
2022-02-15Move validateAndSplitUri to common utility headerEd Tanous1-48/+2
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-9/+9
2022-02-15Abstract fillMessageArgs and unit test itEd Tanous1-15/+8
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-2/+2
2022-02-09Send push-style event only if EventService enabledsunharis_in1-5/+23
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-3/+0
2022-01-28Enable readability-container-size-empty testsEd Tanous1-6/+6
2022-01-12Enforce variable initEd Tanous1-4/+5
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+1
2022-01-05Make code compile with clangEd Tanous1-3/+3
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-3/+10
2021-12-28Move to common variantEd Tanous1-8/+5
2021-12-10Restructure Redfish EventLog Transmit code flowP Dheeraj Srujan Kumar1-42/+50
2021-12-07/s/boost::beast::span/std::spanEd Tanous1-9/+10
2021-12-01Sync Telmetry service with EventServiceWludzik, Jozef1-91/+44
2021-11-18EventService: Pass httpHeaders to subscriberSunitha Harish1-6/+9
2021-10-19Only generate headers once in EventServiceEd Tanous1-2/+1
2021-10-17Improve HttpHeaders in EventServiceEd Tanous1-11/+1
2021-09-07Make code pass clang-tidy-13Ed Tanous1-1/+1
2021-07-26EventService: Move subscription persistent dataJunLin Chen1-190/+148