History log of /openbmc/pyphosphor/obmc/utils/misc.py (Results 1 – 9 of 9)
Revision Date Author Comments
# ffe66a91 04-Apr-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

utils: Remove ListMatch

This is a pointless class given python lambdas. It was also
broken with aea38c65. Drop.

Change-Id: Ib269fee1b09cd04defe6ec98c2f5dc4118d5425e
Signed-off-by: Brad Bishop <br

utils: Remove ListMatch

This is a pointless class given python lambdas. It was also
broken with aea38c65. Drop.

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

show more ...


# aea38c65 30-Jan-2018 Brad Bishop <bradleyb@fuzziesquirrel.com>

Enable pycodestyle

Apply fix-ups and run pycodestyle during CI testing.

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


# b00a989b 19-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

utils: add prefix

Allow some composition of the strings returned by
org_dot_openbmc_match_strings.

Signed-off-by: Brad Bishop <bradleyb
Change-Id: I8e6a522af175bba70aedbfb4f5a65e06b9237598


# bf72047d 19-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

utils: match parents

Match parents like '/org' in addition to '/org/openbmc/foo' when
testing with org_dot_openbmc_match.

Change-Id: I707f1de0367bfad0de4afa4436b10203c0d7f852
Signed-off-by: Brad Bi

utils: match parents

Match parents like '/org' in addition to '/org/openbmc/foo' when
testing with org_dot_openbmc_match.

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

show more ...


# 25af4ba8 15-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

utils: provide dbus match strings

Provide a list of name filters, suitable for use with dbus
interface/path name matching.

Change-Id: I47a3be43e4460e35ec457436300fac82eb18a03f
Signed-off-by: Brad B

utils: provide dbus match strings

Provide a list of name filters, suitable for use with dbus
interface/path name matching.

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

show more ...


# 4234e718 08-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Remove Path class

Unused, and os.path should be favored anyway.

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


# 91ae8f91 08-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Add xyz.openbmc-project to interface match

In preparation for migration to xyz.openbmc-project.

Change-Id: Ia134de704affb3b51726790ea38b9b36bdda16b1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquir

Add xyz.openbmc-project to interface match

In preparation for migration to xyz.openbmc-project.

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

show more ...


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

Merge pull request #1 from bradbishop/pull

Pull


# 8ffe1e44 11-Feb-2016 Brad Bishop <radsquirrel@gmail.com>

Introducing pyobmc

We have openbmc python utilities scattered all over the place. To
facilitate reuse, bring them together in a single python package.

None of this is new code, it was all simply p

Introducing pyobmc

We have openbmc python utilities scattered all over the place. To
facilitate reuse, bring them together in a single python package.

None of this is new code, it was all simply ported and re-arranged
from other projects.

Ran everything through pep8.

show more ...