History log of /openbmc/rest-dbus/rest-dbus (Results 1 – 14 of 14)
Revision Date Author Comments
# 9273a302 07-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 ...


# 5a65d2f6 13-Jun-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #8 from bradbishop/systemd

Enable systemd socket activation


# 3dac0773 19-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>


# 64077101 24-May-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #6 from mkumatag/pep8

Fix pep8 errors


# c693ba11 29-Apr-2016 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #7 from bradbishop/pull-pyphosphor

Update obmc package include path


# a5d18586 23-Mar-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Update obmc package include path


# 6d71c1e3 06-Feb-2016 Manjunath A Kumatagi <mkumatag@in.ibm.com>

Fix pep8 errors


# 176893cd 01-Nov-2015 Jeremy Kerr <jk@ozlabs.org>

Merge pull request #5 from bradbishop/sdbus

Add xml import back in


# b10a57e2 01-Nov-2015 Brad Bishop <bradleyb@us.ibm.com>

Add xml import back in

Erroneously removed this when adopting the introspection parser
library function.


# 92dbadfe 29-Oct-2015 Patrick Williams <patrick@stwcx.xyz>

Merge pull request #4 from bradbishop/sdbus

Handle sdbus services better


# 9e515ccc 29-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 ...


# a22e6547 28-Oct-2015 Brad Bishop <bradleyb@us.ibm.com>

Add setuptools install script

Tweaked resources path discovery.


# e0d6a5bd 28-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.


# 9b0e0bab 14-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>