- 17 Dec, 2015 2 commits
-
-
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>
-
- 15 Dec, 2015 2 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>
-
- 14 Dec, 2015 5 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>
-
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
-
- 03 Dec, 2015 3 commits
- 30 Nov, 2015 2 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 18 Nov, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
- 17 Nov, 2015 3 commits
-
-
amccaskey authored
Not sure why it wasn't being included. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Updated the SWTBot tests to be compliant with changes made to new layouts and button IDs. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-
- 16 Nov, 2015 2 commits
-
-
Alex McCaskey authored
Fixing bug where Clone MOOSE action would clone to the users home directory instead of the workspaces because the ICETests extension specified the home directory, and that parameter was not reset. Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
Alex McCaskey authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 13 Nov, 2015 3 commits
-
-
amccaskey authored
This commit fixes the bug found in bug 481961 where an opened Item XML File failed to execute processes due the lack of an IFormWidget object. This has been fixed with the addition of an addFormWidget method to the IClient interface, and implementation on Client that adds it to the formWidgetTable, and the ICEFormEditor setting a new EclipseFormWidget(this) on its IClient reference if the input was a FileEditorInput. Updated tests as well. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
-
- 12 Nov, 2015 5 commits
-
-
Alex McCaskey authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
Alex McCaskey authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Fixing bug where JobLauncher subclasses were being opened with default XML editor instead of ICEFormEditor. Turns out the JobLauncherForm was annotated with @XmlRootElement("form") instead of @XmlRootElement("Form") which caused the XMLFormContentDescriber to ignore it. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
The last commit added platform specific plugins to our target definition and failed to resolve on Mac and Windows. I've reverted the target to the previous configuration in this commit. I added a filter to the pom platform resolution to just use the javax.ws.rs 1.1.1 plugin, not 2.0.1, which revealed the 2.0.1 dependency came from the docker feature in the target. I removed the docker tooling, and the 2.0.1 addition to the target is gone. I'm leaving the filter for now to catch this bug in the future. We can remove it though since no plugins are pulling in the 2.0.1 plugin. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Jay Jay Billings authored
Removed javax.ws.rs 2.0. Removed unused Codehaus bundles. Fixed launch configuration. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 11 Nov, 2015 3 commits
-
-
arbennett authored
-
https://github.com/eclipse/iceamccaskey authored
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-