From 72aa7e40323bbac8cc01fe06d71bf936a86c5e78 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 1 Jun 2023 17:13:49 +0300 Subject: [PATCH] [Library | develop & Eosc Explore | develop]: metrics.component.ts & metrics.module.ts & metrics.service.ts: [Bug fix] Keep id, not url in parsing and build url of data source in component to use route instead of href | CHANGELOG.md: Updated format of contents & Added changes before production release v.2.0.2. | package.json: Updated version from 2.0.1 to 2.0.2. --- CHANGELOG.md | 88 ++++++++++++++++++++++++++++------------- package.json | 2 +- src/app/openaireLibrary | 2 +- 3 files changed, 63 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc6a58..d349ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,54 @@ - # Changelog +# Changelog + All notable changes to this project will be documented in this file. -## [1.0.0] -Initial release of EOSC Explore Portal. +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -It contists of the search pages and the landing pages for the content of the BETA OpenAIRE Graph. +*For each release, use the following sub-sections:* -For datasets there is the demo funtionality of Datatransfer service, using zenodo as source and EDI demo dcache as destination. -There is link to EOSC market place (beta) for results connected to EOSC services. +- *Added (for new features)* +- *Changed (for changes in existing functionality)* +- *Deprecated (for soon-to-be removed features)* +- *Removed (for now removed features)* +- *Fixed (for any bug fixes)* +- *Security (in case of vulnerabilities)* -## [1.0.1] -* Production search -* Data Transfer: NEW Browse functionality -* EOSC Subjects: NEW field eoscifguidelines -* Filter "Type" in search services: NEW field eoscdatasourcetype -## [1.0.2] -* Fixes and updates in advanced search form and data transfer functionality. +## [2.0.2] - 01/06/2023 +### Added +* Expose EOSC::Data Cube subject and link it with Compatible EOSC Services. +* Added LICENSE.txt file (Apache 2.0 license) +### Changed +* Updated "Go to search" link: Expected url parameters are "return_path" and "search_params" +* Changed EGI Check-in environment for the EGI login client from DEV to DEMO +### Fixed +* Updated links to Compatible EOSC Services (according to eosc interoperability framework guidelines) + +## [2.0.1] - 21/04/2023 +### Changed +* Updated "Go to search" link: Redirect to the previous page of marketplace + * Combine referrer and new url parameter "pv" +* Updated Uikit version +### Fixed +* Result Detailed page: Renamed "Providers" to "Data sources" +* Added font-family "Inter" to align with Marketplace and set default font to 'Inter', sans-serif + +## [2.0.0] +### Added +* Added top bar to go "back" to eosc search. +### Changed +* Redirect to eosc search portal from any page except landing. +* * In landing pages used Graph badge to acknowledge OpenAIRE Graph. +### Fixed +* Updated favicon to show the eosc logo, not OpenAIRE. +* Updated colors (synched with all eosc portals). + +## [1.1.0] +Angular 14 upgrade ## [1.0.3] +### Changed * Updated styles according to new view in EOSC Marketplace & new Search * Blue banner * White logo @@ -26,22 +56,26 @@ There is link to EOSC market place (beta) for results connected to EOSC services * Fonts adjusted * Grey background on page & white background on results * Detailed page: Display of EOSC subjects updated +### Fixed * [Bug fix] In description of research products' versions * Strip html tags from titles & descriptions -## [1.1.0] -Angular 14 upgrade +## [1.0.2] +### Fixed +* Fixes and updates in advanced search form and data transfer functionality. -## [2.0.0] -* Redirect to eosc search portal from any page except landing. -* Updated favicon to show the eosc logo, not OpenAIRE. -* Added top bar to go "back" to eosc search. -* Updated colors (synched with all eosc portals). -* In landing pages used Graph badge to acknowledge OpenAIRE Graph. +## [1.0.1] +### Added +* Data Transfer: NEW Browse functionality +* EOSC Subjects: NEW field eoscifguidelines +* Filter "Type" in search services: NEW field eoscdatasourcetype +### Changed +* Production search -## [2.0.1] -* Result Detailed page: Renamed "Providers" to "Data sources" -* Updated "Go to search" link: Redirect to the previous page of marketplace - * Combine referrer and new url parameter "pv" -* Added font-family "Inter" to align with Marketplace and set default font to 'Inter', sans-serif -* Updated Uikit version \ No newline at end of file +## [1.0.0] +Initial release of EOSC Explore Portal. + +It contists of the search pages and the landing pages for the content of the BETA OpenAIRE Graph. + +For datasets there is the demo functionality of Data Transfer service, using zenodo as source and EGI demo dcache as destination. +There is link to EOSC marketplace (beta) for results connected to EOSC services. diff --git a/package.json b/package.json index 57ce97b..f6a8ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eosc", - "version": "2.0.1", + "version": "2.0.2", "scripts": { "ng": "ng", "start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400", diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index d24576a..d11a409 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit d24576a5c74a4ba4bc7c5ecf696b8595346045c1 +Subproject commit d11a409f09e11aba35b62de2f787eb64d732d4a2