Skip to content

Display terminated Workspaces in Workspace List

What does this MR do and why?

Displays "Terminated" workspaces in the Workspaces List. "Terminated" workspaces appear at the end of the list. The default order is preserved for other states. Terminated workspaces older than five days are hidden.

Screenshots or screen recordings

Before After
before after

How to set up and validate locally

  1. Enable the remote development feature flag Feature.enable(:remote_development_feature_flag)
  2. You might need to run gdk restart rails-web so rails reconfigure the routes.
  3. Open http://gdk.test:3000/-/remote_development/workspaces in your Web Browser.
  4. You should see a list of workspaces like the screenshots above.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #408584 (closed)

Edited by Enrique Alcántara

Merge request reports