gitpod
gitpod copied to clipboard
The developer platform for on-demand cloud development environments to create software faster and more securely.
### Bug description From the tracing, the us60 cluster reports ```console workspace pod never reached Running state: cannot schedule pod due to out of resources, reason: OutOfcpu ``` which we...
## Is your feature request related to a problem? Please describe We don't have a good way to check the behavior of IPFS, because we don't support for IPFS feature...
## Description Persist the selected provider locally for better UX. ## Related Issue(s) Fixes #8524 ## How to test 1. Open dashboard 2. Navigate to projects 3. Click "New Project"...
try
## Description WIP ## Related Issue(s) Fixes # ## How to test ## Release Notes ```release-note NONE ``` ## Documentation ## Werft options: - [x] /werft with-preview
## Description An experiment to test warnings that route to Slack for Team Workspace. note: will try to test/trigger in preview environment, hence draft. ## Related Issue(s) Fixes # n/a...
## Description Introduce limiting of new connections created per minute. ## Related Issue(s) Fixes #https://github.com/gitpod-io/gitpod/issues/10651 ## How to test - Open a workspace in the preview environment - Run roblox...
## Description I and many folks use a `Makefile` as a standard interface to dotfiles. This pull-request adds support for `Makefile`s ## How to test * Change was directly applied...
### Bug description In us47, the ws-manager seems to have potential go routines leak, and it doesn't happen in eu47. 🤔  The symptom is that the ws-manager handles the...
### Bug description When using [Google Artifact Registry](https://cloud.google.com/artifact-registry) as image-build registry - or as airgap mirror, workspace starts fail after some time of inactivity. That's because registry-facade can no longer...
### Bug description Here you can see `ws-manager` call `initializeWorkspace`, and then `retryIfUnavailable`:  Here you can see the chain of events that led to the retry, looks like a...