Stephen Kirby
8fac468bb4
printing arr
2 years ago
Stephen Kirby
c85bf5db4f
printing arr
2 years ago
Stephen Kirby
972b5b8282
debugging arr
2 years ago
Stephen Kirby
151cb234b0
testing array reading
2 years ago
Kyle Carberry
0068642d3b
feat: add slackme module ( #85 )
...
* Add Slackme module
* Don't require auth
* Improve slackme
* Make run on starT
* Try new heredoc syntax
* Escape execute calls
* Improve portability
* Fix fmt
* Improve slackme script features
* Fix whitespace
* Fix linting
2 years ago
Stephen Kirby
c7c9fa9279
Merge pull request #84 from coder/missing-tests
2 years ago
Stephen Kirby
c23edf47d8
added jetbrains-gateway test
2 years ago
Stephen Kirby
b03bb1ba04
fixed coder icon url in coder-login
2 years ago
Muhammad Atif Ali
51738546ad
move sample script to use bash ( #83 )
2 years ago
Stephen Kirby
ac5c275d8d
added tests that don't depend on shebang
2 years ago
Stephen Kirby
2f248dd91f
placeholder test for jupyterlab with pip
2 years ago
Stephen Kirby
a83cd5b140
added small test for jupyterlab
2 years ago
Stephen Kirby
698d8168f2
output vscode-desktop url and finished tests
2 years ago
Stephen Kirby
f320040093
started vscode tests, fixed typo
2 years ago
Stephen Kirby
1317bbdf51
added tests for vscode-web
2 years ago
Stephen Kirby
1823248fd3
Merge branch 'main' into missing-tests
...
merge main
2 years ago
Stephen Kirby
8eec58ed9b
prep for merge
2 years ago
Stephen Kirby
f7de34295f
test for fly-region region filter
2 years ago
Stephen Kirby
f171434059
added note on gpu_only for gcp-region
2 years ago
Stephen Kirby
3b40e2ee36
fixed default with gpu_only true
2 years ago
Stephen Kirby
294047546a
upped gcp-region testing
2 years ago
Stephen Kirby
72964cc0a4
Merge pull request #82 from coder/output-dotfiles
...
add dotfiles uri output
2 years ago
Stephen Kirby
75d8d0dbcd
testing personalize
2 years ago
Stephen Kirby
2d5eb365f5
added output
2 years ago
Stephen Kirby
db2441f831
personalize wip, gcp region added
2 years ago
Stephen Kirby
30a8d3cde0
added starter test for personalize
2 years ago
Kyle Carberry
216d32f3aa
fix: move filebrowser to use bash
2 years ago
Kyle Carberry
460af432db
fix: move git-clone and personalize to bash
2 years ago
Scott
5b3bd80634
fix(git-clone): change to work with volumes fixes #79 ( #80 )
...
* fix(git-clone): change to work with volumes fixes #79
* Update git-clone/run.sh
Co-authored-by: Kyle Carberry <kyle@carberry.com>
---------
Co-authored-by: Muhammad Atif Ali <matifali@live.com>
Co-authored-by: Kyle Carberry <kyle@carberry.com>
2 years ago
Stephen Kirby
dda094f168
Merge pull request #78 from coder/filebrowser-db
...
feat: add database_path specification to filebrowser
2 years ago
Stephen Kirby
aaf56fe3fd
finished tests
2 years ago
Stephen Kirby
3128167b8e
forgot a space
2 years ago
Stephen Kirby
e9bf7245bb
fixed sh ref
2 years ago
Stephen Kirby
290db2ea33
empty test, revert to regex until upgrade
2 years ago
Stephen Kirby
ba9cb6dbd3
attempting ends with
2 years ago
Stephen Kirby
5146af839d
updated readme, regex instead of endswith
2 years ago
Stephen Kirby
fe230ec764
upgraded terraform verison
2 years ago
Stephen Kirby
226532a03c
endswith typo
2 years ago
Stephen Kirby
1b30a8e1de
db_path -> database_path
2 years ago
Stephen Kirby
d6e7363e39
added validation, fixed ref
2 years ago
Stephen Kirby
5a8b8763cb
corrected optional logic
2 years ago
Stephen Kirby
04000b43ca
removed logic to test params
2 years ago
Stephen Kirby
dad94ec735
reverting to simpler implementation
2 years ago
Stephen Kirby
4fd37e0d67
udpated var reference
2 years ago
Stephen Kirby
412c35033e
added db path optionality
2 years ago
Stephen Kirby
b39fe7c4e8
add filebrowser db path var
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
Muhammad Atif Ali
e1f4e25573
add folder to vscode desktop ( #62 )
2 years ago
Muhammad Atif Ali
f8a2f37540
fix(coder-login): add source url in README ( #69 )
2 years ago