History log of /openbmc/rest-dbus/ (Results 1 – 14 of 14)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7690240307-Dec-2022 Brad Bishop <bradleyb@fuzziesquirrel.com>

Prepare for deprecation and archival

This project is not maintained - provide anyone that happens across it
some possible avenues of revival.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com

Prepare for deprecation and archival

This project is not maintained - provide anyone that happens across it
some possible avenues of revival.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: Ic648dd7df41fde23298a6efa555cb95656c498fc

show more ...

99d57f2623-Oct-2021 Manojkiran Eda <manojkiran.eda@gmail.com>

Add OWNERS file

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I1b92ea9d458ff1cfe485961e2eae1fcbc5a6a8d8

9273a30207-Feb-2019 James Feist <james.feist@linux.intel.com>

Make bools correctly display as booleans

dbus.Boolean gets converted to int when translating
to json. If we convert it to python bool first it
gets displayed as a bool.

Tested-by: Navigated to debu

Make bools correctly display as booleans

dbus.Boolean gets converted to int when translating
to json. If we convert it to python bool first it
gets displayed as a bool.

Tested-by: Navigated to debug server and saw all bools
read as "true" and "false" instead of 1 and 0.

Change-Id: Ic47bacab86ca5a58da435d27290cded98957cb21
Signed-off-by: James Feist <james.feist@linux.intel.com>

show more ...

403ce23031-Oct-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

maintainers: Add Jeremy Kerr

Jeremy wrote rest_dbus, so it only makes sense for Jeremy to be a
committer.

Change-Id: I8f56e51c9d495354745131ac2e0eabbba48d7dcd
Signed-off-by: Brad Bishop <bradleyb@f

maintainers: Add Jeremy Kerr

Jeremy wrote rest_dbus, so it only makes sense for Jeremy to be a
committer.

Change-Id: I8f56e51c9d495354745131ac2e0eabbba48d7dcd
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

58996aed31-Oct-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

Add Apache LICENSE

Add a license terms for rest-dbus.

Change-Id: Ia627b187e60d65e930c0bb0502a0790ac8a11239
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

3084b80c18-May-2018 Andrew Jeffery <andrew@aj.id.au>

Add MAINTAINERS file

Change-Id: Ic6a44ca910dac339d0711e70339fdf7b5e8a3f97
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

3dac077319-May-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Enable systemd socket activation

Optionally use sockets provided by systemd if present. If not
start normally.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

a5d1858623-Mar-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Update obmc package include path

6d71c1e306-Feb-2016 Manjunath A Kumatagi <mkumatag@in.ibm.com>

Fix pep8 errors

b10a57e201-Nov-2015 Brad Bishop <bradleyb@us.ibm.com>

Add xml import back in

Erroneously removed this when adopting the introspection parser
library function.

9e515ccc29-Oct-2015 Brad Bishop <bradleyb@us.ibm.com>

Address sdbus service discovery issue

Objects created with sdbus bindings present
themselves differently than python-dbus and gdbus
when introspected. The OpenBMCMapper module
has a parser that hid

Address sdbus service discovery issue

Objects created with sdbus bindings present
themselves differently than python-dbus and gdbus
when introspected. The OpenBMCMapper module
has a parser that hides that so use that for
service discovery.

show more ...

a22e654728-Oct-2015 Brad Bishop <bradleyb@us.ibm.com>

Add setuptools install script

Tweaked resources path discovery.

e0d6a5bd28-Oct-2015 Brad Bishop <bradleyb@us.ibm.com>

Remove session bus from bus list

A session bus isn't being started so this hangs on startup.

9b0e0bab14-Sep-2015 Jeremy Kerr <jk@ozlabs.org>

Initial commit

Add rest-dbus script and resources for human UI.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>