gitpod
gitpod copied to clipboard
The developer platform for on-demand cloud development environments to create software faster and more securely.
## Description The flag `--no-single-branch` was introduced in https://github.com/gitpod-io/gitpod/pull/6464 in an attempt to use `--filter=blob:none` (which didn't make it). By checking all the existing branches, even if we use `--depth=1`...
### Bug description When I try to open my repo using Gitpod I get this error: ``` #6 [3/8] RUN pyenv update && pyenv install 3.10.5 && pyenv global 3.10.5...
We are seeing slow builds speeds for `installer/installer:app` even when no changes were made to the source code of the component. The component gets build with every build because it...
In the billing view of an account (individual or team) we currently only show the spending limit but not the current credit balance. We should show that as well.
## Description Fall back to check the init task message and file exits ## Related Issue(s) Related #12638 ## How to test ## Release Notes ```release-note None ``` ## Documentation...
## Is your feature request related to a problem? Please describe My dotfiles are separated into different branches (one per machine). The `gitpod` branch is not the default one, and...
## Description WIP: Just messing around and debugging for now. See [here](https://github.com/gitpod-io/gitpod/issues/12822#issuecomment-1253550255) and below for findings. ## Related Issue(s) Fixes https://github.com/gitpod-io/gitpod/issues/12822 ## How to test See [here](https://github.com/gitpod-io/gitpod/issues/12822#issuecomment-1253550255) and below. ##...
## Description To re-use existing setup and configuration for grpc clients. We get uniformity and ability to better track metrics ## Related Issue(s) Fixes # ## How to test ##...
## Description Check for any remaining integration tests previously run before starting the test. This reduces wasteful preview environments. ## Related Issue(s) Relaates https://github.com/gitpod-io/gitpod/issues/12248#issuecomment-1246566840 ## How to test 1. Appropriately...