You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InseeFrLab/onyxia-api#413 will introduce 2 new endpoints to the API : my-lab/app/pause & my-lab/app/resume that let the user pause and resume any pausable service.
This PR will also introduce 2 new booleans pausable and paused that indicates whether a service is pausable (meaning it's possible to call the previous endpoints to pause / resume it) and it's current state : paused or not.
UI should implement a "play" button in service card to resume a paused service and a pause button to pause. Those buttons should only be visible if the service is pausable.
See https://datalab.sspcloud.fr/api/swagger-ui/index.html#/ for a working swagger and https://github.com/InseeFrLab/helm-charts-dev/tree/main/charts/vscode-python for a pausable package (This commit makes it pausable)
The text was updated successfully, but these errors were encountered:
InseeFrLab/onyxia-api#413 will introduce 2 new endpoints to the API :
my-lab/app/pause
&my-lab/app/resume
that let the user pause and resume any pausable service.This PR will also introduce 2 new booleans
pausable
andpaused
that indicates whether a service ispausable
(meaning it's possible to call the previous endpoints to pause / resume it) and it's current state :paused
or not.UI should implement a "play" button in service card to resume a
paused
service and a pause button to pause. Those buttons should only be visible if the service ispausable
.See https://datalab.sspcloud.fr/api/swagger-ui/index.html#/ for a working swagger and https://github.com/InseeFrLab/helm-charts-dev/tree/main/charts/vscode-python for a pausable package (This commit makes it pausable)
The text was updated successfully, but these errors were encountered: