Commit Graph

10 Commits (7395a357bd414513dbb7fbaff5ad1a38ea8d0eef)

Author SHA1 Message Date
Asher 7395a357bd
Add owner to Gateway link
Without this, it is not possible to reliably connect to another user's
workspace (for admins, mainly).
10 months ago
Muhammad Atif Ali 313ec59d46
Add terraform validation to linting (#170)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 year ago
Muhammad Atif Ali c6b1990225
fix(jetbrains-gateway): fix tests 2 years ago
Muhammad Atif Ali a954af73c5
chore(jetbrans-gateway): update JetBrains IDEs and remove community editions
Another try at #96. I cannot reproduce the error on deployment and dev.coder.com.

It also removes Community editions, `Rider`, and `DataGrip` as they are not supported for Remote Development.
2 years ago
Spike Curtis 4e7f1e0ffd
Revert "chore(jetbrans-gateway): update JetBrains IDEs (#96)" (#98)
This reverts commit b0187c69c1.
2 years ago
Muhammad Atif Ali b0187c69c1
chore(jetbrans-gateway): update JetBrains IDEs (#96) 2 years ago
Stephen Kirby c23edf47d8 added jetbrains-gateway test 2 years ago
Stephen Kirby 30a8d3cde0 added starter test for personalize 2 years ago
Muhammad Atif Ali 9f110e6e63
chore: fmt 2 years ago
Stephen Kirby 2c94c82cbf
chore: allowed empty default for modules (#72)
From #66, also added testing for `jetbrains-gateway`.

## Regions
Azure and AWS were simple, but there is no error message when no region is selected:

https://github.com/coder/modules/assets/58410745/9a9e317b-7764-427f-b298-86313de5fb33

Open to feedback on this.

## Jetbrains Gateway
The Jetbrains gateway default IDE satisfies a ton of logic in the template, so allowing `null` would lead to a lot of patchwork `try` statements. Now it's implemented to use the first IDE in the `jetbrains_ides` as the coder_parameter default for cleanliness. 

Let me know your thoughts.
2 years ago