From 9646aecef3653a0ef96799ac1302220b6420eb1b Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 24 Jun 2021 10:13:11 +0200 Subject: [PATCH 1/8] add social-mail-servlet portlet --- open/gcube-5.4.0.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/open/gcube-5.4.0.yaml b/open/gcube-5.4.0.yaml index e7c35f7..01bab65 100644 --- a/open/gcube-5.4.0.yaml +++ b/open/gcube-5.4.0.yaml @@ -100,6 +100,8 @@ gCube_release: version: 6.27.1 - name: messages version: 2.5.0 + - name: social-mail-servlet + version: 2.5.0 Distributions: From af244a73323e7f4618f820f2f77c604b95f05dd4 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 24 Jun 2021 12:01:57 +0200 Subject: [PATCH 2/8] add storagegehub-client-wrapper component --- open/gcube-5.4.0.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/open/gcube-5.4.0.yaml b/open/gcube-5.4.0.yaml index 1bc3a84..9f51e8e 100644 --- a/open/gcube-5.4.0.yaml +++ b/open/gcube-5.4.0.yaml @@ -41,9 +41,9 @@ gCube_release: - name: smart-executor-client version: 3.0.0 -# EnablingLibraries: -# - name: common-smartgears-app -# version: 2.0.3 + Libraries: + - name: storagehub-client-wrapper + version: 1.1.0 # - name: resource-registry-schema-client # version: 4.0.0 # - name: resource-registry-context-client From 2739ce238b267d61aaa72c9e4392df5db0f3826d Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 24 Jun 2021 14:33:11 +0200 Subject: [PATCH 3/8] add maven-portal-bom component --- open/gcube-5.4.0.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/open/gcube-5.4.0.yaml b/open/gcube-5.4.0.yaml index 9f51e8e..0a5c21c 100644 --- a/open/gcube-5.4.0.yaml +++ b/open/gcube-5.4.0.yaml @@ -7,6 +7,8 @@ gCube_release: NoDeps: - name: smart-executor-bom version: 3.0.0 + - name: maven-portal-bom + version: 3.6.3 CoreLibraries: - name: smart-executor-api From 8c54c7134b9edc2b4f9fd4a2753e02025a398934 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 24 Jun 2021 15:29:46 +0200 Subject: [PATCH 4/8] add other components portal side --- open/gcube-5.4.0.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/open/gcube-5.4.0.yaml b/open/gcube-5.4.0.yaml index 0a5c21c..90d4bdc 100644 --- a/open/gcube-5.4.0.yaml +++ b/open/gcube-5.4.0.yaml @@ -19,6 +19,8 @@ gCube_release: # version: 1.2.2 - name: document-store-lib-no-insert version: 2.0.0 + - name: oidc-library + version: 1.3.0 Model: - name: storagehub-model @@ -58,7 +60,16 @@ gCube_release: version: 2.0.0 - name: oidc-library-portal version: 1.3.1 - + + Hooks: + - name: user-registration-hook + version: 2.0.4 + - name: VREFolder-hook + version: 6.8.2 + + LibrariesII: + - name: threadlocal-vars-cleaner + version: 2.3.1 Plugins: - name: accounting-dashboard-harvester-se-plugin @@ -106,6 +117,8 @@ gCube_release: version: 2.5.0 - name: social-mail-servlet version: 2.5.0 + - name: workspace-widget-portlet + version: 1.5.1 Distributions: From 78ef351495a9453e27f5d5d4739652b2beae0f93 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 24 Jun 2021 15:43:49 +0200 Subject: [PATCH 5/8] clean yaml code --- .project | 11 +++++++++++ open/gcube-5.4.0.yaml | 9 --------- 2 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 .project diff --git a/.project b/.project new file mode 100644 index 0000000..239279b --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + gCubeReleases + + + + + + + + diff --git a/open/gcube-5.4.0.yaml b/open/gcube-5.4.0.yaml index 90d4bdc..b423c48 100644 --- a/open/gcube-5.4.0.yaml +++ b/open/gcube-5.4.0.yaml @@ -15,8 +15,6 @@ gCube_release: version: 3.0.0 - name: common-authorization version: 2.4.0 -# - name: gcat-api -# version: 1.2.2 - name: document-store-lib-no-insert version: 2.0.0 - name: oidc-library @@ -35,9 +33,6 @@ gCube_release: version: 3.1.0 ClientLibraries: -# - name: gcat-client -# version: 1.2.2 - ## checking the changelog - name: storagehub-client-library version: 1.3.0 - name: storagehub-script-utils @@ -48,10 +43,6 @@ gCube_release: Libraries: - name: storagehub-client-wrapper version: 1.1.0 -# - name: resource-registry-schema-client -# version: 4.0.0 -# - name: resource-registry-context-client -# version: 4.0.0 PortalLibraries: - name: email-templates-library From a125d74a0a436157dc3dbe063b7e226daf472e4e Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Fri, 25 Jun 2021 11:46:52 +0200 Subject: [PATCH 6/8] add gcube-portal-bundle --- open/gcube-5.4.0.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/open/gcube-5.4.0.yaml b/open/gcube-5.4.0.yaml index b423c48..080ad03 100644 --- a/open/gcube-5.4.0.yaml +++ b/open/gcube-5.4.0.yaml @@ -115,3 +115,5 @@ gCube_release: Distributions: - name: smartgears-distribution version: 3.4.1 + - name: gcube-portal-bundle + version: 5.0.2 From 211d2478db143b7a6b357494a62b5fc8b411c6da Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 29 Jun 2021 10:51:14 +0200 Subject: [PATCH 7/8] Update '2020.md' fix yaml sintax --- 2020.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2020.md b/2020.md index f9c9865..cba62d7 100644 --- a/2020.md +++ b/2020.md @@ -8,12 +8,14 @@ * [Build Report](closed/4.27.0/build_commits.841.csv) * [Tag Report](closed/4.27.0/tags.129.csv) * [Release Notes](closed/4.27.0/release_notes.146.md) + ## 4.26.0 * Released on 11-11-2020 * [Build Configuration](closed/4.26.0/gcube-4.26.0.yaml) * [Build Report](closed/4.26.0/build_commits.795.csv) * [Tag Report](closed/4.26.0/tags.126.csv) * [Release Notes](closed/4.26.0/release_notes.122.md) + ## 4.25.1 * Released on 22-10-2020 * [Build Configuration](closed/4.25.1/gcube-4.25.1.yaml) From adc2a4b649677f96a46550cbf6b54177a1cb56be Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 29 Jun 2021 11:09:43 +0200 Subject: [PATCH 8/8] add maven-parent component just for test --- open/gcube-5.4.0.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/open/gcube-5.4.0.yaml b/open/gcube-5.4.0.yaml index 080ad03..ad636e1 100644 --- a/open/gcube-5.4.0.yaml +++ b/open/gcube-5.4.0.yaml @@ -5,6 +5,8 @@ gCube_release: Components: NoDeps: + - name: maven-parent + version: 1.1.0 - name: smart-executor-bom version: 3.0.0 - name: maven-portal-bom