summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added attribute filteringHEADmasternjames2017-08-256-26/+81
| | | | Processes serverwizShow tag and enables attribute filtering Also fixes xml ordering dependency
* Merge pull request #34 from santoshpuranik/find_destination_connectionsnkskjames2017-06-201-43/+133
|\ | | | | Add API to find connections to a given target
| * Add API to find connections to a given targetSantosh Puranik2017-06-191-43/+133
| |
* | Default attribute value overwritten by target typenjames2017-06-202-2/+8
|/ | | | | If target_type default attribute was blank, it was overwriting attribute_type default value. this fix checks for a non-empty default value before assigning to children.
* Merge pull request #30 from spinler/masternkskjames2017-03-270-0/+0
|\ | | | | Allow findConnections end_type to be on any dest parent
| * Allow findConnections end_type to be on any dest parentMatt Spinler2016-11-171-0/+23
| | | | | | | | | | | | | | | | | | 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->chip (such as unit->unit->unit->chip). Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* | Merge pull request #32 from spinler/targets_conn_fixnkskjames2017-03-271-1/+6
|\ \ | | | | | | Targets.pm: Don't fail if BUS_TYPE is missing
| * | Targets.pm: Don't fail if BUS_TYPE is missingMatt Spinler2017-03-211-1/+6
|/ / | | | | | | | | | | | | In findConnections, don't die if a target is missing the BUS_TYPE attribute. Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* | Force top level name in hierarchy include positionnjames2017-02-092-3/+7
| | | | | | For example sys would become sys-0
* | Merge pull request #31 from spinler/targetsnkskjames2017-01-101-2/+25
|\ \ | | | | | | Targets.pm fixes
| * | Replace FABRIC_NODE_ID with FABRIC_GROUP_ID.Matt Spinler2016-12-211-2/+2
| | | | | | | | | | | | | | | | | | Hostboot changed the name of that attribute. Signed-off-by: Matt Spinler <spinler@us.ibm.com>
| * | Allow findConnections end_type to be on any dest parentMatt Spinler2016-12-211-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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->chip (such as unit->unit->unit->chip). Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* | | Move attribute inheritance until all libraries are loadednjames2017-01-103-17/+29
| | |
* | | Read targetTypeExtension tag from target_types_hb.xmlnjames2017-01-091-11/+14
| | |
* | | Rebase always even after a resetnjames2017-01-091-6/+5
|/ /
* | Merge pull request #28 from spinler/masternkskjames2016-11-161-1/+27
|\| | | | | Allow findConnections() to work off more than just direct children
| * Allow findConnections() to work off more than just direct childrenMatt Spinler2016-11-151-1/+27
|/ | | | | | | | 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 <spinler@us.ibm.com>
* Add new script that can extract a part from a system xmlnjames2016-11-021-0/+50
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Add capability to merge multiple target type xmlsnjames2016-10-211-3/+11
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Support enumerations with only one value. Fixes issue #5.njames2016-10-171-1/+1
| | | | | | | 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 <nkskjames@gmail.com>
* Add support to read old and new serverwiz xml formats.njames2016-09-201-47/+106
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Make 'Manage Library' button slightly widernjames2016-09-151-2/+2
|
* Update linux SWT jarnjames2016-09-151-0/+0
|
* update JFace to address SWT3 bug on Linuxnjames2016-09-152-0/+0
|
* Add message box when cloning is completenjames2016-09-151-14/+17
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Add default build target and reformatnjames2016-09-151-75/+73
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Change font on bus tab labelnjames2016-09-151-0/+1
|
* Update README to reflect new Git library management.njames2016-09-141-7/+23
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Merge pull request #26 from open-power/new_viewnkskjames2016-09-14103-66770/+1222
|\ | | | | Merge new_view branch into master
| * Merge pull request #25 from open-power/masternkskjames2016-09-141-0/+33
| |\ | |/ |/| Added README file with build instructions
* | Added README file with build instructionsnjames2016-09-081-0/+33
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Add XML converter from old to new formatnjames2016-09-141-3/+69
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Update SWT jar for Linuxnjames2016-09-111-0/+0
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Change Progress bar to stdout progress monitornjames2016-09-111-12/+15
| | | | | | | | | | The Progress bar popup was hanging MacOS Signed-off-by: Norman James <nkskjames@gmail.com>
| * Add height to tabbed foldernjames2016-09-111-2/+4
| | | | | | | | | | Bottom of tabbed folder was being cutoff in some OS's. Signed-off-by: Norman James <nkskjames@gmail.com>
| * Don't load XML if wrong version detected.njames2016-09-111-0/+1
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * No longer use zip archive of xml files.njames2016-09-081-4/+0
| | | | | | | | | | The xml is now downloaded from git directly with a git client. Signed-off-by: Norman James <nkskjames@gmail.com>
| * Change all fonts to Arial.njames2016-09-081-0/+6
| | | | | | | | | | Default font does not render well in Linux. Signed-off-by: Norman James <nkskjames@gmail.com>
| * Updated licensing headernjames2016-09-071-10/+10
| | | | | | Norman James <nkskjames@gmail.com>
| * Change font so dialog renders better under Linuxnjames2016-09-071-2/+7
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Add commentsnjames2016-09-071-13/+20
| | | | | | Norman James <nkskjames@gmail.com>
| * Make git error message more clearnjames2016-09-071-1/+1
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Change font for dialog boxesnjames2016-09-072-20/+86
| | | | | | | | | | Buttons were not rendering correctly under Linux Signed-off-by: Norman James <nkskjames@gmail.com>
| * Change wording on Manage Library buttonnjames2016-09-061-2/+2
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Change password prompt to a modal dialog box.njames2016-09-063-11/+25
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Add delete confirmation of github repositorynjames2016-09-041-0/+9
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Remove unused importsnjames2016-09-042-4/+1
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Remove unused importsnjames2016-09-041-19/+1
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Rework git interfacenjames2016-09-043-34/+59
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
| * Check for library, and clone from git if not presentnjames2016-09-041-13/+16
| | | | | | Signed-off-by: Norman James <nkskjames@gmail.com>
OpenPOWER on IntegriCloud