←  back to changelog
A screenshot of the "Open in Gitpod" dialog with an input field to search for repositories and examples.

February 21, 2022

Open in Gitpod

It’s even easier now to open a repository in a new Gitpod workspace.

Type cmd+O (ctrl-O on Windows) while on any page in the dashboard at gitpod.io.

This will pop up an input where you can paste a context URL for a git repository, and immediately open a workspace, just like you are used to with the gitpod.io/# prefix.

Instead of pasting a URL, you can start typing the name of a repository, and Gitpod will suggest repositories from recent workspaces, as well as from your connected git provider. Even our popular example template repositories can be opened this way.

Always ready to code 🚀

@jankeromnes's avatar on GitHub @svenefftinge's avatar on GitHub @gtsiolis's avatar on GitHub @JanKoehnlein's avatar on GitHub @jldec's avatar on GitHub

Fixes and improvements

  • #8234 - Add stress test for mount proc @Furisto's avatar on GitHub @utam0k's avatar on GitHub
  • #7523 - messagebus: remove cross-cluster dependency @JanKoehnlein's avatar on GitHub @corneliusludmann's avatar on GitHub @geropl's avatar on GitHub
  • #8275 - Update the usage of nsinsider. @csweichel's avatar on GitHub @utam0k's avatar on GitHub
  • #8288 - [installer] Installer does not set default nameserver settings for workspaces anymore @corneliusludmann's avatar on GitHub @csweichel's avatar on GitHub
  • #8289 - Improve handling of “Out of Memory” error when starting up workspaces @aledbf's avatar on GitHub @csweichel's avatar on GitHub @kylos101's avatar on GitHub @princerachit's avatar on GitHub @sagor999's avatar on GitHub
  • #8067 - [server]: Add totalUsers, totalWorkspaces, and totalInstances fields to telemetry data @Pothulapati's avatar on GitHub @corneliusludmann's avatar on GitHub @laushinka's avatar on GitHub
  • #8270 - [self-hosted] Skip MinIO client configuration in the MinIO container because it breaks air-gap installations. @MrSimonEmms's avatar on GitHub @corneliusludmann's avatar on GitHub
  • #8086 - Bitbucket Server: Authorize with Bitbucket Server 7.20 and start workspaces. @AlexTugarev's avatar on GitHub @corneliusludmann's avatar on GitHub @jldec's avatar on GitHub
  • #8227 - [server] Disable perMessageDeflate on websockets @AlexTugarev's avatar on GitHub @geropl's avatar on GitHub