https://github.com/eclipse/ice

sort by:
Revision Author Date Message Commit Date
987245b Merging next into mccaskey/joblauncherRefactor Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 21 December 2015, 15:31:31 UTC
33edc91 Enabling better JobLauncher and ICEJob extensibility. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 21 December 2015, 15:08:31 UTC
9f97c31 Removed unneeded C++ examples and build files. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 21 December 2015, 04:27:54 UTC
bd2a029 Removed all native C++ projects. 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> 21 December 2015, 04:23:36 UTC
cb34412 Updated a dependency in the feature. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 21 December 2015, 04:19:11 UTC
fab2e5d Making ICEJob creation extensible, removing need for NeedsInfo Flag 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> 18 December 2015, 19:20:27 UTC
cacfa62 Turning off NeedsInfo test since that functionality is not used anymore. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 17 December 2015, 22:10:25 UTC
3795cb7 Set up RemoteAction to prompt user for Connection Info 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> 17 December 2015, 21:36:07 UTC
a8b1dc1 Fixing test error for when Action NeedsInfo. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 17 December 2015, 18:05:25 UTC
12b8d52 Finished JobLauncher/IActionFactory Refactor. 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> 17 December 2015, 17:51:03 UTC
ed736e7 Fixed CSV Plot Editor independent series 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> 17 December 2015, 15:45:25 UTC
91d5d4b Implemented LocalExecutionAction for local job launches. 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> 15 December 2015, 19:35:45 UTC
0b9897d Reverting MOOSEModel changes and adding MOOSEFormEditor fix to next. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 15 December 2015, 15:11:37 UTC
e6a4e15 Committing some basic code clean up. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 15 December 2015, 14:15:33 UTC
ca63c96 Fixing bug #66 - file upload bug on job launch. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 14 December 2015, 22:50:50 UTC
f9f5da5 Created RemoteAction subclass of Action 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> 14 December 2015, 22:38:28 UTC
4b854d5 Fixed MOOSE tree bug 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> 14 December 2015, 20:50:07 UTC
2481b93 Adding getAvailableActions() method to IActionFactory. Added method to query available Action names. Created unit tester for ICEActionFactory. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 14 December 2015, 20:01:26 UTC
e5ef364 Started work on IActionFactory and JobLauncher. 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> 14 December 2015, 19:47:57 UTC
ac780d2 Merging next into mccaskey/joblauncherRefactor Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 14 December 2015, 16:26:56 UTC
8ca9722 Merge remote-tracking branch 'origin/master' into next 11 December 2015, 20:22:24 UTC
6953a4a Merge branch 'next' of https://github.com/eclipse/ice.git into next 11 December 2015, 20:21:57 UTC
95f8908 Fixing Bug 483617. 10 December 2015, 21:22:17 UTC
d7cb538 Fixed contributor list. Eric was listed as the author but not in contributor list. Fixed that. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 09 December 2015, 15:59:23 UTC
cf37361 Fixed contributor list. 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> 09 December 2015, 15:29:09 UTC
0c1d368 Merging minor bug fixes into master. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 08 December 2015, 15:00:14 UTC
5a7ae53 Fixing bug with remote IP generation for ICE Updater. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 08 December 2015, 14:58:24 UTC
c36cd5e Adding python3 support to installer. 05 December 2015, 23:54:13 UTC
8a93732 Fixing VisIt dmg bug where files couldn't be unpacked. 03 December 2015, 22:11:24 UTC
5c7d9d3 Forcing unmount of dmgs. 03 December 2015, 02:01:38 UTC
7664411 Moving downloads to eclipseice.ornl.gov. 03 December 2015, 01:12:20 UTC
db05a3f Fixing kernel generation to work with new moose constructors. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 30 November 2015, 18:01:46 UTC
b5aa58a Fixing typo in build libmesh make target command. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 30 November 2015, 16:18:12 UTC
904704e Updated versions to 2.1.8. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 18 November 2015, 21:16:06 UTC
a6373da Merging next into master for 2.1.8 release Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 18 November 2015, 16:06:30 UTC
5c7478e Adding OSGI-INF folder to build properties for datastructures. Not sure why it wasn't being included. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 17 November 2015, 18:52:52 UTC
907b4aa Minor fixes to erroneous declarative service references. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 17 November 2015, 15:31:26 UTC
8df1454 Updated SWTBot tests Updated the SWTBot tests to be compliant with changes made to new layouts and button IDs. Signed-off-by: Robert Smith <SmithRW@ornl.gov> 17 November 2015, 15:23:56 UTC
db144df Fixing parameter setting bug in ICEExtensionContributionFactory 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> 16 November 2015, 18:30:36 UTC
1fa35b0 updating java 8 settings. Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov> 16 November 2015, 18:14:11 UTC
9fc0d77 Fixing bug 481961 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> 13 November 2015, 22:17:01 UTC
5192ae4 Fixed build bugs from Menghan's latest push. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 13 November 2015, 21:47:19 UTC
8cb5143 Merge remote-tracking branch 'origin/next' into jay/projectSupport 13 November 2015, 19:06:54 UTC
b85ca39 Fixing plot update bug for ReflectivityModel Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov> 12 November 2015, 23:48:50 UTC
4ae16a1 Fixing the latest build error in JobLauncherFormTester Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov> 12 November 2015, 22:14:34 UTC
a4fe75c Fixing bug JobLauncher XML Item double-click bug 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> 12 November 2015, 18:38:51 UTC
bf90c05 Committing fix for bug 481958 javax.ws.rs version error. 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> 12 November 2015, 17:10:24 UTC
28137a5 Fixed javax.ws.rs problems. Removed javax.ws.rs 2.0. Removed unused Codehaus bundles. Fixed launch configuration. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 12 November 2015, 15:26:29 UTC
8af3921 Improving error handling in installer script. 11 November 2015, 22:51:38 UTC
e2a048c Merge branch 'next' of https://github.com/eclipse/ice into next 11 November 2015, 13:35:08 UTC
82fca1c Fixing bug in xml persistence provider related to delete timing. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 11 November 2015, 13:35:03 UTC
b0dc574 Merge pull request #49 from menghanli/jay/projectSupport Adds a needed static interface call for acquiring Form Widget Builder services. 11 November 2015, 13:32:48 UTC
83825a1 Merge pull request #48 from wo-amlangwang/jay/projectSupport Bug 479223 Added extension and extension points 11 November 2015, 13:31:40 UTC
f450c5c Fixing bug 481797. BatML Model can now be opened from project explorer. Signed-off-by: arbennett <bennettar@ornl.gov> 11 November 2015, 04:50:01 UTC
787edb2 Merging batml ui removal Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 10 November 2015, 20:07:03 UTC
44b0260 Removing some print statements. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 10 November 2015, 19:58:33 UTC
5792291 Removing org.eclipse.ice.caebat.ui bundle. Signed-off-by: arbennett <bennettar@ornl.gov> 10 November 2015, 18:48:32 UTC
aa98da8 Updating the rename/delete participants to adhere to describer updates Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 10 November 2015, 16:30:26 UTC
34c2d22 Merging xml_item_rename into next Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 09 November 2015, 22:31:01 UTC
e0adc78 Merge moose_xml_contentdescriber and load_item_file_client_bug into next Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 09 November 2015, 22:30:20 UTC
70f9810 Fixing bug 481431 to open proper ICEFormEditor for ICE XML Items This commit modifies the XMLFormContentDescriber to ensure that the correct ICEFormEditor subclass is used when a users double-clicks the ICE Item XML file. It checks that no other subclass of XMLFormContentDescriber is appropriate for describing the incoming text. If not, it returns VALID and the ICEFormEditor is used, otherwise, the correct ICEFormEditor subclass corresponding to the VALID XMLFormContentDescriber is used. Added a ReflectivityXMLFormContentDescriber and tester. Still need one for BatMLFormEditor and ReactorFormEditor Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 09 November 2015, 22:23:25 UTC
750ad04 Merging next into moose_xml_contentdescriber Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 09 November 2015, 20:01:32 UTC
dc9c377 Providing way to rename Item Addressing bug 481426 by providing a cleaner way to rename an Item through the IPersistenceProvider. Also updating the form editor header contents to display the type of the Item plus its Id, and the form editor top tab the item XML file name. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 05 November 2015, 20:47:35 UTC
7d5b12a Fixing Moose widgets unresolved import error Just ran the latest unstable nightly and it fails to load the moose widgets module with the following error Unresolved requirement: Import-Package: org.eclipse.jgit.api; version="3.2.0" Looks like the correct version should be 4.0.0. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 05 November 2015, 15:15:02 UTC
532cf6e Merge branch 'next' of https://github.com/eclipse/ice into next 04 November 2015, 22:54:32 UTC
b27e892 Fixed entry composite duplication Fixed a bug where the Job Profile Editor would have duplicate widgets for the same option by having DataComponentComposites check to see if an Entry is already rendered before attempting to render it. Signed-off-by: Robert Smith <SmithRW@ornl.gov> 04 November 2015, 22:54:04 UTC
4839e5e Reverting bad work of mine... Fixing bug found in Visit preference page Path entry. Reverting it to just be and Undefined Entry (for now), but setting it up to be auto filled with visit.binpath program argument. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 22:24:09 UTC
529ac8d Committing first pass at rename persistence support. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 21:42:54 UTC
056d3a5 Fixing bug in Install_ICE.py where find_file() method was used when the actual parent directory was needed 04 November 2015, 21:15:11 UTC
057ca64 Adding widgets moose test to the build. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 19:04:43 UTC
77827f2 Adding MOOSEFormEditor content describer. Fixing bug 481431 for the MOOSE Item and MOOSE Form Editor by adding a subclass of XMLFormContentDescriber that validates whether a file is both a MOOSE Workflow XML Form. Updated the XMLFormContentDescriber test to be easily extended to new content describers, also adding a long overdue org.eclipse.ice.client.widgets.moose.test bundle and a MooseXMLFormContentDescriberTester. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 18:51:10 UTC
58a4a14 Committing potential fix to client/iceformeditor file load bug. This fix introduces extension point schemas for IUpdateEventListener, IProcessEventListener, and ISimpleResourceProvider, with default extension points pointing to the ClientExtensionRegistry for each one. Then ICEFormEditor can get the extension from the interfaces and register appropriately on a file load. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 04 November 2015, 17:14:53 UTC
5790acc Cleaned up some documentation. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 03 November 2015, 21:23:10 UTC
682e1b7 Starting work on major ICEFormEditor bug. So the ICEFormEditor.init method gets called when you double click a ICE XML file, and the Client loads the Form for the editor to use. But nothing happens to make sure the Client is updated for form changes, process, and cancel events. Starting work on getting the MOOSE Item to successfully load from file. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 03 November 2015, 21:11:29 UTC
24e2d18 Fixing bug related to saving and marking the ICEFormEditor dirty If the setDirty method was called with false, the ICEFormEditor would still set the message as "unsaved changes on the form yada yada". Fixing that here. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 03 November 2015, 21:04:27 UTC
520cf6a Improving the Add Tree Node Dialog Set up the add node dialog to also contain a text box to input the name of the to-be-created child node. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 03 November 2015, 21:02:17 UTC
029f4a2 Fixed Remote YAML and ICE Updater bug Updated the RemoteYamlSyntaxGenerator to be more robust. Set it up to create a new shell script to execute and generate the yaml/syntax files. Fixed the bug where real time plots failed to appear on form editor. Somehow the javax.ws.rs 2.0.1 bundle got turned on in the launch config that caused a clash with the 1.1.1 bundle. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 02 November 2015, 23:12:01 UTC
388c707 fix conflict fix conflict Signed-off-by: Fangzhou Lin <adamlangwang@gmail.com> 02 November 2015, 01:25:32 UTC
e10aae0 Bug 478471 Created a IFormWidgetBuilder.getFormWidgetBuilders()operation. I made this operation to be a static interface operation on IFormWidgetBuilder for getting list of registered extensions of that interface. Signed-off-by: Menghan Li <menghanli723@gmail.com> 30 October 2015, 19:17:59 UTC
c1a257d Bug 478471 Created a IFormWidgetBuilder.getFormWidgetBuilders()operation. I made this operation to be a static interface operation on IFormWidgetBuilder for getting list of registered extensions of that interface. Signed-off-by: Menghan Li <menghanli723@gmail.com> 30 October 2015, 18:50:04 UTC
e414396 Adding --unstable option to the installer. Signed-off-by: arbennett <bennettar@ornl.gov> 29 October 2015, 13:22:28 UTC
f35abee Reworked the way the default readers and writers are counted. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 29 October 2015, 04:25:24 UTC
39808c9 Fixed build errors due to the Delimited Text Reader refactor. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 29 October 2015, 03:21:08 UTC
b74ea3d Added support for space-based delimited text. Added a base class for delimited text. Added a space-based delimited text file reader. Fixed the reflectivity model to use the IOService and to use space-based delimiters. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 29 October 2015, 02:44:57 UTC
730b6e3 Fixed the remaining build bugs from the matdb service refactor. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 21:08:01 UTC
b1f478c Fixed very messed up build.properties for the materials bundle. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 20:49:41 UTC
f960426 Bug 480711 Fixed Reflectivity MatDB bug where the add button broke. The recent changes caused, for some unknown reason, the ReflectivityModel Item to no longer receive the IMaterialsDatabase service. This addresses that problem by catching the service in the core and reconfiguring the XMLMaterialsDatabase to register directly with an activator. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 20:47:00 UTC
647569a Fixed a bug in the core when unregistering the HTTP service. If ICE was executed from ICE (as in development) and the HTTP services from both instances were configured to use the same port (perhaps the default) then ICE would throw a null pointer exception on close because the Core would try to unget a null service reference. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 18:59:34 UTC
8d167aa Fixed some minor documentation issues. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 28 October 2015, 14:56:00 UTC
b315d4f Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-Off-By: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:30:15 UTC
a237755 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-Off-By: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:29:24 UTC
1d03ab8 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-Off-By: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:27:01 UTC
aa4970c Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-Off-By: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:25:48 UTC
8d04f95 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-off-by: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:12:09 UTC
3356ea2 Merge branch 'jay/projectSupport' of https://github.com/wo-amlangwang/ice.git into jay/projectSupport Signed-off-by: Fangzhou lin <adamlangwang@gmail.com> 27 October 2015, 06:08:27 UTC
9013b29 Fixed some documentation issues. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 19:33:48 UTC
f1839d9 Changed SWTBot delay time. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 18:06:16 UTC
9875a1f Fixed Java 1.8 build errors. I fixed build errors because of stale settings in the Java Library setting on the build paths for these projects. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 15:54:14 UTC
cd61ff1 Merge branch 'jay/projectSupport' into next 26 October 2015, 15:43:13 UTC
f82cd7a Removed version numbers from CDT bundles in the product. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 October 2015, 15:42:08 UTC
back to top