Commit Graph

28 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
Parkreiner cd010baac8 chore: switch codebase to use TS strict mode 2024-07-19 17:59:04 +00:00
Parkreiner 7a8483d816 Merge branch 'main' into web-rdp 2024-07-01 13:57:47 +00:00
Parkreiner 33d44fdf17 fix: remove unneeded any types 2024-06-26 16:00:57 +00:00
github-actions[bot] c652dbe320 chore: bump version to 1.0.15 in README.md files (#258)
Co-authored-by: matifali <matifali@users.noreply.github.com>
2024-06-03 22:49:24 +03:00
Cian Johnston 249cb2fe9e fmt 2024-05-29 16:30:52 +01:00
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
2024-05-29 16:24:23 +01:00
Asher beaa33b682 Add open_recent option to VS Code desktop (#248) 2024-05-21 09:21:04 -08:00
github-actions[bot] 472d80ade6 chore: bump version to 1.0.8 in README.md files (#182)
Co-authored-by: matifali <matifali@users.noreply.github.com>
2024-03-07 00:34:50 +05:00
Michael Brewer a3dc364227 feat: add order variable to coder_app modules (#177) 2024-03-05 21:15:37 +05: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
Asher 9fc5eb9d29 Add missing URL to VS Code desktop module
Without this the plugin will only work if the user has happened to log
in before and that URL was previously saved.
2023-11-29 11:58:28 -09:00
Stephen Kirby a83cd5b140 added small test for jupyterlab 2023-10-10 17:22:48 +00:00
Stephen Kirby 698d8168f2 output vscode-desktop url and finished tests 2023-10-10 16:49:36 +00:00
Stephen Kirby f320040093 started vscode tests, fixed typo 2023-10-10 16:44:27 +00:00
Muhammad Atif Ali e1f4e25573 add folder to vscode desktop (#62) 2023-10-02 22:02:33 +03: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
Kyle Carberry 0612412c37 fix: use magical token value for vscode-desktop 2023-09-26 17:59:52 -05:00
Muhammad Atif Ali 34aedce094 fix: fix misc. issues (#45) 2023-09-26 14:27:12 +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
Kyle Carberry a25b637c46 Improve README (#17)
* Add helper tag

* Fix source reference

* Add icons

* Update code-server README

* Update README for contributing

* Update README

* Improve readme

* Fix code-server without extensions
2023-09-19 13:22:04 -05:00
Kyle Carberry a23c9e57d5 Add READMEs 2023-09-18 12:02:50 -05:00
Kyle Carberry 21774d96ba Add some READMEs 2023-09-18 11:26:46 -05:00
Kyle Carberry 4e5b8d1069 Initial commit 2023-09-18 15:57:02 +00:00