summaryrefslogtreecommitdiff
path: root/redfish-core/lib/log_services.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-17Enable unused variable warnings and resolveEd Tanous1-59/+64
2020-08-17Enable clang warningsEd Tanous1-6/+6
2020-08-17Remove middlewaresEd Tanous1-50/+36
2020-08-08Redfish: Support for DownloadLog ActionAsmitha Karunanithi1-5/+36
2020-08-04Remove QueryStringJames Feist1-8/+12
2020-08-04Minor changes in the code to use the appropriate errorsAsmitha Karunanithi1-15/+8
2020-08-04Removing getTimestampStr methodAsmitha Karunanithi1-28/+6
2020-07-28Redfish: Support for ClearLog ActionAsmitha Karunanithi1-28/+60
2020-07-28Redfish: Creation of a BMC dumpAsmitha Karunanithi1-0/+187
2020-07-28Redfish: BMC dump logEntry service implementationAsmitha Karunanithi1-225/+463
2020-07-10Codespell redfish-core spelling fixesGunnar Mills1-1/+1
2020-06-30Add Crashdump.Telemetry interface and triggerKenny L. Ku1-2/+78
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-234/+235
2020-06-03log_services: Fix Severity Empty string found issue when running Redfish Serv...Tim Lee1-5/+7
2020-05-29BMCWeb : Fix a warning spotted in meson scan buildManojkiran Eda1-0/+7
2020-05-28Redfish: ClearLog action support for system dump log entriesraviteja-b1-2/+48
2020-05-28Redfish: Download action support for system dump entryraviteja-b1-0/+31
2020-05-14Task: Use TaskEvent messagesJames Feist1-1/+3
2020-05-14sdbusplus: replace message::variant with std::variantPatrick Williams1-3/+2
2020-05-14sdbusplus: remove deprecated variant_nsPatrick Williams1-8/+4
2020-05-08Redfish: Log service implementation for system dumpraviteja-b1-0/+331
2020-04-22Correct privilege levels for LogServiceAppaRao Puli1-20/+34
2020-04-16Redfish: Allow slash at the end of ResourceGunnar Mills1-1/+1
2020-04-16Change EventLog Id to match odata.idGunnar Mills1-1/+1
2020-04-09Match BMCWeb crashdump to the D-Bus interface provided by crashdumpJohnathan Mantey1-118/+142
2020-03-18Log BIOS POST Codes Through RedfishZhikuiRen1-12/+494
2020-03-17Task: Add payload supportJames Feist1-4/+5
2020-03-13log: Fix ValidatorJames Feist1-1/+1
2020-03-12task: add fwupdate supportJames Feist1-1/+2
2020-03-02Add Success to Crashdump responseJames Feist1-2/+8
2020-03-02Add TaskServiceJames Feist1-22/+30
2020-02-15log service: Remove odata.contextGunnar Mills1-25/+0
2020-02-07Move Crashdump to OemCrashdumpGunnar Mills1-3/+3
2020-01-17Changed input data format for Crashdump.SendRawPeciKarthick Sundarrajan1-12/+50
2019-12-02Return no-content instead of waiting for OnDemandJason M. Bills1-89/+1
2019-12-02Return 503 instead of 500 when Crashdump is busyJason M. Bills1-0/+6
2019-12-02Return a 404 instead of 500 for invalid Crashdump URIsJason M. Bills1-1/+10
2019-12-02Add "Retry-After" header for temporarily unavailable messagesJason M. Bills1-1/+0
2019-11-11Replace all uses of NULL with nullptrEd Tanous1-1/+1
2019-10-29Add support for LogService.ClearLog to CrashdumpJason M. Bills1-20/+61
2019-10-29Enable autoexpand on the Crashdump LogEntryCollectionJason M. Bills1-51/+163
2019-10-29Simplify the OnDemand Crashdump return dataJason M. Bills1-46/+39
2019-10-18bmcweb: fix "Clear Event Logs" functionality behavior in System logs page on ...Tim Lee1-3/+3
2019-10-11Fix some warningsEd Tanous1-6/+8
2019-10-11Fix a bunch of warningsEd Tanous1-54/+42
2019-08-09Don't return a 500 error for entries without priority metadataJason M. Bills1-3/+1
2019-08-09Fix getting individual journal entries with an underscoreJason M. Bills1-2/+13
2019-08-02Add support to request a single Journal Event Log EntryJason M. Bills1-1/+78
2019-08-02Don't store LogEntry IDs across requestsJason M. Bills1-4/+30
2019-07-30Redfish:Support to Delete a single event logChicago Duan1-0/+41