Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
matifali merged 5 commits intomainfromblink/update-jetbrains-module
Aug 28, 2025

Conversation

blink-so[bot]
Copy link
Contributor

@blink-soblink-sobot commentedAug 27, 2025
edited by matifali
Loading

This PR updates all references to thejetbrains-gateway module to use the newcoder/jetbrains module with a simplified configuration format.

Summary of Changes

Module Updates

  • Module name: Changed fromjetbrains_gateway tojetbrains
  • Module source: Updated fromregistry.coder.com/modules/jetbrains-gateway/coder toregistry.coder.com/modules/coder/jetbrains/coder
  • Version constraint: Set to"~> 1.0" for automatic minor updates while preventing breaking changes
  • Configuration: Simplified to only include essential parameters (count,source,version,agent_id,folder)

New Module Format

module"jetbrains" {count=data.coder_workspace.me.start_countsource="registry.coder.com/coder/jetbrains/coder"version="~> 1.0"agent_id=coder_agent.example.idfolder="/home/coder"}

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

  • Most templates use/home/coder
  • Devcontainer templates (docker-envbuilder,gcp-devcontainer) use/workspaces
  • Original folder paths preserved from previous configuration

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.

blink-sobotand others added4 commitsAugust 27, 2025 18:44
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 ~
@matifalimatifali self-assigned thisAug 27, 2025
@matifalimatifali marked this pull request as ready for reviewAugust 27, 2025 18:58
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>
@matifalimatifali changed the titleUpdate jetbrains-gateway module references to coder/jetbrainsfeat: replace the jetbrains-gateway module with the jetbrains toolboxAug 27, 2025
@matifalimatifali merged commitb61a5d7 intomainAug 28, 2025
32 checks passed
@matifalimatifali deleted the blink/update-jetbrains-module branchAugust 28, 2025 15:49
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsAug 28, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@matifalimatifalimatifali approved these changes

@mafredrimafredrimafredri approved these changes

@phorcys420phorcys420Awaiting requested review from phorcys420

Assignees

@matifalimatifali

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@mafredri@matifali

[8]ページ先頭

©2009-2025 Movatter.jp