summaryrefslogtreecommitdiff
path: root/redfish-core/lib/log_services.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Move to file_body in boostEd Tanous1-12/+11
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-47/+47
2023-10-20LogService: Retrieve dump generated by ManagerCarson Labrado1-108/+206
2023-09-25Adjust #LogService schema version to same for all routesJanet Adkins1-4/+4
2023-08-24Fix empty response when do the clearLogTony Lee1-0/+1
2023-08-21Use rangesEd Tanous1-12/+11
2023-08-14Reduce some Error log severitiesCarson Labrado1-5/+5
2023-07-20Replace logging with std::formatEd Tanous1-94/+92
2023-06-30Fix a bug for zero arg EventLog entriesEd Tanous1-0/+2
2023-06-28Rename all error_code instances to ecEd Tanous1-4/+4
2023-06-28Refactor setProperty methodGeorge Liu1-7/+5
2023-06-21Add an option flag for multi-computersystemEd Tanous1-6/+184
2023-06-20Use fillMessageArgs in log servicesEd Tanous1-48/+23
2023-06-20Refactor getManagedObjects methodGeorge Liu1-13/+14
2023-06-09Fix Error log entries to WarningMyung Bae1-2/+3
2023-06-09Consistently name AsyncResp variablesEd Tanous1-29/+29
2023-06-08Remove urlEncodeEd Tanous1-2/+6
2023-05-20Redfish validator error fixV-Sanjana1-1/+1
2023-05-16Boost::urls::formatEd Tanous1-23/+22
2023-05-12fix more push vs emplace callsPatrick Williams1-13/+13
2023-05-12log-services: fix clang-tidy warningsPatrick Williams1-19/+13
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-21/+21
2023-04-19log_services: Fix isContentTypeAllowed checksMatt Spinler1-2/+2
2023-03-22LogService: Fix potential null pointer dereferenceCarson Labrado1-6/+9
2023-03-11Make url by value in RequestEd Tanous1-1/+1
2023-03-09Move logging level to WARNING for 404Gunnar Mills1-2/+2
2023-03-08Add originator id & type for user trigerred dumpsAsmitha Karunanithi1-3/+89
2023-02-28Move getMessage and getMessageFromRegistry to cpp and add testSui Chen1-45/+0
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