From bcaf5a9b796af0565971f252447d793188bb52cc Mon Sep 17 00:00:00 2001 From: ames4 Date: Mon, 29 Jul 2024 14:03:41 -0700 Subject: [PATCH] updates for 1.1.2 --- frontend/public/changelog/v1.1.2-rc.md | 2 +- frontend/public/messages/metagrid_messages.md | 18 ++++++++++-------- .../components/Messaging/messageDisplayData.ts | 6 +++--- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/frontend/public/changelog/v1.1.2-rc.md b/frontend/public/changelog/v1.1.2-rc.md index 582c9592..dcd293ac 100644 --- a/frontend/public/changelog/v1.1.2-rc.md +++ b/frontend/public/changelog/v1.1.2-rc.md @@ -4,4 +4,4 @@ This update includes several improvements, bug fixes and enhancements. **Changes** -1. Added globus endpoint pop-up that allows users to search and save collections for transfers +1. Added Globus endpoint pop-up that allows users to search and save collections and paths for transfers diff --git a/frontend/public/messages/metagrid_messages.md b/frontend/public/messages/metagrid_messages.md index 7092c76f..9aa7142e 100644 --- a/frontend/public/messages/metagrid_messages.md +++ b/frontend/public/messages/metagrid_messages.md @@ -1,21 +1,23 @@ -# Welcome to the Metagrid Major Release v1.1.2-RC +# Welcome to the Metagrid Major Release v1.1.2-Pre (Pre-Release) To view the latest documentation and FAQ, please visit this page: [https://esgf.github.io/esgf-user-support/metagrid.html](https://esgf.github.io/esgf-user-support/metagrid.html) -## Globus Transfers enabled +## Globus Transfers enhanced + +This version of Metagrid enhances the user of Globus to transfer ESGF datasets to your institutional or personal endpoint. The feature can be accessed at the bottom of the Data Cart page. At present only data published at DOE sites: ANL, ORNL, or LLNL are available for Globus Transfer via Metagrid. The enhancement allows users to save frequently used Globus Collections and destination pathnames. -This version of Metagrid supports the user of Globus to transfer ESGF datasets to your institutional or personal endpoint. The feature can be accessed at the bottom of the Data Cart page. At present only data published at LLNL is available for Globus Transfer via Metagrid. Other sites may continue to have data transferrable using the _legacy_ CoG interface. -Note: for the time being, Institutional _Managed_ endpoints aren't supported, but support for those is forthcoming. For more information about Globus Transfers please see: https://app.globus.org/help -## CORDEX data _not_ supported +## WGET script reminder -Metagrid uses an updated user accounts system. Unfortunately for anyone looking for CORDEX data, these new accounts cannot be used to authenticate when running a CORDEX Wget script. Please use an ESGF _legacy_ OpenID obtained at any of the ESGF CoG instances listed here: https://esgf.github.io/nodes.html +Most data projects (if not all) no longer require any authentication for data access. However the inclusion of authentication was previously assumed to be a default in the WGET script. Users must run the script with the `-s` option to skip the authentication process. For example: +``` +$ bash wget-XXXX.sh -s +``` ## Upcoming changes to ESGF @LLNL -We are excited to be planning to have an "official" release of the Metagrid platform onto scalable infrastructure. In the meantime we will be testing new features. +We are excited to be planning to have an official release of the Metagrid platform onto scalable infrastructure. In the meantime we will be testing new features. -- More feature updates and stability improvements planned to be released in v1.1.1. - Improved redundancy and backend deployment enhancements utilizing our Kubernetes cluster. diff --git a/frontend/src/components/Messaging/messageDisplayData.ts b/frontend/src/components/Messaging/messageDisplayData.ts index f78cee40..7d5b6a4b 100644 --- a/frontend/src/components/Messaging/messageDisplayData.ts +++ b/frontend/src/components/Messaging/messageDisplayData.ts @@ -15,16 +15,16 @@ export const rightDrawerChanges: MarkdownMessage[] = [ ]; const startupMessages: StartPopupData = { - messageToShow: 'v1.1.2-rc', + messageToShow: 'v1.1.2-pre', defaultMessageId: 'welcome', messageData: [ { - messageId: 'v1.1.2-rc', + messageId: 'v1.1.2-pre', template: MessageTemplates.ChangeLog, style: { minWidth: '700px' }, data: { changesFile: 'changelog/v1.1.2-rc.md', - version: '1.1.2-rc', + version: '1.1.2-pre', }, }, {