Skip to content

Commit

Permalink
Updated the app to fix the issue with alternate urls not being handle…
Browse files Browse the repository at this point in the history
…d correctly. Updated messages to include new notice about maintenance period. (#602)
  • Loading branch information
downiec committed Feb 6, 2024
1 parent 68d14d1 commit 2e90dd1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions frontend/public/messages/metagrid_messages.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Welcome to the Metagrid Beta test v1.0.10

Use the Help link to find information on how to contact support or report any issues you find.
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)

# NOTICE

All ESGF services and data hosted at LLNL will go **offline on Friday 23 February starting ~8am PST** for a weekend site maintenance period. We expect to restore services on Monday 27 February. In the meantime please visit our partner sites listed here, or use the Federated Nodes link: https://esgf.github.io/nodes.html

## Globus Auth

We now support logins via Globus Auth at LLNL.

## Globus Transfers enabled

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

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

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ const App: React.FC<React.PropsWithChildren<Props>> = ({ searchQuery }) => {
<Route path="/cart" element={<Navigate to="/cart/items" />} />
{generateRedirects()}
<Route
path="/search"
path="/search/*"
element={
<Layout.Sider
style={styles.bodySider}
Expand Down Expand Up @@ -543,7 +543,7 @@ const App: React.FC<React.PropsWithChildren<Props>> = ({ searchQuery }) => {
<Layout.Content style={styles.bodyContent}>
<Routes>
<Route
path="/search"
path="/search/*"
element={
<>
<Breadcrumb>
Expand Down

0 comments on commit 2e90dd1

Please sign in to comment.