-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[dashboard] Onboarding: Add Gitpod repository template to New workspace component #19991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dashboard] Onboarding: Add Gitpod repository template to New workspace component #19991
Conversation
Please introduce an explicit query param |
…in order to control whether example repositories should be shown. The option is passed down to the `StartWorkspaceOptions` component and used to conditionally render the examples section.
I've updated it in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my other comment, otherwise LGTM
…on `/new?showExamples=true`
@svenefftinge it would be helpful, if you can re-review the recent changes 🙏🏻 |
/unhold |
Description
This PR adds a Gitpod repository template to the New workspace component. The template allows users to easily create workspaces with preconfigured demos for Docker Compose and Java with Maven and Spring Boot.
It also adds a new
showExamples
option to/new
(as/new?showExmaples=true
)CreateWorkspacePage
component. The option allows controlling whether example repositories should be shown.Screen.Recording.2024-07-02.at.7.04.00.PM.mov
RE: Tracking
It already exist in past, so didn't changed anything, for these repos, we can use either of the method track:
dashboard_clicked
event following labels:demo-javagithub.com/gitpod-demos/spring-petclinic
(label names are broken since before)voting-appgithub.com/gitpod-demos/voting-app
Related Issue(s)
Fixes OPM-656
How to test
New Workspace
(/new
)repository
list and see 👀/new?showExamples=true
Documentation
Preview status
Gitpod was successfully deployed to your preview environment.
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
. If enabled,with-preview
andwith-large-vm
will be enabled./hold