summaryrefslogtreecommitdiff
path: root/redfish-core/lib/log_services.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-28log_services: use nlohmann::json::object_tJason M. Bills1-7/+10
2022-06-28Update handling of skipped log entriesJason M. Bills1-15/+22
2022-06-28Clean up firstEntry boolean checksJason M. Bills1-19/+4
2022-06-27log_service: make function staticNan Zhou1-1/+1
2022-06-24LogService: Add support for Fault LogClaire Weinan1-171/+315
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-41/+41
2022-06-14LogService: Fix setUpRedfishRoute() for dumpsClaire Weinan1-9/+7
2022-06-01Try to fix the lambda formatting issueEd Tanous1-1916/+1815
2022-05-16log_services: fix wrong AdditionalDataURIPotin Lai1-2/+2
2022-05-16Fix regression in brace initializationEd Tanous1-1/+1
2022-05-13LogService: Sort dump entries collection by IdClaire Weinan1-0/+6
2022-05-13Remove brace initialization of json objectsEd Tanous1-77/+76
2022-04-28Make log services use parameter delegationEd Tanous1-104/+47
2022-04-12Skip on log entries not found in the message registrySui Chen1-6/+6
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-345/+498
2022-03-22Consitently use dbus::utility typesEd Tanous1-22/+19
2022-03-22log_services: Initialize Members@odata.count as 0Brandon Kim1-0/+1
2022-03-12Make code compile on clang againEd Tanous1-1/+2
2022-03-12Enable readability checksEd Tanous1-3/+3
2022-03-08Drop message severityEd Tanous1-2/+2
2022-03-08Change message_registries namespace to registriesEd Tanous1-6/+5
2022-02-28Make the task match string more flexibleJason M. Bills1-54/+90
2022-02-28Clean up Crashdump log entry creationJason M. Bills1-52/+50
2022-02-28Add url type safety to message registryEd Tanous1-24/+24
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-4/+4
2022-02-23log_services: Un-wrap some stringsJason M. Bills1-94/+92
2022-02-15readability-static-accessed-through-instanceEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-1/+1
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-16/+19
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-5/+1
2022-02-04Remove NEW_BOOST_URL macroEd Tanous1-53/+1
2022-02-04Remove getTimestampEd Tanous1-41/+18
2022-02-02Next round of boost-uri updatesEd Tanous1-0/+47
2022-01-28Enable readability-container-size-empty testsEd Tanous1-3/+3
2022-01-13Simplify Crashdump file transferJason M. Bills1-15/+4
2022-01-13Fix 32/64 bit compile issueEd Tanous1-1/+3
2022-01-12Enable pro-type-static-cast-downcast checksEd Tanous1-10/+3
2022-01-12Enable checks for pointer arithmeticEd Tanous1-2/+9
2022-01-12Enable reinterpre_cast checksEd Tanous1-8/+9
2022-01-10Enforce const correctnessEd Tanous1-13/+14
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-9/+7
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-18/+9
2021-12-28Move to common variantEd Tanous1-10/+14
2021-12-11fix the year 2038 problem in getDateTimeNan Zhou1-16/+14
2021-12-08span: clean up stray boost headers.Patrick Williams1-1/+0
2021-12-07Remove copies from log services and virtual mediaEd Tanous1-8/+11
2021-12-07/s/boost::beast::span/std::spanEd Tanous1-15/+14
2021-11-19Update clang-formatGeorge Liu1-299/+290
2021-11-04Redfish: Support Host Log EntriesSpencer Ku1-0/+242