←  back to changelog

June 20, 2022

Grouping of inactive workspaces

Did you notice any changes in your workspaces list? Inactive workspaces are now grouped below the active workspaces and also allow users to clean up (mass delete) all inactive workspaces, see relevant pull request

Feedback is welcome, feel free to raise an issue or chat with us.

@david-bakin's avatar on GitHub @easyCZ's avatar on GitHub @gtsiolis's avatar on GitHub @svenefftinge's avatar on GitHub

Roadmap updates

Command Line Interface (gp)

  • #10570 - Added a new command to gitpod-cli: gp top which displays workspace resources (CPU/Memory usage) @akosyakov's avatar on GitHub @andreafalzetti's avatar on GitHub @filiptronicek's avatar on GitHub
  • #10538 - Added aliases for gp port-forward and gp await-port to gp ports forward and gp ports await @CuriousCorrelation's avatar on GitHub @akosyakov's avatar on GitHub @andreafalzetti's avatar on GitHub @iQQBot's avatar on GitHub @loujaybee's avatar on GitHub @mustard-mh's avatar on GitHub
  • #10619 - Add command gp timeout extend to extend timeout of current workspace @akosyakov's avatar on GitHub @geropl's avatar on GitHub @iQQBot's avatar on GitHub @mustard-mh's avatar on GitHub

Fixes and improvements
  • #10450 - Added action to delete all inactive workspaces @david-bakin's avatar on GitHub @easyCZ's avatar on GitHub @gtsiolis's avatar on GitHub @svenefftinge's avatar on GitHub
  • #10704 - SSH access no longer requires a private SSH key (removing forced password prompt) @MrSimonEmms's avatar on GitHub @akosyakov's avatar on GitHub @aledbf's avatar on GitHub @iQQBot's avatar on GitHub
  • #10676 - Added action to delete all inactive workspaces @AlexTugarev's avatar on GitHub @gtsiolis's avatar on GitHub @svenefftinge's avatar on GitHub
  • #10357 - Fix hanging “Prebuild in Progress” page. @AlexTugarev's avatar on GitHub @easyCZ's avatar on GitHub @geropl's avatar on GitHub
  • #10175 - Allow customize VMOptions for JetBrains backend server, by setting INTELLIJ_VMOPTIONS (also GoLand/PyCharm/PhpStorm) environment variable @akosyakov's avatar on GitHub @iQQBot's avatar on GitHub @yaohui-wyh's avatar on GitHub
  • #10562 - Add GITPOD_WORKSPACE_CLASS environment variable to workspaces to allow easier identification of the workspace class @Furisto's avatar on GitHub @sagor999's avatar on GitHub
  • #10352 - Fix: Don’t skip prebuilds if .gitpod.yml has a ‘before’ task but no ‘init’ task @jankeromnes's avatar on GitHub @jldec's avatar on GitHub