summaryrefslogtreecommitdiff
path: root/redfish-core/lib/systems.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Take boost error_code by referenceEd Tanous1-47/+49
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-1/+2
2023-02-09Implementation of FabricAdapter schema in bmcwebSunny Srivastava1-0/+2
2023-01-24Refactor GetSubTree methodGeorge Liu1-70/+55
2023-01-18Fix a boatload of #includesEd Tanous1-5/+5
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-9/+8
2022-10-10Adds LastStateTime in Redfish BootProgressHieu Huynh1-0/+35
2022-10-04Make routes start matching RedfishEd Tanous1-28/+51
2022-09-12Remove nlohmann brace initializationEd Tanous1-3/+3
2022-09-07Make system handlers inlineEd Tanous1-2/+2
2022-09-02Move nested dbus calls in getComputerSystemAli Ahmed1-37/+37
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-17used sdbusplus::unpackPropertiesNoThrow part 3Krzysztof Grobelny1-243/+244
2022-08-15Move time utils to be in one placeEd Tanous1-1/+2
2022-08-15system: Remove ipsPropertiesTypeJiaqing Zhao1-5/+4
2022-08-13fix ProcessorSummary.CoreCountKrzysztof Grobelny1-1/+1
2022-07-12Fix const correctness issuesEd Tanous1-6/+6
2022-07-06system: don't fail when Boot service isn't thereNan Zhou1-0/+8
2022-06-28Fix shadowed variable issuesEd Tanous1-34/+34
2022-06-19sw_util: Rename all Firmware to Software wherever possibleWilly Tu1-3/+3
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-5/+5
2022-06-10ComputerSystem: fix ResetActionInfoNan Zhou1-12/+20
2022-06-02Fix indentation of clang-format off blocksJiaqing Zhao1-22/+22
2022-06-01Try to fix the lambda formatting issueEd Tanous1-1405/+1355
2022-05-26health: take json_ptr instead of reference when filling statusNan Zhou1-2/+2
2022-05-16Fix regression in ComputerSystemEd Tanous1-2/+5
2022-05-13Remove brace initialization of json objectsEd Tanous1-61/+71
2022-05-06system: Handle PATCH request with multi-depth readJsonJiaqing Zhao1-67/+48
2022-04-26system: Fix incorrect WatchdogTimer PATCH handlerJiaqing Zhao1-1/+1
2022-04-07Remove unused modeString in translatePowerMode()Jiaqing Zhao1-2/+0
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-10/+27
2022-04-05Redfish: Query parameters: OnlyEd Tanous1-2/+7
2022-03-22Consitently use dbus::utility typesEd Tanous1-68/+29
2022-03-17redfish:systems: Handle power restore policy of "None"Matthew Barth1-1/+4
2022-03-12Enable readability checksEd Tanous1-2/+2
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-3/+3
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-9/+10
2022-02-11Add readability-redundant-* checksEd Tanous1-4/+4
2022-02-01host-state: do not return anything if unavailableAndrew Geissler1-1/+8
2022-01-28Enable readability-container-size-empty testsEd Tanous1-5/+5
2022-01-12Enable init checkerEd Tanous1-2/+2
2022-01-10Enforce const correctnessEd Tanous1-4/+4
2022-01-10Convert VariantType to DbusVariantTypeAppaRao Puli1-3/+4
2022-01-07boot-progress: move dbus-to-redfish logic to functionAndrew Geissler1-70/+83
2022-01-07boot-progress: add support for SetupEnteredAndrew Geissler1-0/+6
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-368/+209
2021-12-28Move to common variantEd Tanous1-70/+79
2021-12-11fix the year 2038 problem in getDateTimeNan Zhou1-3/+2
2021-11-19Update clang-formatGeorge Liu1-107/+99