From a23cfd3da940f1df6fbe9dafdb8d4ebcbf3df6ed Mon Sep 17 00:00:00 2001 From: argirok Date: Thu, 29 Sep 2022 11:43:07 +0300 Subject: [PATCH] CHANGELOG.md file added --- CHANGELOG.md | 11 +++++++++++ src/environments/environment.ts | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..562e4e3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ + # Changelog +All notable changes to this project will be documented in this 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 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. + diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 946ec4c..e9a8c3a 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -10,8 +10,8 @@ export let properties: EnvProperties = { adminToolsPortalType: "eosc", dashboard: "eosc", enablePiwikTrack: false, - useCache: true, - useLongCache: true, + useCache: false, + useLongCache: false, showAddThis: true, enableEoscDataTransfer: true, framesAPIURL: "https://beta.openaire.eu/stats3/",