- 26 Jan, 2016 1 commit
-
-
Taylor Patterson authored
-
- 25 Jan, 2016 1 commit
-
-
arbennett authored
Signed-off-by:
arbennett <bennett.andr@gmail.com>
-
- 28 Dec, 2015 4 commits
-
-
Jay Jay Billings authored
I updated the Client so that it retrieves the IWidgetFactory using a static interface method that accesses the Extension Registry. I have removed several unused components too and made minor adjustments to other files as required, such as removing files from build.properties. I fixed a bug in the build that would miss test files that ended in Test.java instead of Tester.java. I also added an existence test for IWidgetFactory.getWidgetFactories(). Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
-
Jay Jay Billings authored
Refactored the EclipseUIWidgetFactory so that it will pull extensions from the IFormWidgetBuilder extension point in addition to exposing the registration operation on its interface. I also cleaned up the OSGi component files that were hanging around for form builders. I cleaned up some old HDF5 component files too. I removed unneeded auto-launched bundles from the product too. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Robert Smith authored
Added individual run configurations for the SWTBot tests with the correct set of plug-in dependencies. These are for Windows only, as I'm intending to create one bulk run configuration for each OS after dealing with issues that are causing them to fail when all are run from a single configuration file. Also made minor changes to the tests to make them compatible with the latest changes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 27 Dec, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Conflicts: org.eclipse.ice.item/src/org/eclipse/ice/item/action/RemoteFileUploadAction.java org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSE.java org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/RemoteYamlSyntaxGenerator.java Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 26 Dec, 2015 2 commits
-
-
Jay Jay Billings authored
Removed the analysis tool and kdd bundles. Fixed various and sundry items that broke the build. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Removed some reactor files that were either missed or readded by mistake. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 25 Dec, 2015 1 commit
-
-
Jay Jay Billings authored
Removed Xolotl plugin. Removed Sassena plugin. Removed Poly plugin. Removed the Reactor Analyzer. Removed all other Reactor bundles. RIP and Merry Christmas. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 23 Dec, 2015 1 commit
-
-
amccaskey authored
next
-
- 21 Dec, 2015 5 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
We have decided that we will no longer support the native projects because they are unused and we don't have the spare developers. I am removing this code from the repository to reflect that fact and to prevent users of our upcoming releases from becoming confused by it. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 18 Dec, 2015 1 commit
-
-
amccaskey authored
This commit adds a protected createICEJob method to JobLauncher to enable subclasses to provide custom Eclipse Job implementations. This also removes the test for JobLauncher NeedsInfo since its no longer used. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 17 Dec, 2015 5 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Setup RemoteAction to leverage org.eclipse.remote Service Interfaces to prompt the user to create a new IRemoteConnection if the specified host name is not already in the Connection Preferences Table. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
This commit updates the JobLauncher to use the IActionFactory reference to perform job launches. It creates a list of Actions based on the data in the action data map and then passes those Actions to a custom Eclipse Job class for execution and monitoring. Actions now post text to the Eclipse Console. Added/Modified RemoteFileUploadAction, RemoteExecutionAction, RemoteFileDownloadAction, LocalExecutionAction, and LocalFilesCopyAction. This commit also fixes bugs in MOOSEModel (non-unique keys in app preferences) and MOOSELauncher (failed to reset host in hosts table to localhost after remote execution). Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Addressed a bug which caused the CSV Plot to ignore changes to the independent series, as only the proxy plot was having its independent series changed. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 15 Dec, 2015 3 commits
-
-
amccaskey authored
Restructured the JobLauncher to use this new LocalExecutionAction for local job launches. Created a new ICEJob subclass of Eclipse Job that takes a list of Actions to execute as part of the Eclipse Jobs API. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 14 Dec, 2015 6 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Added new RemoteAction that clients can subclass for Actions that interact with a Remote Host and need to leverage the IRemoteConnection. Configured CheckMooseInputAction, RemoteUpload/Download, and RemoteYamlSyntaxGen to subclass RemoteAction and also set them up to properly use the input Dictionary and provide just a nullary constructor. Configured JobLaunchAction to properly use these Actions. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Fixed a bug with the MOOSE model that was causing MOOSE items to try to read previous parts of a path from a string that held only the name of the most recent addition to the path. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
amccaskey authored
Added method to query available Action names. Created unit tester for ICEActionFactory. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Created ICEActionFactory default implementation of IActionFactory. Fixed bug in MOOSEFormEditor for showing plant view if app is Relap-7. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 11 Dec, 2015 2 commits
-
-
arbennett authored
-
-
- 10 Dec, 2015 1 commit
-
-
arbennett authored
-
- 09 Dec, 2015 2 commits
-
-
Jay Jay Billings authored
Eric was listed as the author but not in contributor list. Fixed that. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
This code was not authored by any of the postgrads. It was primarily developed by Eric Lingerfelt based on my initial designs and has had a few small fixes by Alex McCaskey. This commit fixes that. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 08 Dec, 2015 2 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 05 Dec, 2015 1 commit
-
-
arbennett authored
-