gitpod
gitpod copied to clipboard
The developer platform for on-demand cloud development environments to create software faster and more securely.
## Description The initial workspace failed at the beginning, so the workspace's persistent state location never exist. ## Related Issue(s) Fixes #11715 ## How to test Probably make the workspace...
### Bug description  ### Steps to reproduce - ### Workspace affected _No response_ ### Expected behavior Log the error when its encountered by the service ([instead...
### Bug description It looks like a finalizer is being modified, failing and we trace as an error, and then successfully try again (refer to below picture). [Logs](https://console.cloud.google.com/logs/query;cursorTimestamp=2022-08-10T00:23:00Z;query=resource.labels.cluster_name%20:%20%2528%22us60%22%2529%0A-resource.labels.container_name%3D%22calico-node%22%0A%2269cd1a21-2d04-4f27-8528-f605fc580986%22;summaryFields=:false:32:beginning:false;timeRange=2022-08-09T23:48:26.037Z%2F2022-08-10T00:48:26.037Z?project=workspace-clusters) Message: _Operation...
Updated the changelog from recent PR descriptions ```release-note NONE ``` /werft no-preview /werft no-test
## Related Issue(s) Fixes #10703 Fixes #11963 Fixes #11964 ## How to test - Open a workspace and run ``` git clone https://github.com/ComplianceAsCode/content/ cd content/Dockerfiles docker build -t test -f...
The gitpod config patch provides a very low level interface to modify Gitpod's installation configuration. A malformed config patch can produce invalid YAML, or valid YAML that doesn't follow the...
## Description This PR adds a `single-cluster` gcp terraform module, corresponding to our reference architecture for the same cloud provider. ## Related Issue(s) Fixes #11535 ## How to test You...
## Description ## Related Issue(s) Fixes # ## How to test ## Release Notes ```release-note ``` ## Documentation ## Werft options: - [ ] /werft with-preview
### Objective How can this text written on the homepage of gitpod be true? "Code anywhere, on any device You no longer need an over-powered laptop to code, Gitpod works...
## Description Do the necessary plumbing to connect the Stripe webhook (https://github.com/gitpod-io/gitpod/pull/11806) to the `FinalizeInvoice` RPC (https://github.com/gitpod-io/gitpod/pull/11903). With this PR, the webhook calls the `FinalizeInvoice` RPC on the `usage` component...