Commit Graph

27 Commits

Author SHA1 Message Date
Michael Smith
438c904567 chore: cleanup all test files (#293)
## Changes made
- Removed all unused imports, and made sure type imports were labeled
correctly
- Updated all comparisons to be more strict
- Simplified loops to remove unneeded closure functions
- Removed all explicit `any` types
- Updated how strings were defined to follow general TypeScript best
practices

## Notes
- We definitely want some kind of linting setup for this repo. I'm going
to bring this up when Blueberry has its next team meeting next week
2024-09-27 15:35:47 -04:00
github-actions[bot]
49df203bd6 chore: bump version to 1.0.12 in README.md files (#230)
Co-authored-by: matifali <matifali@users.noreply.github.com>
2024-04-18 18:13:02 +03:00
Michael Brewer
a8c659ad6f feat: add coder_parameter_order to all data.coder_parameter fields (#223) 2024-04-15 20:31:21 +03:00
Muhammad Atif Ali
acab6437bc chore: bump version to 1.0.2 and add script to update them automatically. (#128)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
2024-01-30 17:51:31 +03:00
Mathias Fredriksson
376c0cae31 chore: add prettier terraform formatting in markdown files (#134) 2024-01-27 15:02:40 +02:00
Muhammad Atif Ali
b968a2aa22 feat: add version to module docs (#122) 2024-01-23 13:50:55 +03:00
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.
2023-10-03 10:05:47 +03:00
Stephen Kirby
b66aad31be added AWS screenshots 2023-09-28 19:20:23 +00:00
Stephen Kirby
3cb936be9f added azure screenshots 2023-09-27 20:41:45 +00:00
Stephen Kirby
67b4301640 added default screenshot, updated readme 2023-09-27 19:28:07 +00:00
Stephen Kirby
54fd2f39f6 azure logo path 2023-09-27 19:24:51 +00:00
Stephen Kirby
0351a7ef3f added azure logo 2023-09-27 19:21:11 +00:00
Muhammad Atif Ali
c3d8a9949c chore: update metadata (#54) 2023-09-27 17:15:48 +03:00
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
2023-09-25 23:17:04 -05:00
Muhammad Atif Ali
d3d9a9f135 fix: update tags and fix module bugs, rewrite vscode-server (#42) 2023-09-26 02:16:14 +03:00
Stephen Kirby
960a2c0471 icons/ -> emojis/ 2023-09-21 19:40:50 +00:00
Stephen Kirby
44bbbc1736 reduced region count to meet maximum option count. only redundant regions removed 2023-09-21 19:38:00 +00:00
Stephen Kirby
ba67d87e47 removed stage, STG, EUAP regions 2023-09-21 19:32:27 +00:00
Stephen Kirby
81b393efdd added missing regions, fixed readme 2023-09-21 19:28:02 +00:00
Stephen Kirby
4cc5bb575e Fixed naming mistake 2023-09-21 17:09:48 +00:00
Stephen Kirby
1f2f049ffa dropped coder version 2023-09-20 21:37:40 +00:00
Stephen Kirby
61dc074767 fixed 'varaible' typo 2023-09-20 21:36:44 +00:00
Stephen Kirby
78c93cac04 improved opening README line to reflect jetbrains gateway 2023-09-20 20:44:18 +00:00
Stephen Kirby
18e999ccc5 added region exclusion 2023-09-20 20:26:30 +00:00
Stephen Kirby
bdd5c374e7 updated README 2023-09-20 20:25:35 +00:00
Stephen Kirby
7f5b6e9ec0 azure region v0 2023-09-20 19:49:41 +00:00
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
2023-09-20 14:01:11 -05:00