Revision Date Author Comments
# 8da396ca 14-Mar-2022 Patrick Williams <patrick@stwcx.xyz>

yaml: format with prettier

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601


# e5899eb5 27-Jul-2021 Ramesh Iyyar <rameshi1@in.ibm.com>

DeleteAll and Delete: Added additional errors

The system or object may not be in a state to delete the object
either "permanently" or "temporarily" so the added errors
can be used accordingly by the

DeleteAll and Delete: Added additional errors

The system or object may not be in a state to delete the object
either "permanently" or "temporarily" so the added errors
can be used accordingly by the object implementor.

- xyz.openbmc_project.Common.Error.NotAllowed
- If the object cannot be deleted permanently.
- xyz.openbmc_project.Common.Error.Unavailable
- If the object cannot be deleted temporarily.

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
Change-Id: I1896dba4b936c263880244ee0f8b5248298ab5d1

show more ...


# b1b4d261 05-Jun-2021 William A. Kennington III <wak@google.com>

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan th

treewide: Create yaml directory

This allows the propagated yamldir paramter to work correctly in
subproject style builds. We don't want other files in the project
conflicting with tools that scan the yamldir.

Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...