Compare commits
8 Commits
Author | SHA1 | Date |
---|---|---|
Giancarlo Panichi | c6af5498d4 | |
Giancarlo Panichi | f818337e27 | |
Giancarlo Panichi | a32ec3a244 | |
Giancarlo Panichi | ce8e318ed1 | |
Giancarlo Panichi | e6f10fcb23 | |
Giancarlo Panichi | 16a81a5a84 | |
Giancarlo Panichi | 9b4c0ba843 | |
Giancarlo Panichi | 474224f183 |
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" output="target/statistical-algorithms-importer-1.14.1/WEB-INF/classes" path="src/main/java">
|
<classpathentry kind="src" output="target/statistical-algorithms-importer-1.16.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="optional" value="true"/>
|
<attribute name="optional" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry excluding="**" kind="src" output="target/statistical-algorithms-importer-1.14.1/WEB-INF/classes" path="src/main/resources">
|
<classpathentry excluding="**" kind="src" output="target/statistical-algorithms-importer-1.16.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="optional" value="true"/>
|
<attribute name="optional" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
<attribute name="test" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
||||||
|
@ -40,5 +41,5 @@
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA.jar" sourcepath="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA.jar" sourcepath="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
||||||
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
<classpathentry kind="lib" path="/home/giancarlo/gwt/gwt-2.6.1/validation-api-1.0.0.GA-sources.jar"/>
|
||||||
<classpathentry kind="output" path="target/statistical-algorithms-importer-1.14.1/WEB-INF/classes"/>
|
<classpathentry kind="output" path="target/statistical-algorithms-importer-1.16.0-SNAPSHOT/WEB-INF/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -3,6 +3,9 @@ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||||
org.eclipse.jdt.core.compiler.compliance=1.7
|
org.eclipse.jdt.core.compiler.compliance=1.7
|
||||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
|
||||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||||
|
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
|
||||||
|
org.eclipse.jdt.core.compiler.release=disabled
|
||||||
org.eclipse.jdt.core.compiler.source=1.7
|
org.eclipse.jdt.core.compiler.source=1.7
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
validateFragments=false
|
||||||
|
validation.use-project-settings=true
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||||
<wb-module deploy-name="statistical-algorithms-importer-1.14.1">
|
<wb-module deploy-name="statistical-algorithms-importer">
|
||||||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
||||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
<installed facet="jst.web" version="3.0"/>
|
<installed facet="jst.web" version="3.0"/>
|
||||||
<installed facet="wst.jsdt.web" version="1.0"/>
|
<installed facet="wst.jsdt.web" version="1.0"/>
|
||||||
<installed facet="jst.jaxrs" version="2.0"/>
|
<installed facet="jst.jaxrs" version="2.0"/>
|
||||||
|
<installed facet="liferay.portlet" version="6.0"/>
|
||||||
</faceted-project>
|
</faceted-project>
|
||||||
|
|
|
@ -4,23 +4,25 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.15.0] - 2021-10-06
|
## [v1.16.0]
|
||||||
|
|
||||||
### Features
|
- Updated to maven-portal-bom-4.0.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.15.0] - 2021-10-06
|
||||||
|
|
||||||
- Added cluster description in Service Info [#19213]
|
- Added cluster description in Service Info [#19213]
|
||||||
|
|
||||||
|
|
||||||
## [v1.14.1] - 2020-05-20
|
|
||||||
|
|
||||||
### Fixes
|
## [v1.14.1] - 2020-05-20
|
||||||
|
|
||||||
- Updated GitHub client library [#18318]
|
- Updated GitHub client library [#18318]
|
||||||
|
|
||||||
|
|
||||||
## [v1.14.0] - 2019-10-01
|
|
||||||
|
|
||||||
### Features
|
## [v1.14.0] - 2019-10-01
|
||||||
|
|
||||||
- Added service info [#12594]
|
- Added service info [#12594]
|
||||||
- Added Item Id support [#16503]
|
- Added Item Id support [#16503]
|
||||||
|
@ -30,40 +32,30 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.13.2] - 2019-02-26
|
## [v1.13.2] - 2019-02-26
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- Updated resource selection how workaround for WorkspaceExplorer widget [#16157]
|
- Updated resource selection how workaround for WorkspaceExplorer widget [#16157]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.13.1] - 2018-12-06
|
## [v1.13.1] - 2018-12-06
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- Added the project folder path update in the open operation [#12977]
|
- Added the project folder path update in the open operation [#12977]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.13.0] - 2018-10-01
|
## [v1.13.0] - 2018-10-01
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- Updated support to StorageHub [#11724]
|
- Updated support to StorageHub [#11724]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.12.0] - 2018-07-01
|
## [v1.12.0] - 2018-07-01
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Updated to StorageHub [#11724]
|
- Updated to StorageHub [#11724]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.11.0] - 2018-06-01
|
## [v1.11.0] - 2018-06-01
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Added Status control in Algorithm Generator [#11750]
|
- Added Status control in Algorithm Generator [#11750]
|
||||||
- Added System parameters support [#11768]
|
- Added System parameters support [#11768]
|
||||||
|
|
||||||
|
@ -71,8 +63,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.10.0] - 2018-01-12
|
## [v1.10.0] - 2018-01-12
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Added support to Private algorithms [#10779]
|
- Added support to Private algorithms [#10779]
|
||||||
- Added user name to algorithms descriptions in SAI publication [#10705]
|
- Added user name to algorithms descriptions in SAI publication [#10705]
|
||||||
|
|
||||||
|
@ -80,8 +70,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.9.0] - 2017-12-13
|
## [v1.9.0] - 2017-12-13
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- Fixed Set Main behavior in case of R [#10523]
|
- Fixed Set Main behavior in case of R [#10523]
|
||||||
- Only publish button is available [#10187]
|
- Only publish button is available [#10187]
|
||||||
|
|
||||||
|
@ -89,40 +77,30 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.8.0] - 2017-11-09
|
## [v1.8.0] - 2017-11-09
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- Updated Tools panel
|
- Updated Tools panel
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.7.1] - 2017-10-01
|
## [v1.7.1] - 2017-10-01
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- Fixed Notification service retrieval
|
- Fixed Notification service retrieval
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.7.0] - 2017-07-01
|
## [v1.7.0] - 2017-07-01
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Added support for Processes as Black Boxes [#8819]
|
- Added support for Processes as Black Boxes [#8819]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.6.0] - 2017-06-12
|
## [v1.6.0] - 2017-06-12
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Support Java 8 compatibility [#8541]
|
- Support Java 8 compatibility [#8541]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v1.5.0] - 2017-02-15
|
## [v1.5.0] - 2017-02-15
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Updated PortalContext support [#6279]
|
- Updated PortalContext support [#6279]
|
||||||
- Added support only for file data type in output parameter [#7120]
|
- Added support only for file data type in output parameter [#7120]
|
||||||
|
|
||||||
|
@ -130,8 +108,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.4.0] - 2016-12-01
|
## [v1.4.0] - 2016-12-01
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Updated Storage support
|
- Updated Storage support
|
||||||
- Added PortalContext
|
- Added PortalContext
|
||||||
|
|
||||||
|
@ -139,8 +115,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.3.0] - 2016-11-01
|
## [v1.3.0] - 2016-11-01
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- SAI enhancements [#4896]
|
- SAI enhancements [#4896]
|
||||||
- Updated to Auth 2.0
|
- Updated to Auth 2.0
|
||||||
|
|
||||||
|
@ -148,8 +122,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.2.0] - 2016-10-01
|
## [v1.2.0] - 2016-10-01
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Update to Liferay 6.2
|
- Update to Liferay 6.2
|
||||||
- Added GitHub Connector
|
- Added GitHub Connector
|
||||||
|
|
||||||
|
@ -157,8 +129,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v1.1.0] - 2016-05-01
|
## [v1.1.0] - 2016-05-01
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
- Fixed back button behavior [#3283]
|
- Fixed back button behavior [#3283]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
|
<Changeset
|
||||||
|
component="org.gcube.portlets.user.statistical-algorithms-importer.1-16-0"
|
||||||
|
date="2024-09-16">
|
||||||
|
<Change>Updated to maven-portal-bom-4.0.0</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset
|
<Changeset
|
||||||
component="org.gcube.portlets.user.statistical-algorithms-importer.1-15-0"
|
component="org.gcube.portlets.user.statistical-algorithms-importer.1-15-0"
|
||||||
date="2021-10-06">
|
date="2021-10-06">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<groupId>org.gcube.tools</groupId>
|
<groupId>org.gcube.tools</groupId>
|
||||||
<version>1.1.0</version>
|
<version>1.2.0</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>statistical-algorithms-importer</artifactId>
|
<artifactId>statistical-algorithms-importer</artifactId>
|
||||||
<version>1.15.0</version>
|
<version>1.16.0</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
|
|
||||||
|
@ -100,14 +100,6 @@
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.thoughtworks.xstream</groupId>
|
|
||||||
<artifactId>xstream</artifactId>
|
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
@ -199,7 +191,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>storagehub-client-library</artifactId>
|
<artifactId>storagehub-client-library</artifactId>
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/org.json/json -->
|
<!-- https://mvnrepository.com/artifact/org.json/json -->
|
||||||
|
@ -437,7 +428,7 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>n52-releases</id>
|
<id>n52-releases</id>
|
||||||
<name>52n Releases</name>
|
<name>52n Releases</name>
|
||||||
<url>http://52north.org/maven/repo/releases/</url>
|
<url>https://52north.org/maven/repo/releases/</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
|
@ -464,7 +455,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-portal-bom</artifactId>
|
<artifactId>maven-portal-bom</artifactId>
|
||||||
<version>3.6.3</version>
|
<version>4.0.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/CommonMessages.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/PortalViewport.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/StatAlgoImporter.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/StatAlgoImporterController.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/codeparser/CodeParser.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/create/ProjectCreateWizard.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/create/ProjectFolderSelectionCard.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/create/ProjectSetupSelectionCard.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/custom/ColonSpaceValidator.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoDataProperties.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoDialog.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/BinaryCodeSetEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/DeleteItemEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/ImportCodeEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/InputReadyEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/InputRequestEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/MainCodeSetEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/NewCodeEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/NewSelectedRowsVariableEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/ProjectStatusEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/SessionExpiredEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/ShowCodeEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/StatAlgoImporterRibbonEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/WorkAreaEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/controller/ControllerRequestEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/dminfo/ServiceInfoEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/event/dminfo/ServiceInfoRequestEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/maindata/CodeEditMessages.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/maindata/CodeEditPanel.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/maindata/MainDataPanel.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/monitor/MonitorDeployOperation.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/monitor/MonitorDeployOperationEvent.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/monitor/StatAlgoImporterMonitor.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/project/ProjectManager.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/properties/CodeDataProperties.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/properties/DataTypePropertiesCombo.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/properties/GlobalVariablesProperties.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/properties/IOTypePropertiesCombo.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/properties/InputOutputVariablesProperties.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/properties/InterpreterPackageInfoProperties.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/properties/RequestedVREProperties.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/SAIStyles.css
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/SAIStyles.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/StatAlgoImporterResources.java
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/WikiLink.txt
Normal file → Executable file
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/add_16.png
Normal file → Executable file
Before Width: | Height: | Size: 509 B After Width: | Height: | Size: 509 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/add_24.png
Normal file → Executable file
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 758 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/algorithm_24.png
Normal file → Executable file
Before Width: | Height: | Size: 1014 B After Width: | Height: | Size: 1014 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/algorithm_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/cancel_24.png
Normal file → Executable file
Before Width: | Height: | Size: 995 B After Width: | Height: | Size: 995 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/cancel_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/delete_16.png
Normal file → Executable file
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 587 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/delete_24.png
Normal file → Executable file
Before Width: | Height: | Size: 928 B After Width: | Height: | Size: 928 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/download_16.png
Normal file → Executable file
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 546 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/download_24.png
Normal file → Executable file
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 799 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/download_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/github_24.png
Normal file → Executable file
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 984 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/github_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/help_24.png
Normal file → Executable file
Before Width: | Height: | Size: 917 B After Width: | Height: | Size: 917 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/help_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/input_16.png
Normal file → Executable file
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/job_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/output_16.png
Normal file → Executable file
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 615 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/project-create_24.png
Normal file → Executable file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/project-create_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/project-open_24.png
Normal file → Executable file
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/project-open_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/project-save_24.png
Normal file → Executable file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/project-save_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/publish_24.png
Normal file → Executable file
Before Width: | Height: | Size: 963 B After Width: | Height: | Size: 963 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/publish_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/reload_16.png
Normal file → Executable file
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/reload_24.png
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/reload_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/sai-logo.png
Normal file → Executable file
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/save_16.png
Normal file → Executable file
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 501 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/save_24.png
Normal file → Executable file
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 720 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/service_profile_24.png
Normal file → Executable file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/service_profile_32.png
Normal file → Executable file
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/upload_24.png
Normal file → Executable file
Before Width: | Height: | Size: 848 B After Width: | Height: | Size: 848 B |
0
src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/resource/upload_32.png
Normal file → Executable file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |