summaryrefslogtreecommitdiff
path: root/redfish-core/lib
AgeCommit message (Expand)AuthorFilesLines
2022-09-06used sdbusplus::unpackPropertiesNoThrow part 7Krzysztof Grobelny4-176/+170
2022-09-06query: make $select true by defaultNan Zhou2-3/+2
2022-09-06Update content of ResourceNotFound/ResourceAlreadyExists messageJiaqing Zhao12-53/+35
2022-09-02Move nested dbus calls in getComputerSystemAli Ahmed1-37/+37
2022-09-02Fix regression in pid settingEd Tanous1-28/+27
2022-09-02redfish: Add the percent lifeleft to driveJohn Edward Broadbent1-0/+18
2022-09-02used sdbusplus::unpackPropertiesNoThrow part 6Krzysztof Grobelny2-544/+416
2022-09-02Move ipv4VerifyIpAndGetBitcount into ip_utilsEd Tanous2-98/+14
2022-09-01Add 405 handler for redfishEd Tanous1-0/+26
2022-09-01Allow custom 404 handlersEd Tanous1-1/+1
2022-08-30Report MACAddress is read-only for a D-Bus Not Allowed responseJohnathan Mantey1-1/+16
2022-08-29Sensor optimizationEd Tanous1-86/+110
2022-08-29Refactor functions in sensorsEd Tanous1-61/+66
2022-08-29Refactor sensor codeEd Tanous1-124/+127
2022-08-29used sdbusplus::unpackPropertiesNoThrow part 5Krzysztof Grobelny2-60/+69
2022-08-29used sdbusplus::unpackPropertiesNoThrow part 4Krzysztof Grobelny1-67/+62
2022-08-26Add link support to SystemsCollectionEd Tanous1-0/+67
2022-08-22Fix build failure with redfish-provisioning-feature enabledJiaqing Zhao1-2/+2
2022-08-22Fix function name handleLogServicesCollectionGetClaire Weinan1-3/+3
2022-08-19query_param: Move maxEntriesPerPage to Query structJiaqing Zhao1-8/+4
2022-08-17used sdbusplus::unpackPropertiesNoThrow part 3Krzysztof Grobelny1-243/+244
2022-08-16task payload, initialize jsonValue in constructorEd Tanous1-3/+2
2022-08-15LogServices: Fix dump timestamp regressionClaire Weinan1-1/+1
2022-08-15Move time utils to be in one placeEd Tanous6-24/+30
2022-08-15system: Remove ipsPropertiesTypeJiaqing Zhao1-5/+4
2022-08-15dbus_utility: Remove ManagedItem type aliasJiaqing Zhao1-2/+2
2022-08-13fix ProcessorSummary.CoreCountKrzysztof Grobelny1-1/+1
2022-08-13used sdbusplus::unpackPropertiesNoThrow part 2Krzysztof Grobelny1-85/+78
2022-08-12drive: cleanup recent errorsJohn Edward Broadbent2-3/+3
2022-08-10query: set only to trueNan Zhou2-3/+2
2022-08-10query test: add $select testNan Zhou1-1/+2
2022-08-10Advertise select query paramEd Tanous1-1/+1
2022-08-10Add redfish-oem-manager-fan-data optionGunnar Mills1-0/+7
2022-08-09used sdbusplus::unpackPropertiesNoThrow part 1Krzysztof Grobelny1-255/+229
2022-08-08Fix tabbing on humidityEd Tanous1-1/+1
2022-08-06Use enum overload for field settingEd Tanous2-6/+12
2022-08-05Return proper redfish errors for createDump callAsmitha Karunanithi1-0/+46
2022-08-05Drop boost::posix_timeEd Tanous1-0/+1
2022-08-04log_services: PostCode: Do not populate nextLink when reaches endJiaqing Zhao1-1/+1
2022-08-04certificate: Use urlFromPieces to generate URLJiaqing Zhao1-35/+39
2022-08-04LogService: Refactor dump entry parsingClaire Weinan1-116/+67
2022-08-02log_service: crashdump entry: remove appNan Zhou1-3/+3
2022-08-02Add Link support to SessionsEd Tanous1-8/+57
2022-08-02redfish session: fix null ptr dereferenceBrad Bishop1-1/+1
2022-08-02redfish session: Handle generateUserSession errorsBrad Bishop1-0/+6
2022-08-01Add Redfish ThermalSubsystem schema in bmcwebXiaochao Ma3-0/+106
2022-08-01Add Link header handling to AccountServiceEd Tanous1-7/+55
2022-08-01ServiceRoot Support Link headerEd Tanous2-11/+29
2022-08-01certificate: Parse URL with readUrlSegments in ReplaceCertificateJiaqing Zhao1-44/+24
2022-08-01certificate: Don't check if certificate id is a numberJiaqing Zhao1-109/+53