- Notifications
You must be signed in to change notification settings - Fork1k
feat: replace the jetbrains-gateway module with the jetbrains toolbox#19583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Replace all references to registry.coder.com/modules/jetbrains-gateway/coderwith registry.coder.com/modules/coder/jetbrains/coder in:- Example templates- Dogfood templates- DocumentationCo-authored-by: AtifUpdate <U04T3LN8ASU+AtifUpdate@users.noreply.github.com>
Replace jetbrains_gateway module blocks with simplified jetbrains module:- Change module name from 'jetbrains_gateway' to 'jetbrains'- Use simplified configuration with only required parameters- Set version to 1.0.3- Remove complex IDE selection and configuration optionsCo-authored-by: AtifUpdate <U04T3LN8ASU+AtifUpdate@users.noreply.github.com>
- Restore original folder paths for devcontainer templates (/workspaces)- Keep /home/coder for other templates- Revert jetbrains-preinstall.md to original jetbrains-gateway format as the new jetbrains module doesn't support preinstall featuresCo-authored-by: AtifUpdate <U04T3LN8ASU+AtifUpdate@users.noreply.github.com>
Change version from 1.0.3 to ~
matifali approved these changesAug 27, 2025
Restore agent_name parameter that existed in original jetbrains_gateway modules:- "dev" for aws-linux and dogfood templates- "main" for all other templatesCo-authored-by: AtifUpdate <U04T3LN8ASU+AtifUpdate@users.noreply.github.com>
mafredri approved these changesAug 28, 2025
Uh oh!
There was an error while loading.Please reload this page.
b61a5d7
intomain 32 checks passed
Uh oh!
There was an error while loading.Please reload this page.
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
This PR updates all references to the
jetbrains-gateway
module to use the newcoder/jetbrains
module with a simplified configuration format.Summary of Changes
Module Updates
jetbrains_gateway
tojetbrains
registry.coder.com/modules/jetbrains-gateway/coder
toregistry.coder.com/modules/coder/jetbrains/coder
"~> 1.0"
for automatic minor updates while preventing breaking changescount
,source
,version
,agent_id
,folder
)New Module Format
Files Updated
Templates (11 files):
examples/templates/aws-linux/main.tf
examples/templates/azure-linux/main.tf
examples/templates/digitalocean-linux/main.tf
examples/templates/docker-envbuilder/main.tf
(folder:/workspaces
)examples/templates/docker/main.tf
examples/templates/gcp-devcontainer/main.tf
(folder:/workspaces
)examples/templates/gcp-linux/main.tf
examples/templates/gcp-vm-container/main.tf
examples/templates/kubernetes-devcontainer/main.tf
examples/templates/kubernetes-envbox/main.tf
dogfood/coder-envbuilder/main.tf
(usesdev.registry.coder.com
)Documentation (3 files):
docs/about/contributing/modules.md
docs/admin/templates/extending-templates/modules.md
Folder Path Preservation
/home/coder
docker-envbuilder
,gcp-devcontainer
) use/workspaces
Testing
All changes maintain the same functionality while pointing to the new module location. The simplified configuration reduces complexity while providing the same JetBrains IDE integration capabilities.