gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
12.79k stars 1.23k forks source link

On Dashboard have a button to open a blank workspace #605

Open hpssjellis opened 5 years ago

hpssjellis commented 5 years ago

It would be nice and fast to be able to open a blank workspace kind of the equivalent of a Dockerfile that just says

FROM gitpod/workspace-full:latest

A button on the dashboard that just opens a snapshot of a blank workspace could be very useful for anyone wanting to do some quick development.

alesanchezr commented 5 years ago

What is a blank workspace? You need a github repo to be based on. Maybe you can create an emply repo with just one readme and favorite the url gitpod.io#<path/to/your/repo>

Or you can just favorite this link that is basically a n empty workspace for that particular purpose maintained by 4GeeksAcademy.

daniel-souza commented 3 years ago

Waiting for this

jwpjrdev commented 3 years ago

Same here. What if I want to start a new, blank project instead of pulling from an existing repository? I don't want to have to use a template to start every single project.

gtsiolis commented 3 years ago

Hey everyone!

Using a starter template or a blank project is one thing that still sounds useful.

FYI, we're currently working on Teams & Projects which will allow adding your own project and configuring .gitpod.yml and Dockerfile which could help resolve the problem described in this issue. The plan it to release this end of next month (Jul 2021). πŸ—ΊοΈ

hpssjellis commented 3 years ago

What is a blank workspace? You need a github repo to be based on. Maybe you can create an emply repo with just one readme and favorite the url gitpod.io#<path/to/your/repo>

Or you can just favorite this link that is basically a n empty workspace for that particular purpose maintained by 4GeeksAcademy.

When I wrote this request, I think I was making a lot of Gitpods and copying over working .gitpod.yml files and .gitpod.Dockerfile was irritating. An easy to start blank Gitpod could be kind of useful. Glad Gitpod is looking into it.

jwpjrdev commented 3 years ago

Glad to hear it. Can't wait to (hopefully) see that soon.

CTC-Portofolio commented 3 years ago

I subscribe to this. Can`t wait to see it implemented

thaysom22 commented 3 years ago

Hey everyone!

Using a starter template or a blank project is one thing that still sounds useful.

FYI, we're currently working on Teams & Projects which will allow adding your own project and configuring .gitpod.yml and Dockerfile which could help resolve the problem described in this issue. The plan it to release this end of next month (Jul 2021). πŸ—ΊοΈ

Any update on this?

mteam88 commented 3 years ago

Would love a "blank-template" in the template section. Make things a lot easier!

gtsiolis commented 3 years ago

Hey everyone, adding a small update here: We're currently considering adding a way to start a new workspace and create a new repository by cloning a template in https://github.com/gitpod-io/gitpod/issues/5583. πŸ’‘

FWIW, Adding a blank template could be an option we could add later there. Cc @ciurte-freelance @mteam88

Regarding Teams & Projects, this is currently in preview (see https://github.com/gitpod-io/roadmap/issues/8) and we're planning to make it available to everyone in the next couple of weeks. However, we're also looking for community members who would love to try it and provide some early feedback on this. Let me know if anyone is interested in trying this sooner so I can enable the feature flag for you. Cc @thaysom22

hpssjellis commented 3 years ago

@thaysom22 @gtsiolis I am always good to try new stuff. I also post on twitter as @rocksetta

gtsiolis commented 3 years ago

@hpssjellis I've enabled Teams & Projects for your account. Feel free to take a look and provide any feedback (see https://github.com/gitpod-io/gitpod/issues/5095). πŸ™

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jwpjrdev commented 2 years ago

Could someone mark this as never stale? This is a pretty useful feature to have.

gtsiolis commented 2 years ago

Looping in @jldec for visibility.

djsnipa1 commented 2 years ago

Could I please be added to try out this feature?

hpssjellis commented 2 years ago

@djsnipa1 if they do add you and you can figure it out can you tell me how. When I tried, I was confused by all the requirements for accessing my github, eventually gave up.

pawlean commented 2 years ago

Hi @djsnipa1 @hpssjellis, based on the conversation so far, I don't think this feature is out just yet. Please hang tight! We'll be sure to update you folks here once it's ready.

daniel-souza commented 2 years ago

@pawlean, It's already passed almost 3 years! and it staled 2 times 😞

pawlean commented 2 years ago

@pawlean, It's already passed almost 3 years! and it staled 2 times 😞

I can see that. Thank you for your continued patience πŸ™πŸΌ As you can imagine, there are so many awesome things we want to implement in Gitpod to make it a great product for you all πŸŽ‰ I've pinged the team responsible for this feature request to prioritise, but as I said, there are so many other things as well that we'd like to implement. Your patience is greatly appreciated.

In the meantime, I recommend this workflow. It's the one I use right now when I want to create a new blank workspace:

  1. Create a new repo on GitHub
  2. Install the Gitpod Browser extension
  3. In the new repo, click the "Open in Gitpod" button
  4. ✨ Your shiny new, empty repo is now available in Gitpod ✨

Let me know what you think about that workaround. It's not as ideal as this initial request but could be a workaround.

fweth commented 2 years ago

Easy 'hack' for this would be if Gitpod just creates an empty repository so we could do gitpod.io/#https://github.com/gitpod-io/empty :D

pawlean commented 2 years ago

Easy 'hack' for this would be if Gitpod just creates an empty repository so we could do gitpod.io/#https://github.com/gitpod-io/empty :D

But you would still have to fork the repo to make it "yours". This seems like an extra step!

loujaybee commented 2 years ago

Linking to existing roadmap item: https://github.com/gitpod-io/gitpod/issues/605

mustard-mh commented 2 years ago

Hey, you can try with input gitpod.new in your browser, SUPER HANDY πŸŽ‰ !!

(it will forward to https://gitpod.io/#https://github.com/gitpod-io/empty)

@iQQBot Thanks for telling me this

jwpjrdev commented 2 years ago

Hey, you can try with input gitpod.new in your browser, SUPER HANDY πŸŽ‰ !!

(it will forward to https://gitpod.io/#https://github.com/gitpod-io/empty)

@iQQBot Thanks for telling me this

That's pretty useful! Doesn't have the convenience of already having remotes configured though...

VladimirCreator commented 6 months ago

+1. This is an essential feature!