summaryrefslogtreecommitdiff
path: root/redfish-core/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-01json_utils: Add support for multiple level json readWilly Tu1-93/+191
2022-02-28Move error messages to string_viewEd Tanous1-119/+114
2022-02-28Add url type safety to message registryEd Tanous1-19/+31
2022-02-28Generate indexes for message registriesEd Tanous3-3/+136
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-9/+28
2022-02-17Prepare for clang-tidy-14Ed Tanous1-5/+4
2022-02-17Add message registry entry for Memhot eventJayaprakash Mutyala1-3/+14
2022-02-15Move validateAndSplitUri to common utility headerEd Tanous1-48/+2
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous2-11/+11
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