gitpod icon indicating copy to clipboard operation
gitpod copied to clipboard

The developer platform for on-demand cloud development environments to create software faster and more securely.

Results 518 gitpod issues
Sort by recently updated
recently updated
newest added

Since we now have the foundation in place to install a custom IDE in Gitpod using a Docker Image, It would be great to have a an example and docs...

feature: documentation
roadmap item: gitpod code
meta: never-stale
team: IDE
aspect: product integration

We currently have access to workspaces via SSH, however adding Vim would make it a first-class citizen as part of the Gitpod experience. Alongside this we should consider what we...

component: dashboard
meta: never-stale
aspect: growth
type: epic
editor: vim
gitpod for gitpod
team: team-experience

## About this Issue On projects using custom workspace images either through `image` key in the configuration file or through their configured custom workspace Dockerfile, when Gitpod first found a...

feature: prebuilds
meta: never-stale
team: workspace

## Problem The image builder can only reference one secret object, and though that object can list 20 repositories in it and their corresponding credentials, we have no facility to...

type: feature request
meta: never-stale
team: workspace

Similar to [start-tasks](https://www.gitpod.io/docs/config-start-tasks) I propose adding `end-tasks`. `End-tasks` will get triggered and run when a workspace gets stopped (timeout) ## Why it's necessary: * In a "regular" (non-gitpod) setup on...

type: feature request
feature: tasks
meta: never-stale
team: webapp
team: IDE
aspect: product integration

Early Gitpod users were given the option of storing their config in https://github.com/gitpod-io/definitely-gp/ instead of in their own repo. This feature is not documented anymore. Workspaces start by looking for...

meta: never-stale
team: webapp
type: epic

## Context We now offer a new option: Local SSH to access your workspaces with VS Code Desktop. This method leverages the stored Gitpod session in VS Code Desktop for...

type: improvement
meta: never-stale
editor: code (desktop)
feedback-issue

### Summary Migrate supervisor from Server to Public API. ### Context **Why we chose to migrate Supervisor to the new Public API?** In order to validate Public API we started...

component: supervisor
meta: never-stale
team: IDE
type: epic
feature: public-api

Currently, we defined `before` as > `before`: Use this for tasks that need to run before `init` and before `command`. For example, customize the terminal or install global project dependencies....

meta: never-stale

Running Gitpod with an HTTPS proxy is not officially supported yet. - [x] #12835 - [x] #12820 - [x] Add config option to the Installer - [x] Add KOTS configuration...

self-hosted
meta: never-stale
team: delivery
blocked