gitpod
gitpod copied to clipboard
The developer platform for on-demand cloud development environments to create software faster and more securely.
## Description Currently, we use "Version" field from https://www.jetbrains.com/intellij-repository/snapshots to check if there has been a update in the Snapshot (Platform Version) used in the following lines: https://github.com/gitpod-io/gitpod/blob/c69e01c6f7e9837fb707a93f7a8d3be2104d1817/.github/workflows/jetbrains-update-plugin-platform-template.yml#L39 https://github.com/gitpod-io/gitpod/blob/c69e01c6f7e9837fb707a93f7a8d3be2104d1817/components/ide/jetbrains/image/gha-update-image/index.js#L154 Now...
## Description ## Related Issue(s) Fixes # ## How to test ## Documentation #### Preview status gitpod:summary ## Build Options Build - [ ] /werft with-werft Run the build with...
## Description We have to use `env` because start up params are defined inside images, which is very hard to do a pitch to old versions. ## Related Issue(s) Fixes...
## Description This PR updates the Platform Version from JetBrains Backend Plugin (EAP) to the latest version. ## How to test Merge if tests are green, if something breaks then...
## Description ## Related Issue(s) Fixes # ## How to test ## Documentation #### Preview status gitpod:summary ## Build Options Build - [ ] /werft with-werft Run the build with...
## Is your feature request related to a problem? Please describe Right now we start new workspaces ## Describe the behaviour you'd like It would be great to start existing...
### Objective we are using it https://github.com/nodejs/node, But prebuilds seems never work. Is it because code submmited to frequently or the project is too big?
### Bug description ```bash $ cat ~/.dotfiles.log # dotfile init failed: rpc error: code = NotFound desc = no token available ``` ### Steps to reproduce - Use the following...
### Bug description The UI will refresh at random times during development and after the refresh the icons on the left side of the page are missing. ### Steps to...
## Is your feature request related to a problem? Please describe Thanks to https://github.com/gitpod-io/gitpod/pull/8550, we're already able to use private Docker registries to pull images from in our `.gitpod.yml`: ```yaml...