#
8ece0e45 |
| 02-Jan-2024 |
Ed Tanous <ed@tanous.net> |
Fix spelling mistakes
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: Iccb57b2adfd06a2
Fix spelling mistakes
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>
show more ...
|
#
dfa3fdc3 |
| 07-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
format: reformat with latest openbmc-build-scripts
Reformat the repository using the latest from openbmc-build-scripts. Add the `static/redfish` directory to be ignored by prettier since these files
format: reformat with latest openbmc-build-scripts
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
show more ...
|
#
e2415fa7 |
| 07-Sep-2022 |
Ed Tanous <edtanous@google.com> |
Write down the dbus->redfish conversion rules
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
Write down the dbus->redfish conversion rules
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
show more ...
|