summaryrefslogtreecommitdiff
path: root/redfish-core/include
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Abstract fillMessageArgs and unit test itEd Tanous2-15/+30
2022-02-14Remove invalid base log messageEd Tanous1-14/+0
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous4-5/+5
2022-02-09Send push-style event only if EventService enabledsunharis_in1-5/+23
2022-02-08Capture int by value in stringValueTooLongEd Tanous1-3/+2
2022-02-08Rerun parse_registries.pyEd Tanous4-1634/+1332
2022-02-07Enable readability-redundant-control-flow checksEd Tanous3-9/+0
2022-02-07Enable readability-named-parameter checksEd Tanous2-25/+5
2022-01-28Enable readability-container-size-empty testsEd Tanous2-7/+7
2022-01-26Implement Cable schemaShantappa Teekappanavar1-0/+3
2022-01-19Include what you useEd Tanous4-1/+9
2022-01-12Enable pointer devolution checksEd Tanous1-3/+8
2022-01-12Enforce variable initEd Tanous2-5/+6
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous3-0/+5
2022-01-12Enable init checkerEd Tanous1-1/+1
2022-01-12Enable bugprone widening checks in clangEd Tanous1-1/+2
2022-01-10Bump up privilege_registry to Redfish_1.2.0Shantappa Teekappanavar1-14/+361
2022-01-05Make code compile with clangEd Tanous1-3/+3
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman2-34/+31
2021-12-28Move to common variantEd Tanous2-26/+21
2021-12-17Add support for DELETE on Triggers schemaSzymon Dompke1-4/+10
2021-12-17Add GET method for TriggersLukasz Kazmierczak2-0/+21
2021-12-17Add GET method for TriggerCollectionLukasz Kazmierczak2-1/+2
2021-12-16Remove unused headerEd Tanous1-1/+0
2021-12-16error_messages: Use int64_t in invalidIndexJosh Lehan1-2/+2
2021-12-10Add logging to internal errorEd Tanous1-1/+3
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao1-0/+32
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-11-16reduce error traces in priv and chassis codeAndrew Geissler1-2/+2
2021-11-05Make telemetry use the common collection utilitiesEd Tanous1-49/+2
2021-11-04Redfish: Support Host Log EntriesSpencer Ku2-0/+216
2021-10-27Sort collections by human sortEd Tanous1-3/+11
2021-10-21Remove NTPServers duplicate values and null valuesGeorge Liu1-0/+39
2021-10-19Revert "Redfish: Support Host Log Entries"Ed Tanous2-184/+0
2021-10-19Collections should handle no members presentEd Tanous1-1/+8
2021-10-19Only generate headers once in EventServiceEd Tanous1-2/+1
2021-10-19Redfish: Support Host Log EntriesSpencerKu2-0/+184
2021-10-18Define hex helper utilsEd Tanous1-0/+21
2021-10-17Improve HttpHeaders in EventServiceEd Tanous1-11/+1
2021-09-30Add message registry entry for FirmwareResiliencyErrorChalapathi Venkataramashetty1-1/+13
2021-09-29log_services: Add download of post code log entriesGeorge Liu1-0/+1
2021-09-24Update error messages file w.r.t Base.1.11.0Asmitha Karunanithi1-1/+13
2021-09-23Bump up base_message_registry to version Base.1.11.0Sunitha Harish1-5/+92
2021-09-07Make code pass clang-tidy-13Ed Tanous1-1/+1
2021-08-24Fix search for OEM privilegesJoseph Reynolds1-1/+1
2021-07-26EventService: Move subscription persistent dataJunLin Chen1-190/+148