sort by:
Revision Author Date Message Commit Date
89b167f Merge branch 'jay/projectSupport' of https://github.com/eclipse/ice into jay/projectSupport 22 January 2016, 19:01:22 UTC
13e917b Fixed version numbers in the project support build. Fixed most of the bugs with Andrew's project support build. Still need to add SWTBot support. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 22 January 2016, 19:01:10 UTC
5f83611 Merge branch 'jay/projectSupport' of https://github.com/eclipse/ice.git into jay/projectSupport 22 January 2016, 18:57:31 UTC
6c0b60e Merge remote-tracking branch 'origin/next' into jay/projectSupport 22 January 2016, 16:39:07 UTC
17dfbb0 Adding (very) rough draft of grammar generator and tests. Signed-off-by: arbennett <bennett.andr@gmail.com> 19 January 2016, 23:26:08 UTC
81f5a00 Merge remote-tracking branch 'origin/next' into jay/projectSupport 04 January 2016, 19:42:31 UTC
523c1c6 Updated the way the Client gets the IWidgetFactory. 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> 28 December 2015, 21:12:58 UTC
18f40c2 Moving required bundles to package imports in projectgeneration. Signed-off-by: arbennett <bennett.andr@gmail.com> 28 December 2015, 20:48:52 UTC
7a636d0 Merge branch 'next' of https://github.com/eclipse/ice into next 28 December 2015, 17:16:01 UTC
c95a9fb Reworked the EclipseUIWidgetFactory to use the builder extension. 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> 28 December 2015, 17:15:43 UTC
5b3deaa Added run configurations for SWTBot tests 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> 28 December 2015, 15:54:46 UTC
aa5fd75 Consolidated grid bundles into client.widgets. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 27 December 2015, 16:51:21 UTC
3a8dd69 Merge remote-tracking branch 'origin/next' into jay/cleanup 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> 27 December 2015, 01:16:23 UTC
936b0ce Removed additional bundles and fixed the build. 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> 26 December 2015, 23:12:40 UTC
31c947c Removed some reactor files. Removed some reactor files that were either missed or readded by mistake. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 26 December 2015, 19:49:06 UTC
61ecf04 Cleaned up unused plugins and imports. 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> 25 December 2015, 17:32:55 UTC
227f926 Merge remote-tracking branch 'origin/mccaskey/joblauncherRefactor' into next 23 December 2015, 16:23:04 UTC
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
cae0453 Adding projectgeneration to the build. Signed-off-by: arbennett <bennett.andr@gmail.com> 15 December 2015, 23:13:34 UTC
deed2c6 Merge remote-tracking branch 'origin/next' into jay/projectSupport 15 December 2015, 22:45:06 UTC
18e1c1a Got project generation tests working. Signed-off-by: arbennett <bennett.andr@gmail.com> 15 December 2015, 22:44:42 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
a5cc8ff Moving in the right direction on testing projectgeneration. Signed-off-by: arbennett <bennett.andr@gmail.com> 15 December 2015, 19:25:33 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
98bff1d Streamling projectgeneration code, adding documentation and tests. Signed-off-by: arbennett <bennett.andr@gmail.com> 15 December 2015, 06:28:29 UTC
a74ffe6 Got wizard support working for item creation projects. Signed-off-by: arbennett <bennett.andr@gmail.com> 14 December 2015, 23:34:50 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
487caa8 Further attempts to get `New ICE Item Wizard` hooked up. Signed-off-by: arbennett <bennett.andr@gmail.com> 13 December 2015, 01:33:54 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
9753d8c Moved all templating to one wizard page. By filling in the package name, extension name, and class name the following classes are generated: * Model * ModelBuilder * JobLauncher * JobLauncherBuilder Additionally manifest.mf and plugin.xml are configured. Signed-off-by: arbennett <bennett.andr@gmail.com> 11 December 2015, 02:24:34 UTC
95f8908 Fixing Bug 483617. 10 December 2015, 21:22:17 UTC
f87a114 Adding ResourceBundle extension to make templating work. Signed-off-by: arbennett <bennett.andr@gmail.com> 10 December 2015, 06:35:33 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
fa21faf Adding more templating code. Just need to figure out ResourceBundle now. Signed-off-by: arbennett <bennett.andr@gmail.com> 09 December 2015, 00:52:36 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
a1d4f0d Adding projectgeneration.template package with scaffolding. Signed-off-by: arbennett <bennett.andr@gmail.com> 08 December 2015, 04:29:39 UTC
95b3a39 Merge remote-tracking branch 'origin/next' into jay/projectSupport 07 December 2015, 19:37:13 UTC
c36cd5e Adding python3 support to installer. 05 December 2015, 23:54:13 UTC
4c32f99 Moved project generation wizard to extend PDE projects. Signed-off-by: arbennett <bennett.andr@gmail.com> 03 December 2015, 22:38:34 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
7834b19 Cleaning up tests and code. Fixing some annotations. Signed-off-by: arbennett <bennett.andr@gmail.com> 02 December 2015, 01:13:33 UTC
0756005 Restructured project generation to organize wizards. Signed-off-by: arbennett <bennett.andr@gmail.com> 01 December 2015, 22:03:43 UTC
5789f6d Adding new test classes and tests for item project generation. Signed-off-by: arbennett <bennett.andr@gmail.com> 01 December 2015, 20:15:35 UTC
068fb08 Moving some things around in projectgeneration. Adding more scaffolding. Signed-off-by: arbennett <bennett.andr@gmail.com> 30 November 2015, 22:34:14 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
10f485f Merge remote-tracking branch 'origin/next' into andrew/parser_generator 17 November 2015, 23:12:03 UTC
1a3af23 Adding more scaffolding and test code for project generation. Signed-off-by: arbennett <bennettar@ornl.gov> 17 November 2015, 23:11:20 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
f1c9092 Merge remote-tracking branch 'origin/next' into andrew/parser_generator 17 November 2015, 01:20:14 UTC
a59168d Merge branch 'next' into andrew/parser_generator 17 November 2015, 01:18:59 UTC
9acb526 Adding Project Generation (and test) Bundles. Signed-off-by: arbennett <bennettar@ornl.gov> 17 November 2015, 01:18:20 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
0404ee8 Adding some EBNF boilerplate and test code. Signed-off-by: arbennett <bennettar@ornl.gov> 10 November 2015, 17:59:20 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
back to top