From d12bd01ab2f746dcff31764bac18e2c2cc854c3a Mon Sep 17 00:00:00 2001 From: Benson Lee Date: Mon, 11 Nov 2024 13:50:34 -0800 Subject: [PATCH] upd --- docs/app/agents/AgentMonitoring.mdx | 2 +- docs/app/flows/FlowEditor.mdx | 2 +- docs/app/virt/Virtualization.mdx | 38 ++++++++++++++++++++++++++--- docs/releases/202411.mdx | 8 +++--- 4 files changed, 40 insertions(+), 10 deletions(-) diff --git a/docs/app/agents/AgentMonitoring.mdx b/docs/app/agents/AgentMonitoring.mdx index 4922fea2..d219e18a 100644 --- a/docs/app/agents/AgentMonitoring.mdx +++ b/docs/app/agents/AgentMonitoring.mdx @@ -272,7 +272,7 @@ The code corresponding to historical commits can be viewed by clicking the
Agent build history detail
\ No newline at end of file diff --git a/docs/app/flows/FlowEditor.mdx b/docs/app/flows/FlowEditor.mdx index aa078208..c27e2952 100644 --- a/docs/app/flows/FlowEditor.mdx +++ b/docs/app/flows/FlowEditor.mdx @@ -139,7 +139,7 @@ The changes are shown like a side by side `git` diff where the left is old and t Prior code can be copied by clicking on
**View Code**
button on the Flow Version History page, followed by clicking on
**Copy code**
button from the Ganymede Code Viewer panel. -Flow Code history +Flow Code history   :::note diff --git a/docs/app/virt/Virtualization.mdx b/docs/app/virt/Virtualization.mdx index 17e7ac37..211b6e00 100644 --- a/docs/app/virt/Virtualization.mdx +++ b/docs/app/virt/Virtualization.mdx @@ -2,6 +2,7 @@ id: Virtualization title: Virtualization displayed_sidebar: webUiSidebar +toc_max_heading_level: 4 --- import { @@ -81,7 +82,7 @@ When the session first loads, you will see a Windows lock screen with a Ganymede Once the session is opened, a Windows desktop appears. On the desktop, there is a directory called “Input_Files”. This directory contains the files that were selected in the File Browser during session creation.
- Virtualization Desktop
  @@ -93,7 +94,7 @@ If additional files are needed, you can add them from either the Sessions page o - **From the Sessions Page**: Navigate to the relevant session and click the Add Files (+) icon next to the input files.
- Adding files to a Virtualization Session from the Sessions page
  @@ -101,7 +102,7 @@ If additional files are needed, you can add them from either the Sessions page o - **From Within the Session**: Navigate to the relevant session and click the Add Files (+) icon next to the input files.
- Adding files to a Virtualization Session from the active session
  @@ -109,11 +110,40 @@ If additional files are needed, you can add them from either the Sessions page o which launches a modal for selecting files from Ganymede data storage to add.
- File select modal for Virtualization Session
  +### Pausing a session + +Virtualization sessions can be paused by clicking on the Pause Session button in the control bar at the bottom of the screen. + +
+ Pausing a session +
+  + +This can be useful for preserving the state of the session; files on the desktop will be retained, and the session will be paused. + +:::warning + +Application state is not preserved; any unsaved work within the application will be lost. + +::: + +### Resuming a session + +To resume a paused session, navigate to the Sessions page and click the Resume button next to the relevant session. + +
+ Resuming a session +
+  + + ### Storing files from a session After completing your analysis, save the output files to Ganymede File Storage. diff --git a/docs/releases/202411.mdx b/docs/releases/202411.mdx index d2b7e1b3..968e9c1e 100644 --- a/docs/releases/202411.mdx +++ b/docs/releases/202411.mdx @@ -7,12 +7,12 @@ displayed_sidebar: releaseSideBar ### November 7 2024 **Features** -- **Virtualization**: Virtualization sessions can now be paused and resumed - - Pausing a session will stop the session from running, retaining the input and output files - - Resuming a session will restart the session with the same input and output files +- **Virtualization**: Virtualization sessions can now be [paused](../app/virt/Virtualization#pausing-a-session) and resumed, with all saved files retained + - Pausing a session will stop the session from running, retaining the files in the input and output folders + - Resuming a session will restart the session with files retained **Improvements** -- **UI**: Code syntax highlighting is now available in the View Code modal for Flows and Agents +- **UI**: Code syntax highlighting is now available in the View Code modal for [Flows](../app/flows/FlowEditor#historical-flow-versions) and [Agents](../app/agents/AgentMonitoring#viewing-historical-code) **Bug Fixes** - **UI**: Fixed an issue where Agent logs and status updates were not being displayed in real-time