[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.
This commit is contained in:
parent
72913dd989
commit
72aa7e4032
88
CHANGELOG.md
88
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
|
||||
## [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.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d24576a5c74a4ba4bc7c5ecf696b8595346045c1
|
||||
Subproject commit d11a409f09e11aba35b62de2f787eb64d732d4a2
|
Loading…
Reference in New Issue