<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-logging/tools/example/xyz, branch master</title>
<subtitle>OpenBMC Phosphor logging library sources (not useful for felling trees)</subtitle>
<id>https://git.raptorcs.com/git/phosphor-logging/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-logging/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/'/>
<updated>2017-03-15T21:11:40+00:00</updated>
<entry>
<title>test: add callout-test</title>
<updated>2017-03-15T21:11:40+00:00</updated>
<author>
<name>Deepak Kodihalli</name>
<email>dkodihal@in.ibm.com</email>
</author>
<published>2017-03-06T05:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=739e925643409e2e9b7750b3cb9f6d873c2be2fe'/>
<id>urn:sha1:739e925643409e2e9b7750b3cb9f6d873c2be2fe</id>
<content type='text'>
Add test program which can create callouts based on an input device
path. It creates an error, with callouts, with name TestCallout.

Change-Id: I96b66b73ae4a9c00daff06222841a13747c07408
Signed-off-by: Deepak Kodihalli &lt;dkodihal@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>metadata: introduce 'process' keyword</title>
<updated>2017-03-15T14:20:14+00:00</updated>
<author>
<name>Deepak Kodihalli</name>
<email>dkodihal@in.ibm.com</email>
</author>
<published>2017-02-28T05:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=89d6be41db901e1c5b571298ca613f365cdf1e1c'/>
<id>urn:sha1:89d6be41db901e1c5b571298ca613f365cdf1e1c</id>
<content type='text'>
An error metadata field that has the 'process' keyword set to true is
an indication that this metadata will have some associated action that
will take place after this metadata (and associated error) is logged to
the journal and before the associated error is committed.

The associated action will have to be implemented when adding the
'process' keyword.

Add 'process' keyword to an example error definition.

Change-Id: I42ab3fa230479000a88a18046548242c0043ac86
Signed-off-by: Deepak Kodihalli &lt;dkodihal@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>Error log inject tool</title>
<updated>2017-03-15T13:42:18+00:00</updated>
<author>
<name>Michael Tritz</name>
<email>mtritz@us.ibm.com</email>
</author>
<published>2017-02-20T02:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=e0eb1dddb5d5975bb867767a4cbfa652b5792e79'/>
<id>urn:sha1:e0eb1dddb5d5975bb867767a4cbfa652b5792e79</id>
<content type='text'>
This tool adds an option to the logging-test
to inject an error as specified by command
line.

Change-Id: I1028bd3964db23ed5ffa50414f7a6cc2f880c40c
Signed-off-by: Michael Tritz &lt;mtritz@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Include namespaces in the phosphor-logging exception name</title>
<updated>2017-03-02T16:27:03+00:00</updated>
<author>
<name>Adriana Kobylak</name>
<email>anoo@us.ibm.com</email>
</author>
<published>2017-02-20T17:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=465aaeccc5c01a437b3a3b23a9566482af0c32b5'/>
<id>urn:sha1:465aaeccc5c01a437b3a3b23a9566482af0c32b5</id>
<content type='text'>
Currently the phosphor-logging exception name is for example
Device for an error file located in xyz/openbmc_project/Error/Callout/.
It should instead be named xyz.openbmc_project.Error.Callout.Device
following the naming structure of the sdbusplus++ tool
to differentiate it from other Device error exceptions.
With the full name, the namespaces can be determined, so there's no
need to pass the namespace parameter to the template that generates
the elog-errors.hpp. As with the name, follow the namespace
structure of the sdbusplus exception object.

Closes openbmc/phosphor-logging#2

Change-Id: I960d759d90aa18fd43211034ebd6009859113ee7
Signed-off-by: Adriana Kobylak &lt;anoo@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Move inherits keyword from errors.yaml to metadata.yaml</title>
<updated>2017-02-20T13:04:58+00:00</updated>
<author>
<name>Adriana Kobylak</name>
<email>anoo@us.ibm.com</email>
</author>
<published>2017-02-14T04:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=17944e13e5d00d17427b5d49c6e84dbfd0033b45'/>
<id>urn:sha1:17944e13e5d00d17427b5d49c6e84dbfd0033b45</id>
<content type='text'>
The metadata.yaml file is the correct location for the inherits.
Update the elog-gen.py parser to support this change.

Change-Id: Iac7f67ec72e761ab3dafbf89c7e4d5495b34f00d
Signed-off-by: Adriana Kobylak &lt;anoo@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>elog-gen.py : order inherited errors</title>
<updated>2017-01-27T16:43:03+00:00</updated>
<author>
<name>Deepak Kodihalli</name>
<email>dkodihal@in.ibm.com</email>
</author>
<published>2017-01-18T06:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=5d1aace69bea0c76229335dcdc09ec63eda63931'/>
<id>urn:sha1:5d1aace69bea0c76229335dcdc09ec63eda63931</id>
<content type='text'>
The elog-gen.py script should process errors such that the generated
code has definitions for parent errors before their child errors are
defined.

Change-Id: I035292731346bdba969f549c7e4033066814890f
Signed-off-by: Deepak Kodihalli &lt;dkodihal@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>elog-gen.py : get inherited-from error</title>
<updated>2017-01-27T16:42:25+00:00</updated>
<author>
<name>Deepak Kodihalli</name>
<email>dkodihal@in.ibm.com</email>
</author>
<published>2017-01-17T13:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=82b7de7e3211659a3dd323d7a986cfec7a3751ff'/>
<id>urn:sha1:82b7de7e3211659a3dd323d7a986cfec7a3751ff</id>
<content type='text'>
Openbmc error interfaces can inherit other error interfaces, thereby
allowing to combine metadata across errors. The current implementation
would support single inheritance only.

This first commit related to error inheritance implementation lets
elog-gen.py figure out an error's parent.

Change-Id: Ia5c44de755e777e0cb2725afa5988c97283d10f0
Signed-off-by: Deepak Kodihalli &lt;dkodihal@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>elog-gen.py : read multiple error yaml files</title>
<updated>2017-01-27T16:42:17+00:00</updated>
<author>
<name>Deepak Kodihalli</name>
<email>dkodihal@in.ibm.com</email>
</author>
<published>2017-01-17T10:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=160d3e0b810f6c5f582c7daf906ce0c99cd4194e'/>
<id>urn:sha1:160d3e0b810f6c5f582c7daf906ce0c99cd4194e</id>
<content type='text'>
This change enables the elog-gen script to look at more than one error
yaml file (and corresponding metadata yaml file). The input to the
script had to be changed to a yaml directory, containing
error yaml files, instead of a single error yaml file.

The reason to support reading multiple error yaml files is that,
without this, applications have to all dump their errors in a single big
error yaml file. Now it's possible to write application/domain specific
error yaml files; they just need to be exported to the same location,
from where elog-gen.py can pick them.

Change-Id: I9418bf0e0b54a7b7f7701b337649cb8eb4c54913
Signed-off-by: Deepak Kodihalli &lt;dkodihal@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix types in error-logging YAML to match openbmc standards</title>
<updated>2017-01-21T08:13:59+00:00</updated>
<author>
<name>Deepak Kodihalli</name>
<email>dkodihal@in.ibm.com</email>
</author>
<published>2017-01-16T10:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=9916119f0daad8bd5b3fbd926ada9a023949f311'/>
<id>urn:sha1:9916119f0daad8bd5b3fbd926ada9a023949f311</id>
<content type='text'>
Change-Id: If5e2e534740f0675ba9294905ae531e015aed85a
Signed-off-by: Deepak Kodihalli &lt;dkodihal@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>Rename &lt;Interface&gt;.logging.yaml to &lt;Interface&gt;.metadata.yaml</title>
<updated>2017-01-21T08:13:59+00:00</updated>
<author>
<name>Deepak Kodihalli</name>
<email>dkodihal@in.ibm.com</email>
</author>
<published>2017-01-16T09:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-logging/commit/?id=d310378f4fcd7a7bcdfea81c0e7c93351b6f992f'/>
<id>urn:sha1:d310378f4fcd7a7bcdfea81c0e7c93351b6f992f</id>
<content type='text'>
This change is just for brevity.

Change-Id: Ie2360b19179837a1dc3675e96a4adcc2114f2bc6
Signed-off-by: Deepak Kodihalli &lt;dkodihal@in.ibm.com&gt;
</content>
</entry>
</feed>
