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
Summary
The goal of this feature is to provide users with a great experience for starting workspaces.
Context
The existing "new workspace" UI has several limitations.
It does not support opening workspaces on arbitrary repo context URLs
It requires navigating to a workspaces list to click on the "New Workspace" button
The modal UI feels too small and not commensurate with the importance of the New Workspace action.
Description
This epic aims to fix those limitations with the following:
A text input which supports copy-paste of git repo context URLs
An auto-suggest completion feature offering a list of pre-fetched repos for quick selection, when users start typing the name or other text suggestive of the repo they want
A keyboard binding to bring up the New Workspace feature from anywhere in the dashboard
GitKraken has a nice interface to open an existing repo from Github, Gitlab, etc.
Whatever git hosting the user gave Gitpod access to, can list repos, branches and PR, directly from Gitpod UI.
It will have a dropdown for adding prefixes, like #prebuild (and if there are more) before the repo URL
It will allow adding environment variables, with + button for every new environment variable.
Summary
The goal of this feature is to provide users with a great experience for starting workspaces.
Context
The existing "new workspace" UI has several limitations.
Description
This epic aims to fix those limitations with the following:
Design improvements for the new "New Workspace" modal #8088
Future goals (not in scope for this epic) include
Value
Starting workspaces is a key feature of Gitpod, and one that deserves to be as smooth and simple as possible, for both new and returning users.
The text was updated successfully, but these errors were encountered: