Commit Graph

21 Commits (c6b1990225d0bc807771898e9b68321640733973)

Author SHA1 Message Date
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
Stephen Kirby b66aad31be added AWS screenshots 2 years ago
Stephen Kirby 3cb936be9f added azure screenshots 2 years ago
Stephen Kirby 67b4301640 added default screenshot, updated readme 2 years ago
Stephen Kirby 54fd2f39f6 azure logo path 2 years ago
Stephen Kirby 0351a7ef3f added azure logo 2 years ago
Muhammad Atif Ali c3d8a9949c
chore: update metadata (#54) 2 years ago
Kyle Carberry cb72a16221
feat: add test framework (#48)
* Add test framework

* Add aws-region tests

* Add azure-region tests

* Update CONTRIBUTING.md

* Add formatting

* Improve fmt

* Format Terraform
2 years ago
Muhammad Atif Ali d3d9a9f135
fix: update tags and fix module bugs, rewrite vscode-server (#42) 2 years ago
Stephen Kirby 960a2c0471 icons/ -> emojis/ 2 years ago
Stephen Kirby 44bbbc1736 reduced region count to meet maximum option count. only redundant regions removed 2 years ago
Stephen Kirby ba67d87e47 removed stage, STG, EUAP regions 2 years ago
Stephen Kirby 81b393efdd added missing regions, fixed readme 2 years ago
Stephen Kirby 4cc5bb575e Fixed naming mistake 2 years ago
Stephen Kirby 1f2f049ffa dropped coder version 2 years ago
Stephen Kirby 61dc074767 fixed 'varaible' typo 2 years ago
Stephen Kirby 78c93cac04 improved opening README line to reflect jetbrains gateway 2 years ago
Stephen Kirby 18e999ccc5 added region exclusion 2 years ago
Stephen Kirby bdd5c374e7 updated README 2 years ago
Stephen Kirby 7f5b6e9ec0 azure region v0 2 years ago
Kyle Carberry 8eae3295d5
Add additional modules (#19)
* Add modules

* Rename AWS region

* Fix AWS region mod

* Add AWS logo

* Fix AWS logo color

* Add comment

* Add icons

* Delete undocumented

* Fix maintainer

* Fix icons
2 years ago