summaryrefslogtreecommitdiff
path: root/redfish-core/lib/log_services.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Take boost error_code by referenceEd Tanous1-25/+26
2023-02-24Pass string views by valueEd Tanous1-6/+5
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-19/+23
2023-02-17Don't decrease journal messages time precisionKonstantin Aladyshev1-2/+1
2023-02-17Don't decrease POST codes time precisionKonstantin Aladyshev1-2/+1
2023-02-17Implement alternative to on boost::splitEd Tanous1-4/+3
2023-02-10Correct Id parameter for two log servicesEd Tanous1-2/+2
2023-01-18Fix a boatload of #includesEd Tanous1-6/+6
2023-01-14LogService: Use DeleteAll DBus method in clearDumpClaire Weinan1-22/+38
2023-01-11Fix parameter type for calling getSubTreePaths methodGeorge Liu1-1/+1
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-37/+26
2023-01-05Add ServiceProviderNotifyAbhishek Patel1-2/+46
2023-01-03Remove extra semi colonsEd Tanous1-8/+0
2022-12-07log_service: Fix behavior of getting single PostCode entryJiaqing Zhao1-78/+82
2022-11-28sdbusplus: use shorter type aliasesPatrick Williams1-5/+4
2022-10-31LogService: Increase dump timestamp precisionClaire Weinan1-20/+4
2022-10-11CreateDump: Accept dump object pathAsmitha Karunanithi1-38/+176
2022-10-10log_service: Fix error message for non-existing log entriesJiaqing Zhao1-21/+13
2022-10-04Make routes start matching RedfishEd Tanous1-68/+355
2022-09-29Redfish: Add resolution propertyVijay Lobo1-12/+27
2022-09-22Fix content-type return behavior for */*Ed Tanous1-2/+2
2022-09-21LogService: System dump calls common dump handlersClaire Weinan1-83/+12
2022-09-13Improve content typeEd Tanous1-2/+6
2022-09-12Remove nlohmann brace initializationEd Tanous1-11/+17
2022-09-09used sdbusplus::unpackPropertiesNoThrow part 8Krzysztof Grobelny1-80/+54
2022-09-09LogService: Increase Fault Log timestamp precisionClaire Weinan1-10/+26
2022-09-06Update content of ResourceNotFound/ResourceAlreadyExists messageJiaqing Zhao1-4/+2
2022-08-22Fix function name handleLogServicesCollectionGetClaire Weinan1-3/+3
2022-08-19query_param: Move maxEntriesPerPage to Query structJiaqing Zhao1-8/+4
2022-08-15LogServices: Fix dump timestamp regressionClaire Weinan1-1/+1
2022-08-15Move time utils to be in one placeEd Tanous1-14/+17
2022-08-15dbus_utility: Remove ManagedItem type aliasJiaqing Zhao1-2/+2
2022-08-06Use enum overload for field settingEd Tanous1-5/+8
2022-08-05Return proper redfish errors for createDump callAsmitha Karunanithi1-0/+46
2022-08-05Drop boost::posix_timeEd Tanous1-0/+1
2022-08-04log_services: PostCode: Do not populate nextLink when reaches endJiaqing Zhao1-1/+1
2022-08-04LogService: Refactor dump entry parsingClaire Weinan1-116/+67
2022-08-02log_service: crashdump entry: remove appNan Zhou1-3/+3
2022-07-27Query param: fix regression in top parametersEd Tanous1-26/+39
2022-07-25sdbusplus: use shorter type aliasesPatrick Williams1-4/+4
2022-07-20LogService: Remove setUpRedfishRoute in crashdumpShounak Mitra1-4/+2
2022-07-16Use more specific includeEd Tanous1-1/+1
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-2/+3
2022-07-15Use nlohmann::json::object_t for dump entriesJason M. Bills1-1/+1
2022-07-12Fix const correctness issuesEd Tanous1-7/+6
2022-07-09Update host logger with recent JSON fixesJason M. Bills1-16/+16
2022-06-28Fix fail on get PostCode entryTony Lee1-1/+1
2022-06-28Use an enum to return message registry parsing statusJason M. Bills1-16/+26
2022-06-28log_services: remove brace initializationJason M. Bills1-51/+47
2022-06-28log_services: don't replace res.jsonValueJason M. Bills1-3/+3