Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Read preferences and allow custom library directory | njames | 2016-09-04 | 1 | -1/+62 | |
| | | | | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
| * | Add git directory to git ignore. | njames | 2016-09-02 | 1 | -0/+4 | |
| | | | | | | | | | | The git directory is where serverwiz will download xml repositories Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
| * | Move XML library to it's own repository | njames | 2016-09-02 | 81 | -66645/+7 | |
| | | | | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
| * | Add Git Client for xml library management | njames | 2016-09-02 | 6 | -80/+871 | |
| | | | | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
| * | Keep track of already loaded libraries | njames | 2016-09-02 | 1 | -6/+53 | |
| | | | | | | | | | | Reloading a library can cause duplicates in library model Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
| * | Move the combining of attributes and global settings to model | njames | 2016-09-02 | 1 | -3/+9 | |
| | | | | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
| * | Include jgit jars in build | njames | 2016-09-02 | 1 | -3/+4 | |
| | | | | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
| * | Add dependent git client jars | njames | 2016-09-02 | 7 | -0/+0 | |
| | | ||||||
| * | Remove unused imports | njames | 2016-09-02 | 1 | -0/+1 | |
| | | | | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
| * | Remove commented code | njames | 2016-08-31 | 1 | -3/+0 | |
|/ | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
* | Add better comments in build script | njames | 2016-08-29 | 1 | -1/+6 | |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
* | Corrected ant build script to build on any platform | njames | 2016-08-29 | 2 | -5/+6 | |
| | | | | | | Build script had hardcoded paths needed for one-jar. Include one-jar and change to relative paths. Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
* | increase height of show hidden checkbox | njames | 2016-08-26 | 1 | -6/+1 | |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
* | Add psu redundancy ipmi sensor | njames | 2016-08-26 | 2 | -0/+58 | |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
* | Fix the Widget is disposed exception under Linux | njames | 2016-08-26 | 1 | -20/+5 | |
| | | | | | Listener that expanding column was not checking if widget was disposed Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
* | Removed carriage returns from attribute description. | njames | 2016-08-26 | 1 | -2/+10 | |
| | | | | | Linux was wrapping cell and making rows very tall. Signed-off-by: Norman James <nkskjames@gmail.com> | |||||
* | load library files in alphabetical order so dependencies can be enforced | njames | 2016-08-26 | 1 | -4/+9 | |
| | ||||||
* | update button sizes | njames | 2016-08-25 | 1 | -6/+22 | |
| | ||||||
* | Major refactor for P9: | njames | 2016-08-25 | 124 | -16849/+65313 | |
| | | | | | | | | - 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 | |||||
* | Merge pull request #18 from alvintpwang/P8NVLink | nkskjames | 2016-04-12 | 2 | -4/+124 | |
|\ | | | | | P8NVLink support | |||||
| * | P8NVLink support | alvinwang | 2016-04-12 | 2 | -4/+124 | |
|/ | ||||||
* | add -X flag for Mac | njames | 2015-11-12 | 1 | -3/+3 | |
| | ||||||
* | fix syntax in xml | njames | 2015-11-12 | 1 | -1/+0 | |
| | ||||||
* | support for mac OS | njames | 2015-11-12 | 2 | -2/+24 | |
| | ||||||
* | Start using hostboot attribute_types.xml and attribute_types_hb.xml | njames | 2015-10-24 | 7 | -17389/+6 | |
| | | | directly in build | |||||
* | Changed HashMaps to TreeMaps so saved XML will be sorted by key | njames | 2015-10-24 | 4 | -16/+18 | |
| | | | therefore making diffs and merges easier | |||||
* | Merge pull request #13 from rjknight/master | nkskjames | 2015-10-20 | 5 | -559/+1506 | |
|\ | | | | | Update Targets.pm and target_types_mrw.xml | |||||
| * | Add event reading type to .rpt file | Richard J. Knight | 2015-10-20 | 1 | -11/+40 | |
| | | | | | | | | | | -Updated processMrw.pl to include the sensor event reading type when printing the report file. | |||||
| * | Update scripts and xml files to the latest levels. | Richard J. Knight | 2015-09-14 | 5 | -543/+1463 | |
| | | ||||||
| * | Update Targets.pm and target_types_mrw.xml | Richard J. Knight | 2015-08-03 | 2 | -14/+12 | |
|/ | | | | | | -Enable ALL_MCS_IN_INTERLEAVING_GROUP and MSS_INTERLEAVE_ENABLE in Targets.pm -Move MSS_INTERLEAVE_ENABLE to the processor target | |||||
* | Merge pull request #11 from Erich-Hauptli/master | Erich Hauptli | 2015-05-20 | 1 | -17/+33 | |
|\ | | | | | Fixed 32 bit machine address overflow problem and added support for 3… | |||||
| * | Fixed 32 bit machine address overflow problem and added support for 3rd IOP ↵ | Erich Hauptli | 2015-05-20 | 1 | -17/+33 | |
| | | | | | | | | (Naples). | |||||
* | | Merge pull request #9 from Erich-Hauptli/master | Erich Hauptli | 2015-05-08 | 1 | -3/+19 | |
|\| | | | | | Fixed ProcessXbus, so it generates PEER Attributes. | |||||
| * | Fixed ProcessXbus, so it generates PEER Attributes. | Erich J. Hauptli | 2015-05-08 | 1 | -3/+19 | |
| | | ||||||
* | | removed check for library target for cards | njames | 2015-05-08 | 1 | -2/+2 | |
| | | ||||||
* | | fixed syntax error | njames | 2015-05-07 | 1 | -1/+1 | |
| | | ||||||
* | | added version | njames | 2015-05-07 | 1 | -1/+1 | |
| | | ||||||
* | | support jars | njames | 2015-05-07 | 5 | -0/+0 | |
| | | ||||||
* | | organized imports | njames | 2015-05-07 | 4 | -35/+13 | |
| | | ||||||
* | | Merge pull request #8 from Erich-Hauptli/master | nkskjames | 2015-05-07 | 1 | -93/+136 | |
|\| | | | | | Fixed Napples instances to use unique ids with p8p tag. | |||||
| * | Fixed Napples instances to use unique ids with p8p tag. Added 2nd capp and ↵ | Erich Hauptli | 2015-05-07 | 1 | -93/+136 | |
|/ | | | | 3rd x8 PHB. | |||||
* | msbswap fix | njames | 2015-03-26 | 2 | -15/+48 | |
| | ||||||
* | added vpd assoc to motherboard | njames | 2015-03-26 | 1 | -0/+1 | |
| | ||||||
* | added vpd association to motherboard | njames | 2015-03-26 | 1 | -1/+6 | |
| | ||||||
* | Merge pull request #3 from bofferdn/patch-1 | nkskjames | 2015-03-26 | 1 | -24/+48 | |
|\ | | | | | Move load line attributes to proc target | |||||
| * | Move load line attributes to proc target | Nick Bofferding | 2015-03-25 | 1 | -24/+48 | |
|/ | ||||||
* | Merge pull request #1 from Erich-Hauptli/patch-1 | nkskjames | 2015-03-23 | 1 | -13/+365 | |
|\ | | | | | Update target_types_mrw.xml | |||||
| * | Update target_types_mrw.xml | Erich Hauptli | 2015-03-09 | 1 | -13/+365 | |
| | | | | | | Added Napples Support | |||||
* | | Merge pull request #2 from Erich-Hauptli/patch-2 | nkskjames | 2015-03-23 | 1 | -0/+534 | |
|\ \ | |/ |/| | Update target_instances_v3.xml | |||||
| * | Update target_instances_v3.xml | Erich Hauptli | 2015-03-09 | 1 | -0/+534 | |
|/ | | | Added Naples. |