https://github.com/eclipse/ice

sort by:
Revision Author Date Message Commit Date
a09f2fc Adding to gitignore Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 16 February 2016, 19:32:26 UTC
b15a0a0 Fixing ContinuousEntry error message for MOOSE SWT Bot test. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 25 January 2016, 16:17:48 UTC
3e68db3 Reverting test I modified to find Parameter bug. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 21 January 2016, 20:27:23 UTC
4c25d95 Removed Entry, IEntryContentProvider, and BasicEntryContentProvider Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 21 January 2016, 20:26:17 UTC
95042c6 Implemented ExecutableEntry, setup Moose to use it correctly. Implemented the ExecutableEntry, which is basically a DiscreteEntry that keeps track of the executable URI's for its allowed values. It can persist/load itself to and from Eclipse preferences. Fixed a bug in Moose Parameter that broke tree persistence. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 21 January 2016, 19:30:14 UTC
8251c73 Removing remaining Entry imports. Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov> 20 January 2016, 20:47:30 UTC
f123391 Fixing last of item test bundle errors from entry refactor. Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov> 20 January 2016, 19:53:25 UTC
9ceba6a Updated JobProfileForm and MooseLauncher tests. Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov> 20 January 2016, 19:38:55 UTC
1d9ed73 Updating data structures test with new IEntry Updated PainfullySimpleForm to leverage IEntry and realizations. Updated tests accordingly Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov> 20 January 2016, 16:17:43 UTC
1e7594d Mainly syncing up here uncase I need to work from home. Fixed a few bugs. Removed all references to EntryConverter - every thing should be using IEntry now. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 19 January 2016, 22:51:28 UTC
6190256 Removing old EntryComposite. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 19 January 2016, 21:38:25 UTC
871ee56 Added Entry error message functionality to IEntry and IEntryComposite. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 19 January 2016, 21:35:23 UTC
7dc8ea7 Added some documentation. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 19 January 2016, 20:55:17 UTC
742ac43 Fixing bugs in rendering discrete boolean entries. Fixed bugs related to rendering discrete boolean entries. Fixed JobProfileForm to retain same functionality as before when it relied on Entry parents. Now it relies on the IUpdateable interfaces. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 19 January 2016, 20:42:26 UTC
19007a2 Setup Entry UI to adhere to new UI refactor providers. Created a new IEntryCompositeProvider and DefaultEntryCompositeProvider realization to create IEntryComposite instances based on a provided IEntry instance. Now AbstractEntryComposite realizes IEntryComposite, with StringEntryComposite, FileEntryComposite, DiscreteEntryComposite, and ExecutableEntryComposite as subclasses of AbstractEntryComposite. Configured IEntryCompositeProvider to work with Extension Registry. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 18 January 2016, 22:16:15 UTC
7afa931 Merged in jay/UIRefactor into mccaskey/entryRefactor Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 18 January 2016, 19:40:34 UTC
549c8b4 Began updating the UI to use IEntry. Setup EntryComposite to be abstract, with subclasses implementing render method. Created EntryComposite subclasses for IEntry realizations. Exposed those EntryComposites to Extension Registry and created via context id for IEntry. Not finished fixing a few bugs related to refresh. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 18 January 2016, 17:19:54 UTC
a2eb834 Cleaned up the editor and fixed wiring. I cleaned up the ICEFormEditor and fixed some wiring problems in the page factory left by the Purdue students. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 18 January 2016, 16:51:55 UTC
8c95b8b Fixed old reference in tablecomponenttester manifest. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 18 January 2016, 15:30:29 UTC
f0efb46 Added Contexts for Identifiables. Identifiable objects can now provide a "Context" that provides a clue on their domain context, which makes it easier to tie them to related tools and utilities that can be found using dynamic factories. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 16 January 2016, 18:30:24 UTC
6590878 Fixed ICEGeometry so that it inherits from ICEObject. ICEGeometry incorrectly implemented IUpdateable by providing stubs instead of full implementations of the required operations. I fixed this by changing it so that it extends ICEObject. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 16 January 2016, 17:20:01 UTC
9686017 Merge branch 'next' into jay/UIRefactor Conflicts: org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/IFormWidgetBuilder.java Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 16 January 2016, 16:52:41 UTC
d3257cc Continuing with the integration of the new IEntry. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 15 January 2016, 20:42:27 UTC
cb32468 Started the process of swapping Entry for IEntry. Went through and swapped IEntry and subclasses for Entry anonymous classes. Where significant work will be needed, I've created an EntryConverter class that maps between the two. The use of that class will be replaced one by one as this refactor continues. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 15 January 2016, 17:48:17 UTC
cd3def1 Putting ContinuousEntry in the correct plugin/package (whoops) Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 14 January 2016, 21:11:11 UTC
eebc342 Implemented ContinuousEntry and its test. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 14 January 2016, 21:10:07 UTC
1d2790c Implemented FileEntry and its test. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 14 January 2016, 20:51:14 UTC
9fe5b47 Implemented StringEntry and DiscreteEntry and their tests. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 14 January 2016, 20:13:53 UTC
0d35c5b Committing AbstractEntry Tester class. Signed-off-by: amccaskey <mccaskeyaj@ornl.gov> 14 January 2016, 18:17:51 UTC
379cd04 Creating stubbed out code for IEntry refactor. Created initial layout for IEntry interface, AbstractEntry, StringEntry, DiscreteEntry, FileEntry, and MultiValueEntry. 14 January 2016, 17:29:55 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
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
9075acf Merge branch 'menghanli-jay/UIRefactor' into jay/UIRefactor Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 27 December 2015, 17:45:36 UTC
717c14f Merge branch 'jay/UIRefactor' of https://github.com/menghanli/ice into menghanli-jay/UIRefactor Also fixed formatting, the materials database, some author blocks, etc. # Conflicts: # org.eclipse.ice.client.widgets/plugin.xml # org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/providers/DefaultPageFactory.java # org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/providers/IPageFactory.java Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 27 December 2015, 17:33:21 UTC
f933133 Merge remote-tracking branch 'origin/next' into jay/UIRefactor 27 December 2015, 16:54:19 UTC
aa5fd75 Consolidated grid bundles into client.widgets. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 27 December 2015, 16:51:21 UTC
11679de Merge remote-tracking branch 'origin/next' into jay/UIRefactor 27 December 2015, 16:35:26 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
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
9272c55 Updated documentation for DefaultMasterDetailsPageProvider Signed-off-by: Menghan Li <menghanli723@gmail.com> 03 December 2015, 03:34:43 UTC
30dd527 Fixed the userMatDB.xml file Added/fixed documentations for IMasterDetailsPageProvider related functions Signed-off-by: Menghan Li <menghanli723@gmail.com> 03 December 2015, 03:30:54 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
65d1398 Merge pull request #55 from wo-amlangwang/jay/UIRefactor Bug 482456 02 December 2015, 16:06:47 UTC
54081da document add information about copyright Signed-off-by: Fangzhou Lin <adamlangwang@gmail.com> 02 December 2015, 15:19:01 UTC
77bf580 IMeshpageprovider implement IMeshpageprovider Signed-off-by: Fangzhou Lin <adamlangwang@gmail.com> 02 December 2015, 10:52:49 UTC
7c0726f Bug 481365 Added default implementation for IMasterDetailsPageProvider Signed-off-by: Menghan Li <menghanli723@gmail.com> 02 December 2015, 08:05:29 UTC
b9dc7e1 Bug 483434 Added extension point for IEMFSection page providers. ICEFormEditor now uses IEMFSectionPageProvider to find all registered providers, and then uses the default provider to get the pages. Signed-off-by: Fangzhou Lin <adamlangwang@gmail.com> 02 December 2015, 08:02:30 UTC
9bdee7b Bug 481365 Created IMastersDetailsPageProvider interface and extension point as well as default extension Signed-off-by: Menghan Li <menghanli723@gmail.com> 02 December 2015, 07:47:02 UTC
740fe9e Bug 482456 Added extension point for Geometry page providers. ICEFormEditor now uses IGeometryPageProvide to find all registered providers, and then uses the default provider to get the pages. Signed-off-by: Fangzhou Lin <adamlangwang@gmail.com> 02 December 2015, 06:58:08 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
c4b3abe Merge remote-tracking branch 'origin/next' into jay/UIRefactor 19 November 2015, 14:54:11 UTC
904704e Updated versions to 2.1.8. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 18 November 2015, 21:16:06 UTC
4e48524 Merge pull request #52 from nickstanish/jay/UIRefactor Bug 481365 BasicComponentProvider and generic extension helper 18 November 2015, 17:55:06 UTC
d2878ab Added implementation of the DefaultBasicComponentPageProvider Signed-off-by: Nick Stanish <nickstanish@gmail.com> 18 November 2015, 16:07:53 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
731029c Added generic extension helper and BasicComponentPageProvider. Signed-off-by: Nick Stanish <nickstanish@gmail.com> 18 November 2015, 06:23:22 UTC
d83c174 Fixed extension point schema for Resource Page Provider. Signed-off-by: Nick Stanish <nickstanish@gmail.com> 18 November 2015, 05:09:55 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
efc6b73 Refactored the new UI architecture to use a factory. Updated the new UI code to use a factory, which could be - but currently is not - obtained from an extension point. This required updates to the ICEFormEditor to use the factory and to migrate the old construction code out to the new factory. I also updated the page providers to use a slightly different signature. I added a base class for default page providers so that they only provider their pages and don't duplicate code. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 16 November 2015, 16:38:09 UTC
a2ef073 Fixed formatting issues. Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov> 16 November 2015, 15:15:25 UTC
back to top