This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…to forman-xxx-xcube_intergr_2 # Conflicts: # src/renderer/containers/DataSourcesPanel.tsx
Adapted to changed cate-hub API
Corrected performServiceOp. The hub's response object has changed.
TonioF
approved these changes
May 3, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor comments.
@@ -41,10 +41,10 @@ import * as selectors from './selectors'; | |||
import { | |||
BackendConfigState, | |||
ColorMapCategoryState, | |||
ControlState, | |||
ControlState, DatasetDescriptor, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
ControlState, DatasetDescriptor, | |
ControlState, | |
DatasetDescriptor, |
Co-authored-by: Tonio Fincke <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes 2.3.0 (in development)
Cate App 3.0 now requires the Web API service of the
cate 3.0+
Python package.
In order to keep alive the connection to the Web API service,
Cate App now sends a keepalive signal every 2.5 seconds. (Cate App using Cloud Service may loose connection #150)
Optimisations in the DATA SOURCES panel (that have been enabled by
using xcube in the backend):
is now accellerated by a magnitude.
is now much faster and more reliable.
We now obtain Cate Hub's status information from a dedicated GitHub
repository cate-status.