Commit Graph

11 Commits (main)

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
7 months ago
Parkreiner cd010baac8 chore: switch codebase to use TS strict mode 10 months ago
Parkreiner 7a8483d816 Merge branch 'main' into web-rdp 10 months ago
Parkreiner 33d44fdf17 fix: remove unneeded any types 10 months ago
Cian Johnston 249cb2fe9e
fmt 11 months ago
Cian Johnston 49cff4b2aa
chore: remove usage of deprecated fields coder_workspace.owner_*
Updates the following modules to no longer reference fields matching
coder_workspace.owner_*:
- coder-login
- git-config
- github-upload-public-key
- jfrog-oauth
- vscode-desktop

Also updates dependency of coder/coder to 0.23.0 for the above.

For context, see https://github.com/coder/terraform-provider-coder/releases/tag/v0.23.0
11 months ago
Asher beaa33b682
Add open_recent option to VS Code desktop (#248) 11 months ago
Michael Brewer a3dc364227
feat: add `order` variable to `coder_app` modules (#177) 1 year 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