forked from jupyter-server/jupyter_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI showing that the Session Manager is synching. (jupyter-server#347)
* tell the user that the sessions are syncing in the UI * center syncing component on running tab * if reconnecting after a missed heartbeat, clear the status * ignore tests for running tab
- Loading branch information
Showing
12 changed files
with
12,061 additions
and
11,295 deletions.
There are no files selected for viewing
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
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
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
13 changes: 13 additions & 0 deletions
13
data_studio_jupyter_extensions/extensions/telemetry/schemas/sessions/syncing-state.v1.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
$id: event.datastudio.jupyter.com/syncing-state | ||
version: 1 | ||
title: Session Syncing State | ||
description: | | ||
Emit a message from the kernel provisioner | ||
type: object | ||
properties: | ||
state: | ||
title: Syncing State | ||
description: | | ||
State of the synchronizer | ||
required: | ||
- state |
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
Oops, something went wrong.