Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

v1.10.0

Compare
Choose a tag to compare
@scsmithr scsmithr released this 21 Aug 00:07
2d52bb3

This release is compatible with Coder Enterprise v1.10.0

  • 9974e45 Export entclient to coder-sdk
  • ff28df3 Cleanup entclient api
  • f21d224 Abstract integration test container creation
  • 0e031d9 Add gendocs ci step
  • b9ebf97 Link to auto-generated docs
  • 9b61d34 Move cmd to internal package
  • 8f41aa3 Add --user flag to "secrets" and "envs"
  • be6bc28 Add completions for env names to be enabled later
  • 74a130a Migrate to cobra
  • 1261969 Add ci readme
  • 8212be0 Migrate to urfave/cli/v2
  • d664df2 Remove "failed to" from errs
  • 5f7d205 Fix all erorr handling to use errors
  • 3b70c19 Cleanup tests
  • ba92295 Improve url command
  • 9b1173e Add table output to envs ls
  • b957f37 Mirgation to urfave/cli
  • a08956f Show network error on unexpected disconnect
  • 1dc6c3b use requireSuccess(); log.Fatal() where appropriate; change 'del' to 'rm'
  • bf11f01 Run tcli container on host network
  • cc55a4a Add future support for integration devurl tests
  • c71c3c9 Add urls ls subcmd; add -o [human | json] support matching users cmd
  • b5487cb Add more secret creation input paths
  • cbdd4b6 Add integration tests for Secrets commands
  • 362ddc7 Enabled error response JSON body output
  • 11f797a Reverted err response
  • 5d92778 Add custom prefix devurl
  • 01e9b77 Add secrets ls, add, view, rm commands
  • 5e43b71 Improve command descriptions
  • 1a5ec82 Add users ls command
  • 692b219 Handle command failure better
  • 18b5f50 Cleanup when commands are executed in sh or not
  • cafdd6f Simplify assertion type
  • c451d16 Move tcli tests to tcli package
  • b5b93d4 Fix tcli log helpers
  • e6c79f5 Add verbose logging to integration tests
  • 9d358a6 Adds headless login workaround
  • f4fe567 Add tests for host runner
  • bf31666 Add host runner
  • 50c4e75 Add GetResult Assertion
  • 5c118b8 Limit github action runs
  • a7ac523 Doc comments only
  • 1495867 Add initial coder tests
  • 5998ff1 Add integration action
  • f11304b Adds github fmt, lint, test ci
  • 025e1bd Adds working bind mount
  • 2932fe9 Add RunCmd manual command
  • 8e8b215 Execute commands in container
  • 8b3f056 Initial setup for integration tests
  • 65fce15 Patch ci
  • 5a6b14e Set raw output for all commands
  • 6fc2c8c Abstract cross-platform terminal syscalls
  • 6a5fbc5 Adds support for windows
  • c301cf0 Execute exec commands in sh