Skip to content

Commit

Permalink
updates for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sashakames committed Jul 29, 2024
1 parent fe03413 commit bcaf5a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion frontend/public/changelog/v1.1.2-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 10 additions & 8 deletions frontend/public/messages/metagrid_messages.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 3 additions & 3 deletions frontend/src/components/Messaging/messageDisplayData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
{
Expand Down

0 comments on commit bcaf5a9

Please sign in to comment.