Commit Graph

482 Commits

Author SHA1 Message Date
Muhammad Atif Ali
9f110e6e63 chore: fmt 2023-10-04 00:39:50 +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
Muhammad Atif Ali
e1f4e25573 add folder to vscode desktop (#62) 2023-10-02 22:02:33 +03:00
Muhammad Atif Ali
f8a2f37540 fix(coder-login): add source url in README (#69) 2023-09-30 22:31:35 +03:00
Stephen Kirby
1ed25f459e Merge pull request #68 from coder/coder-login
add coder-login
2023-09-29 14:57:58 -05:00
Stephen Kirby
23ca3bd64a svg link 2023-09-29 19:50:18 +00:00
Stephen Kirby
d691fcc890 svg link 2023-09-29 19:46:00 +00:00
Stephen Kirby
2368def743 svg test 2023-09-29 19:35:45 +00:00
Stephen Kirby
bbded503c0 added white coder logo vector 2023-09-29 18:58:18 +00:00
Stephen Kirby
66d75d0306 testing svg source 2023-09-29 18:49:00 +00:00
Stephen Kirby
aa81bdbe58 bun fmt 2023-09-29 17:49:02 +00:00
Stephen Kirby
b39a596fbb added screenshot 2023-09-29 17:46:05 +00:00
Stephen Kirby
6e8eb5f247 simplified test 2023-09-29 17:43:39 +00:00
Stephen Kirby
ea744d7303 verifying stability 2023-09-29 17:25:56 +00:00
Stephen Kirby
1efd11f651 tests WIP 2023-09-29 16:31:32 +00:00
Stephen Kirby
aa849bc42e Debugging 2023-09-29 16:15:33 +00:00
Stephen Kirby
7300cab976 coder script rename 2023-09-29 15:50:49 +00:00
Stephen Kirby
ee5a01a664 added workspace for env vars 2023-09-29 15:47:43 +00:00
Stephen Kirby
c0f035e5e0 ready for testing 2023-09-29 15:44:31 +00:00
Stephen Kirby
aac27055e6 started coder-login 2023-09-29 15:36:19 +00:00
Muhammad Atif Ali
b1be4519a8 fix(docs): update VS code web module name 2023-09-29 18:26:43 +03:00
Stephen Kirby
7c207276ca Merge pull request #63 from coder/module-screenshots
docs: added screenshots for all visual modules
2023-09-29 10:17:43 -05:00
Stephen Kirby
3433cc4432 Merge branch 'main' into module-screenshots
merge main
2023-09-28 20:09:20 +00:00
Stephen Kirby
dc409c1832 bun fmt 2023-09-28 20:03:54 +00:00
Stephen Kirby
3b88fbf4c0 added vscode desktop screenshot 2023-09-28 19:41:58 +00:00
Stephen Kirby
277d78541d filebrowser screenshot 2023-09-28 19:30:59 +00:00
Stephen Kirby
b66aad31be added AWS screenshots 2023-09-28 19:20:23 +00:00
Muhammad Atif Ali
5e805fef02 add jupyter notebook (#59) 2023-09-28 21:14:31 +03:00
Florian Gareis
d9d646098e Make code-server display name variable (#60) 2023-09-28 16:25:09 +03:00
Muhammad Atif Ali
b031136552 chore: add start_blocks_login=true (#61) 2023-09-28 16:14:04 +03:00
Stephen Kirby
d7f60d3000 add git-config module (#47)
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2023-09-28 13:01:52 +03:00
Stephen Kirby
3cb936be9f added azure screenshots 2023-09-27 20:41:45 +00:00
Kyle Carberry
0516c1b8ea feat: add linting (#51)
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2023-09-27 23:32:35 +03: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
e066fb733a fix image in AWS regions Readme (#58) 2023-09-27 11:34:59 -05:00
Kyle Carberry
63e489120e fix: move code-server settings to machine 2023-09-27 10:23:14 -05:00
Kyle Carberry
7af0e4d2cd fix: url encode folder for code-server 2023-09-27 09:40:36 -05:00
Kyle Carberry
227bc8a2ad chore: add example for pinning code-server version 2023-09-27 09:23:29 -05:00
Kyle Carberry
8a2da9303c fix: properly set up default folder 2023-09-27 09:21:08 -05:00
Kyle Carberry
c248671138 fix: properly append pinned version to code-server 2023-09-27 09:18:59 -05:00
Muhammad Atif Ali
59243bdf23 add filebrowser (#56) 2023-09-27 17:16:03 +03:00
Muhammad Atif Ali
c3d8a9949c chore: update metadata (#54) 2023-09-27 17:15:48 +03:00
Kyle Carberry
ab527c8ffd fix: add install_version to code-server 2023-09-27 09:14:17 -05:00
Muhammad Atif Ali
0e35b55a44 fix jetbrain-gateway (#57) 2023-09-27 16:50:15 +03:00
Muhammad Atif Ali
1b83ae6f92 fix(jetbrains-gateway): use magic string for session token (#53)
* fix(jetbrains-gateway): use magic string for session token

* refactor

* improve default logic

* fmt
2023-09-27 07:07:14 -04:00
Muhammad Atif Ali
83a4e40a6d add jfrog integration module (#50)
* add jfrog integration module

* update RAEDME

* cleanup

* fixup!

* cleanup

* fix

* fix

* fixup!

* fixup

* use owner_email

* fix script

* add screenshot

* update docs

* fix permission

* fix install script permission

* add tests

* fix typo

* use new config for npm

* Fix JFrog test

* add example to use

* trim https://

* cleanup!

* update README

* all test pass

* fix README.md

* fmt

---------

Co-authored-by: Kyle Carberry <kyle@carberry.com>
2023-09-27 07:06:25 -04:00
Stephen Kirby
7dd00e0a75 Merge pull request #52 from coder/flyio
add fly.io region module
2023-09-26 18:37:25 -05:00
Kyle Carberry
0612412c37 fix: use magical token value for vscode-desktop 2023-09-26 17:59:52 -05:00