ref 18318: Problems in creating a SAI project in BlueCloud-Lab VRE
https://support.d4science.org/issues/18318 [#18318] Updated GitHub client library
This commit is contained in:
parent
bcb4c16927
commit
bd37e5d268
|
@ -4,9 +4,6 @@
|
|||
<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/resources"/>
|
||||
<dependent-module archiveName="acegwt-widget-1.1.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/acegwt-widget/acegwt-widget">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<property name="context-root" value="statistical-algorithms-importer"/>
|
||||
<property name="java-output-path" value="/statistical-algorithms-importer/target/statistical-algorithms-importer-1.14.1-SNAPSHOT/WEB-INF/classes"/>
|
||||
</wb-module>
|
||||
|
|
|
@ -0,0 +1,137 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
|
||||
## [1-14-1] - 2020-05-20
|
||||
|
||||
[#18318] Updated GitHub client library
|
||||
|
||||
|
||||
|
||||
## [1-14-0] - 2019-10-01
|
||||
|
||||
[#12594] Added service info
|
||||
|
||||
[#16503] Added Item Id support
|
||||
|
||||
[#17569] Updated the resources check on IS
|
||||
|
||||
|
||||
|
||||
## [1-13-2] - 2019-02-26
|
||||
|
||||
[#16157] Updated resource selection how workaround for WorkspaceExplorer widget
|
||||
|
||||
|
||||
|
||||
## [1-13-1] - 2018-12-06
|
||||
|
||||
[#12977] Added the project folder path update in the open operation
|
||||
|
||||
|
||||
|
||||
## [1-13-0] - 2018-10-01
|
||||
|
||||
[#11724] Updated support to StorageHub
|
||||
|
||||
|
||||
|
||||
## [1-12-0] - 2018-07-01
|
||||
|
||||
[#11724] Updated to StorageHub
|
||||
|
||||
|
||||
|
||||
## [1-11-0] - 2018-06-01
|
||||
|
||||
[#11750] Added Status control in Algorithm Generator
|
||||
|
||||
[#11768] Added System parameters support
|
||||
|
||||
|
||||
|
||||
## [1-10-0] - 2018-01-12
|
||||
|
||||
[#10779] Added support to Private algorithms
|
||||
|
||||
[#10705] Added user name to algorithms descriptions in SAI publication
|
||||
|
||||
|
||||
|
||||
## [1-9-0] - 2017-12-13
|
||||
|
||||
[#10523] Fixed Set Main behavior in case of R
|
||||
|
||||
[#10187] Only publish button is available
|
||||
|
||||
|
||||
|
||||
## [1-8-0] - 2017-11-09
|
||||
|
||||
Updated Tools panel
|
||||
|
||||
|
||||
|
||||
## [1-7-1] - 2017-10-01
|
||||
|
||||
Fixed Notification service retrieval
|
||||
|
||||
|
||||
|
||||
## [1-7-0] - 2017-07-01
|
||||
|
||||
[#8819] Added support for Processes as Black Boxes
|
||||
|
||||
|
||||
|
||||
## [1-6-0] - 2017-06-12
|
||||
|
||||
[#8541] Support Java 8 compatibility
|
||||
|
||||
|
||||
|
||||
## [1-5-0] - 2017-02-15
|
||||
|
||||
[#6279] Updated PortalContext support
|
||||
|
||||
[#7120] Added support only for file data type in output parameter
|
||||
|
||||
|
||||
|
||||
## [1-4-0] - 2016-12-01
|
||||
|
||||
Updated Storage support
|
||||
|
||||
Added PortalContext
|
||||
|
||||
|
||||
|
||||
## [1-3-0] - [2016-10-01]
|
||||
|
||||
[#4896] SAI enhancements
|
||||
|
||||
Updated to Auth 2.0
|
||||
|
||||
|
||||
|
||||
## [1-2-0] - 2016-10-01
|
||||
|
||||
Update to Liferay 6.2
|
||||
|
||||
Added GitHub Connector
|
||||
|
||||
|
||||
|
||||
## [1-1-0] - 2016-05-01
|
||||
|
||||
[#3283] Fixed back button behavior
|
||||
|
||||
|
||||
|
||||
## [1-0-0] - 2016-02-28
|
||||
|
||||
First Release
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portlets.user.statistical-algorithms-importer.1-14-1" date="2019-10-01">
|
||||
<Change>Updated to Git and Jenkins</Change>
|
||||
<Changeset component="org.gcube.portlets.user.statistical-algorithms-importer.1-14-1" date="2020-05-20">
|
||||
<Change>Updated GitHub client library [ticket #18318] </Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portlets.user.statistical-algorithms-importer.1-14-0" date="2019-10-01">
|
||||
<Change>Added service info [ticket #12594]</Change>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<includes>
|
||||
<include>README.md</include>
|
||||
<include>LICENSE.md</include>
|
||||
<include>changelog.md</include>
|
||||
<include>changelog.xml</include>
|
||||
<include>profile.xml</include>
|
||||
</includes>
|
||||
|
|
Loading…
Reference in New Issue