summaryrefslogtreecommitdiff
path: root/redfish-core/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-02Make code compile on clang againEd Tanous1-1/+1
2022-06-01Expand query: reimplement the way to do subqueriesNan Zhou2-79/+114
2022-06-01Move redfish/v1 instantiationEd Tanous1-0/+3
2022-06-01Try to fix the lambda formatting issueEd Tanous7-383/+363
2022-05-23bmcweb: Remove hardcoded HTTP verbs and headersCarson Labrado1-2/+3
2022-05-23bmcweb: Fetch Satellite Config from D-BusCarson Labrado1-0/+228
2022-05-20Add RootOfTrustCollection and RootOfTrust under Google service root.Vidya Satyamsetti1-3/+58
2022-05-16Return OData.Version with responsesEd Tanous1-0/+2
2022-05-13Remove brace initialization of json objectsEd Tanous2-17/+21
2022-05-11Refactor HttpClient ClassCarson Labrado1-29/+26
2022-05-10Implement $top and $skipEd Tanous2-1/+114
2022-05-06query: expand: fix a bug in inLinksNan Zhou2-5/+14
2022-05-02Add OpenBMC.1.0.ServiceStarted to registrySui Chen1-2/+11
2022-04-28Make log services use parameter delegationEd Tanous2-0/+148
2022-04-28Make insecure-enable-redfish-query more specificEd Tanous3-8/+11
2022-04-19Remove regex uses in event service and consolidateEd Tanous1-3/+4
2022-04-19Implement odata annotations ignoringEd Tanous1-2/+16
2022-04-14EventService: Enhance inotify event filename handlingJiaqing Zhao1-3/+2
2022-04-13Add common url segments parserSzymon Dompke1-0/+58
2022-04-11query parameter: add a way to delegate certain parameterNan Zhou3-5/+127
2022-04-08registries: remove hardcoded size of MessageEntry arraysJason M. Bills5-8/+8
2022-04-08Add BIOSAttributesChanged message entrySnehalatha Venkatesh1-1/+10
2022-04-07hostlogger service: don't reference integeralsNan Zhou1-4/+4
2022-04-05Implement odata-version checksEd Tanous1-0/+13
2022-04-05Implement ExpandEd Tanous3-4/+467
2022-04-05Redfish: Query parameters: OnlyEd Tanous2-0/+163
2022-03-30Use url_view for telemetry urisSzymon Dompke2-6/+5
2022-03-30registry: Add PropertyValueExternalConflict registryRamesh Iyyar1-0/+16
2022-03-30registry: Add PropertyValueResourceConflict registryRamesh Iyyar1-0/+19
2022-03-22Consitently use dbus::utility typesEd Tanous3-70/+53
2022-03-16Remove unused redfish::AsyncRespEd Tanous1-31/+0
2022-03-14Detemplateify intToHexStringEd Tanous1-3/+1
2022-03-12Make code compile on clang againEd Tanous1-4/+5
2022-03-12Enable readability checksEd Tanous2-8/+4
2022-03-09Enable 3 member function checksEd Tanous2-13/+10
2022-03-08Drop message severityEd Tanous6-320/+3
2022-03-08Change message_registries namespace to registriesEd Tanous6-17/+16
2022-03-07Make generated warning more prominent and helpfulEd Tanous4-4/+28
2022-03-07Make parse_registries do whitespace properlyEd Tanous4-1545/+1430
2022-03-07Remove a component word from base messageHardik Panchal1-4/+4
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