gitpod-io / gitpod-io/gitpod

Disable incremental prebuild when JetBrains caching changed

Open
#9,925 2 comments 1 reaction 0 assignees View on GitHub

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

Related code https://github.com/gitpod-io/gitpod/blob/81a79af4ec3f9a5de53f40370ab455bf8a054c85/components/server/ee/src/workspace/workspace-factory.ts#L194

Steps to reproduce

See PR https://github.com/gitpod-io/gitpod/pull/9830

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.