summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-17README: Fix coverage instructionsJosh Lehan1-1/+2
2022-03-17Remove special router logic for trailing slashEd Tanous1-51/+2
2022-03-17Disable boost exceptionsEd Tanous1-1/+2
2022-03-16Remove unused redfish::AsyncRespEd Tanous2-32/+0
2022-03-14Detemplateify intToHexStringEd Tanous4-31/+23
2022-03-12Updated text to elaborate on JSON exceptionsJosh Lehan1-4/+12
2022-03-12Make code compile on clang againEd Tanous4-8/+10
2022-03-12Enable readability checksEd Tanous13-42/+48
2022-03-10Remove unused utility classesEd Tanous1-30/+0
2022-03-10Add back getParameterTag unit testsEd Tanous1-0/+19
2022-03-09Enable 3 member function checksEd Tanous5-15/+15
2022-03-08Drop message severityEd Tanous10-325/+7
2022-03-08Change message_registries namespace to registriesEd Tanous12-430/+384
2022-03-07Don't rely on operator << for object loggingEd Tanous10-20/+25
2022-03-07Simplify parse_registries.pyEd Tanous1-54/+72
2022-03-07Make generated warning more prominent and helpfulEd Tanous5-11/+40
2022-03-07Make parse_registries do whitespace properlyEd Tanous5-1591/+1479
2022-03-07Remove a component word from base messageHardik Panchal1-4/+4
2022-03-04Fix the build for time_tEd Tanous1-5/+7
2022-03-03Fix clang warnings related to OpenSSL 1.xSzymon Dompke1-2/+2
2022-03-02Fix constexpr on clangEd Tanous1-2/+5
2022-03-02Use std::variantEd Tanous1-3/+2
2022-03-02Drive: Add MediaType, Capacity, and Protocol Resource for DriveWilly Tu1-0/+127
2022-03-02Add ManagerDiagnosticData schemaSui Chen6-1/+874
2022-03-01Remove flat_maps from our dbus parsing typesEd Tanous1-2/+2
2022-03-01json_utils: Add support for multiple level json readWilly Tu3-106/+255
2022-03-01Adds new redfish unit testing for servicerootJohn Edward Broadbent2-0/+79
2022-03-01Change the completionhandler to accept ResNan Zhou6-53/+65
2022-03-01Make the router const correctEd Tanous1-9/+12
2022-02-28Make the task match string more flexibleJason M. Bills1-54/+90
2022-02-28Move error messages to string_viewEd Tanous4-336/+303
2022-02-28Simplify message registry to save binary sizeEd Tanous1-714/+251
2022-02-28websocket: fix authlessNan Zhou2-1/+4
2022-02-28Clean up Crashdump log entry creationJason M. Bills1-52/+50
2022-02-28Add url type safety to message registryEd Tanous8-110/+156
2022-02-28Generate indexes for message registriesEd Tanous4-5/+150
2022-02-25scripts: websocket: make ssl optionalNan Zhou1-1/+8
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu22-94/+361
2022-02-25subproject: boost-url & boost: update revisionNan Zhou3-7/+7
2022-02-24Do not send duplicate data for ntp serversRadivoje Jovanovic1-1/+2
2022-02-23log_services: Un-wrap some stringsJason M. Bills1-94/+92
2022-02-23Fix clang-tidy issues in nbd proxyEd Tanous1-1/+7
2022-02-23Update nbd_proxy for new ManagedObjectTypeJason M. Bills1-82/+68
2022-02-23managers: populate the name correctly for PIDWilly Tu1-1/+1
2022-02-22Make run() staticEd Tanous1-1/+1
2022-02-18chassis-state: no error in chassis if unavailableCarson Labrado1-0/+7
2022-02-17Prepare for clang-tidy-14Ed Tanous4-10/+10
2022-02-17Add message registry entry for Memhot eventJayaprakash Mutyala1-3/+14
2022-02-17Use (size() == 0) check for multi_bufferJason M. Bills1-1/+1
2022-02-15Move validateAndSplitUri to common utility headerEd Tanous3-48/+89