<feed xmlns='http://www.w3.org/2005/Atom'>
<title>serverwiz/scripts, branch master</title>
<subtitle>OpenPOWER machine XML configuration tools</subtitle>
<id>https://git.raptorcs.com/git/serverwiz/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/serverwiz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/'/>
<updated>2017-06-19T10:29:51+00:00</updated>
<entry>
<title>Add API to find connections to a given target</title>
<updated>2017-06-19T10:29:51+00:00</updated>
<author>
<name>Santosh Puranik</name>
<email>santosh.puranik@in.ibm.com</email>
</author>
<published>2017-06-19T10:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=02cf7689949f66102757b975c028c1eebedaeee7'/>
<id>urn:sha1:02cf7689949f66102757b975c028c1eebedaeee7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Targets.pm: Don't fail if BUS_TYPE is missing</title>
<updated>2017-03-21T19:11:34+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2017-03-21T14:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=20c6b2d2cc4bcfa92e3badf8e1dd0ea87adf659a'/>
<id>urn:sha1:20c6b2d2cc4bcfa92e3badf8e1dd0ea87adf659a</id>
<content type='text'>
In findConnections, don't die if a target is missing
the BUS_TYPE attribute.

Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Replace FABRIC_NODE_ID with FABRIC_GROUP_ID.</title>
<updated>2016-12-21T16:07:18+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2016-12-21T16:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=f8e3d0a4eb89eb223d868030156bf5592242be7d'/>
<id>urn:sha1:f8e3d0a4eb89eb223d868030156bf5592242be7d</id>
<content type='text'>
Hostboot changed the name of that attribute.

Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Allow findConnections end_type to be on any dest parent</title>
<updated>2016-12-21T15:56:04+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2016-11-17T20:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=0087f2be94c3e3ae2836567e6bef231031f356b9'/>
<id>urn:sha1:0087f2be94c3e3ae2836567e6bef231031f356b9</id>
<content type='text'>
Allow the end_type argument of findConnections to match
on the type of any parent ancestor of the dest unit
to allow for units that are buried in a deeper hierarchy
than just unit-&gt;chip (such as unit-&gt;unit-&gt;unit-&gt;chip).

Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Allow findConnections() to work off more than just direct children</title>
<updated>2016-11-15T19:37:09+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2016-11-15T19:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=e546fc9b60909887505ecbcd4c7b893975ad7883'/>
<id>urn:sha1:e546fc9b60909887505ecbcd4c7b893975ad7883</id>
<content type='text'>
findConnections() will now also search great granchildren and below
when looking for connections.  Also added getAllTargetChildren()
to return an array of every generation of children.

Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add new script that can extract a part from a system xml</title>
<updated>2016-11-02T16:42:14+00:00</updated>
<author>
<name>njames</name>
<email>nkskjames@gmail.com</email>
</author>
<published>2016-11-02T16:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=e0f33b53fa87911f2ac8c1c7262044e820a9260b'/>
<id>urn:sha1:e0f33b53fa87911f2ac8c1c7262044e820a9260b</id>
<content type='text'>
Signed-off-by: Norman James &lt;nkskjames@gmail.com&gt;</content>
</entry>
<entry>
<title>Support enumerations with only one value.  Fixes issue #5.</title>
<updated>2016-10-17T19:40:51+00:00</updated>
<author>
<name>njames</name>
<email>nkskjames@gmail.com</email>
</author>
<published>2016-10-17T19:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=d5439651a5c89c7a51038ce65c62ab8483271627'/>
<id>urn:sha1:d5439651a5c89c7a51038ce65c62ab8483271627</id>
<content type='text'>
Perl XML parser by default represents single child as a value
and not a hash.   This change forces enumerators to be represented
as a hash.

Signed-off-by: Norman James &lt;nkskjames@gmail.com&gt;</content>
</entry>
<entry>
<title>Add support to read old and new serverwiz xml formats.</title>
<updated>2016-09-20T20:05:25+00:00</updated>
<author>
<name>njames</name>
<email>nkskjames@gmail.com</email>
</author>
<published>2016-09-20T20:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=0d0dde4df54d8c8f101d6b23c9cfb3e55312aa3e'/>
<id>urn:sha1:0d0dde4df54d8c8f101d6b23c9cfb3e55312aa3e</id>
<content type='text'>
Signed-off-by: Norman James &lt;nkskjames@gmail.com&gt;</content>
</entry>
<entry>
<title>Major refactor for P9:</title>
<updated>2016-08-25T16:34:00+00:00</updated>
<author>
<name>njames</name>
<email>nkskjames@gmail.com</email>
</author>
<published>2016-08-25T16:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=05dfb231193d0bb3ec61e639d9d5960dc30d29df'/>
<id>urn:sha1:05dfb231193d0bb3ec61e639d9d5960dc30d29df</id>
<content type='text'>
- cleaned up package organization
- added html summary
- breakout parts library into seperate files
- added support for external parts library
- cleaned up MVC cheats
- removed unused methods</content>
</entry>
<entry>
<title>Add event reading type to .rpt file</title>
<updated>2015-10-20T16:40:14+00:00</updated>
<author>
<name>Richard J. Knight</name>
<email>rjknight@us.ibm.com</email>
</author>
<published>2015-10-20T16:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/serverwiz/commit/?id=04f15f37e9ab6c09412a0abcffb87e9aefcc5368'/>
<id>urn:sha1:04f15f37e9ab6c09412a0abcffb87e9aefcc5368</id>
<content type='text'>
    -Updated processMrw.pl to include the sensor event reading
     type when printing the report file.
</content>
</entry>
</feed>
