#
f4febd00 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I35ec9c19ae581e4dd00b515c1bba3a9c1862eeb1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
a3d68704 |
| 04-Jul-2022 |
Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com> |
Make description of mount and unmount asynchronous
Adding completion signal suggests asynchronicity of mount/unmount mechanism but this could be misinterpretted. This commit specifies that Mount/Unm
Make description of mount and unmount asynchronous
Adding completion signal suggests asynchronicity of mount/unmount mechanism but this could be misinterpretted. This commit specifies that Mount/Unmount dbus calls are asynchronous and Completion signal conveys the result of the operation.
Change-Id: I02fa8dec53059507fcbf1f9ef4043c2cd319d671 Signed-off-by: Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com>
show more ...
|
#
6ac6f3df |
| 28-Apr-2022 |
Patrick Williams <patrick@stwcx.xyz> |
designs: remove 'Primary Assignee'
In almost all cases this was the same individual as the author or not filled in. Nobody seems to know what this means in the context of OpenBMC, so we dropped it
designs: remove 'Primary Assignee'
In almost all cases this was the same individual as the author or not filled in. Nobody seems to know what this means in the context of OpenBMC, so we dropped it from the design template. Clean up all the existing designs to remove them.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I01309f0b63d1e0c53fb596521595c5f39f365301
show more ...
|
#
fd991943 |
| 11-Apr-2022 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo and misspell in documentation
Change-Id: I5432c28ece0332ea99a665009547c13efe8e9dd1 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
9de2f4ee |
| 22-Sep-2021 |
Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com> |
virtual-media: add support for asynchronicity
Sometimes mounting and unmounting can be time consuming. Low performing platforms mount remote resources in time exceeding 25 seconds of DBus timeout. I
virtual-media: add support for asynchronicity
Sometimes mounting and unmounting can be time consuming. Low performing platforms mount remote resources in time exceeding 25 seconds of DBus timeout. In order to address that, support for asynchronous DBus and Redfish calls has to be defined by design.
This is not an issue on faster platforms so it was not considered before.
Also Redfish schemas example has been extended with actions.
Change-Id: I651ac17ae5091e12aa78cecedf6a9f4a2c7421d8 Signed-off-by: Przemyslaw Czarnowski <przemyslaw.hawrylewicz.czarnowski@intel.com>
show more ...
|
#
d2616a95 |
| 12-Nov-2020 |
Anna Platash <anna.platash@intel.com> |
Add WriteProtected property to MountPoint interface
Bmcweb needs this property to set the WriteProtected field value in RedFish.
Change-Id: Ia516adceabe63e70c75a71309f72eaf380b38853 Signed-off-by:
Add WriteProtected property to MountPoint interface
Bmcweb needs this property to set the WriteProtected field value in RedFish.
Change-Id: Ia516adceabe63e70c75a71309f72eaf380b38853 Signed-off-by: Anna Platash <anna.platash@intel.com>
show more ...
|
#
f6ebb02f |
| 19-Aug-2020 |
Patrick Williams <patrick@stwcx.xyz> |
virtual-media: rename file to match conventions
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0726148815e1cbcd97977fc086d14991e3dcdf7a
|