Commit Graph

16 Commits (32b69016a09d29228eca85a9616f58c09bbaeb3f)

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
Brent Souza ad1189afff
feat(jfrog): support multiple repositories (#289)
Co-authored-by: bsouza <BSouza@Acadian-Asset.com>
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
7 months ago
Parkreiner 096cd214ce fix: make type def for TerraformState more specific 10 months ago
Parkreiner 6a87fd18e5 fix: make attributes type more specific 10 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 de00f6334f chore: add type parameter for testRequiredVariables 10 months ago
Parkreiner 264584e673 fix: make comments for test helpers exportable 10 months ago
Parkreiner f335cd343d fix: update type definitions for helpers 10 months ago
Garrett Delfosse 36fa871e7b add tests 1 year ago
Michael Brewer 892174da7c
feat(git-config): allow `data.coder_workspace.me.owner_email` to be blank (#222) 1 year 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 1317bbdf51 added tests for vscode-web 2 years ago
Kyle Carberry ab527c8ffd fix: add `install_version` to code-server 2 years ago
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>
2 years ago
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
2 years ago