#
3b90d1ee |
| 12-Dec-2024 |
Janet Adkins <janeta@us.ibm.com> |
object-mapper: Clarify GetSubTree interfaces param
The existing documentation on the optional <interfaces> parameter to the GetSubTree handler and other related handlers is not clear. The wording im
object-mapper: Clarify GetSubTree interfaces param
The existing documentation on the optional <interfaces> parameter to the GetSubTree handler and other related handlers is not clear. The wording implies that the only interfaces returned in the dictionary will be the ones specified by the <interfaces> parameter.
The examples show that is not the behavior. The implementation of getSubTree() confirms this behavior. [1]
I've reworded like GetObject handler to clarify.
[1] https://github.com/openbmc/phosphor-objmgr/blob/d01fca35bf709c179ba5ade01b127b2a31ebfbce/src/handler.cpp#L139
Change-Id: Icdf407d677e8ba4c235bb10aad67d90e096ac88e Signed-off-by: Janet Adkins <janeta@us.ibm.com>
show more ...
|
#
70bf3842 |
| 23-Aug-2024 |
Myung Bae <myungbae@us.ibm.com> |
object-mapper: Add doc on AssociatedById handlers
This updates the documentation on the following new methods. - GetAssociatedSubTreeById - GetAssociatedSubTreePathsById
The handler is being implem
object-mapper: Add doc on AssociatedById handlers
This updates the documentation on the following new methods. - GetAssociatedSubTreeById - GetAssociatedSubTreePathsById
The handler is being implemented in https://gerrit.openbmc.org/c/openbmc/phosphor-objmgr/+/70699
Change-Id: Iee98fb0da2a8bf1bde663ffc2502aa106e0ecf2f Signed-off-by: Myung Bae <myungbae@us.ibm.com>
show more ...
|
#
b11998fd |
| 31-Jan-2023 |
Willy Tu <wltu@google.com> |
object-mapper: Add reference to Associated handlers
Update documentation on GetAssociatedSubTree and GetAssociatedSubTreePaths.
The handler is being implmented in https://gerrit.openbmc.org/c/openb
object-mapper: Add reference to Associated handlers
Update documentation on GetAssociatedSubTree and GetAssociatedSubTreePaths.
The handler is being implmented in https://gerrit.openbmc.org/c/openbmc/phosphor-objmgr/+/57822
Change-Id: Ic663bde03deeeda908ab5f21d10d49a389120504 Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
#
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 ...
|
#
2bc8dac0 |
| 03-Aug-2021 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Update links to phosphor-dbus-interfaces YAMLs
These commands were used to automatically correct the links: find ./ -type f -exec sed -i 's/phosphor-dbus-interfaces\/tree\/master \/xyz/phosphor-dbus
Update links to phosphor-dbus-interfaces YAMLs
These commands were used to automatically correct the links: find ./ -type f -exec sed -i 's/phosphor-dbus-interfaces\/tree\/master \/xyz/phosphor-dbus-interfaces\/tree\/master\/yaml\/xyz/g' {} + find ./ -type f -exec sed -i 's/phosphor-dbus-interfaces\/blob\/master \/xyz/phosphor-dbus-interfaces\/blob\/master\/yaml\/xyz/g' {} +
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Icdb96d947f30e4df4f68c4df7300cce0449d3286
show more ...
|
#
c80ed05c |
| 17-Oct-2019 |
Gunnar Mills <gmills@us.ibm.com> |
Create architecture directory
Move object-mapper.md to architecture/ as the first of several documents moving under architecture/.
Change-Id: Id1a53eb468b3b3e301775b45ed4b980de19ec1aa Signed-off-by
Create architecture directory
Move object-mapper.md to architecture/ as the first of several documents moving under architecture/.
Change-Id: Id1a53eb468b3b3e301775b45ed4b980de19ec1aa Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|