summaryrefslogtreecommitdiff
path: root/DBUS_USAGE.md
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09Fix spelling mistakesEd Tanous1-1/+1
These were found with: codespell -w $(git ls-files | grep "\.[hc]\(pp\)\?$") At some point in the future, we might want to get this enabled in CI. Change-Id: Iccb57b2adfd06a2e177e99db2923fe4e8e329118 Signed-off-by: Ed Tanous <ed@tanous.net>
2022-12-07markdownlint: fix all warningsPatrick Williams1-0/+2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1402cbd84c916792ca2fc0ad0f34db661cbdfa72
2022-12-07format: reformat with latest openbmc-build-scriptsPatrick Williams1-4/+4
Reformat the repository using the latest from openbmc-build-scripts. Add the `static/redfish` directory to be ignored by prettier since these files come from elsewhere and having the ability to do a direct diff is handy. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I74464d6f97047b4888a591e0d8a4f5ca970ac69e
2022-10-03Write down the dbus->redfish conversion rulesEd Tanous1-0/+24
We have a lot of DBus rules that bmcweb tries to abide by because of history and maintainability reasons. These have never been well documented, which causes problems at review time, with maintainers having no place to point to. This commit attempts to write down the guidelines we aim to hit. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Icee6f4740d24a69fb2209a7e2c8586bc018ec29a