Disable incremental prebuild when JetBrains caching changed
Open
Nobody has claimed this yet.
meta: never-stale
team: IDE
type: bug
- Dominant language
- TypeScript
- Stars
- 13.8k
- Forks
- 1.4k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 5
Description
Bug description
Now gitpod have new .gitpod.yml support for JetBrains IDE caching (key jetbrains)
Once users change this field, we also need to disable incremental prebuild next time(like this PR https://github.com/gitpod-io/gitpod/pull/9830
Steps to reproduce
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read components/server/ee/src/workspace/workspace-factory.ts at the linked location, then compare the behavior requested here with PR #9830. Verify how changes to the .gitpod.yml jetbrains caching key are detected and confirm that changing it disables incremental prebuilds on the next run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100