History log of /openbmc/bmcweb/redfish-core/lib/systems_logservices_postcodes.hpp (Results 1 – 3 of 3)
Revision Date Author Comments
# 9d62d126 04-Sep-2024 Gunnar Mills <gmills@us.ibm.com>

Correct comment to reflect PrivilegeRegistry

Looking at
https://redfish.dmtf.org/registries/Redfish_1.5.0_PrivilegeRegistry.json
a "Entity": "LogService", is

"POST": [

Correct comment to reflect PrivilegeRegistry

Looking at
https://redfish.dmtf.org/registries/Redfish_1.5.0_PrivilegeRegistry.json
a "Entity": "LogService", is

"POST": [
{
"Privilege": [
"ConfigureManager"

below it is a SubordinateOverrides for
"Targets": [
"ComputerSystem",

with

"POST": [
{
"Privilege": [
"ConfigureComponents"

which is what this LogService is. Update the comment to reflect the
ConfigureComponents is correct.

Found in review on https://gerrit.openbmc.org/c/openbmc/bmcweb/+/74272/

Tested: Inspection only. Comment change only.

Change-Id: I4ffc7d973bb7146c78a8762dde1a42f4c4203a3c
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

show more ...


# 34fe470a 03-Sep-2024 Ed Tanous <etanous@nvidia.com>

Break out post codes into separate functions

Similar to what we've done other places, break out long inline lambdas
into individual functions.

Tested: Refactor. Code compiles.

Change-Id: I55b53dd

Break out post codes into separate functions

Similar to what we've done other places, break out long inline lambdas
into individual functions.

Tested: Refactor. Code compiles.

Change-Id: I55b53dd018a18f4d4d431ac471acd1f6c5e5e6d9
Signed-off-by: Ed Tanous <etanous@nvidia.com>

show more ...


# 8d2f868c 03-Sep-2024 Ed Tanous <etanous@nvidia.com>

Break out post codes

Similar to other patches, break out the post codes log services into
their own file. log_services.hpp is far too large.

Change-Id: I3cb644d52a9d3b5f9a15a2f90c1b69c87491e5c8
Si

Break out post codes

Similar to other patches, break out the post codes log services into
their own file. log_services.hpp is far too large.

Change-Id: I3cb644d52a9d3b5f9a15a2f90c1b69c87491e5c8
Signed-off-by: Ed Tanous <etanous@nvidia.com>

show more ...