← Back to Changelog
November 12, 2021
Improved workspace startup times
Speeeed 🚀! When you start a new workspace, we changed how we clone your repository. Going forward, we have a two step approach:
- Clone the most recent commit only (with the
depth=1
git flag) - About ten seconds later, we start to fetch 20 additional commits
Thanks to this, we let you start your work sooner while we fetch a few more commits. You can find the details of this change in the #6464 pull request.
Please let us know what you think via Twitter @gitpod or chat with us at https://www.gitpod.io/chat.
Fixes and improvements
- #6582 - Update VS Code Web to 1.62.0
- #6462 - [ws-proxy] Decouple ws-proxy from ws-manager
- #6546 - Prebuilds can run for GitLab subgroup projects.
- #6577 - Preserve team scope in dashboard
- #6505 - Open up JetBrains desktop IDE feature (BETA) for all users
- #6636 - GCP object storage bugfixes
- #6621 - Allow use of external container registry
- #6606 - Add support for GCP CloudSQL
- #6591 - Create config map to allow uninstallation of app
- #6144 - make “snapshots” more reliable
- #6376 - New GitLab projects will have a slugified Project url
- #6584 - allow img-builder ingress from server