Skip to content

Releases: katbyte/tctest

v0.5.0

10 Aug 05:16
285eddd
Compare
Choose a tag to compare

v0.5.0 (2022-08-09)

  • support detecting azurerm services
  • support for Github OAUTH tokens via TCTEST_TOKEN_GH
  • teamcity token is now read from TCTEST_TOKEN_TC and shorthand option -t
  • shorthand opts have been removed from queue-timeout and run-timeout
  • multiple PRs can now be specified tctest pr 1111,2222,3333
  • results command can now look up a PR (#30)
  • support more then 1000 files and files larger then 1MB (#42)
  • build queue can now be skipped (#52)
  • pr and teamcity build can now be opened in a browser with --open flag (#54)

v0.4.0

09 Aug 23:00
cce801c
Compare
Choose a tag to compare

v0.4.0 (2020-04-12)

  • support TeamCity token Auth (#28)
  • prevent test auto-detection running all tests unexpectedly (#28)

v0.3.0

29 Feb 17:40
dcb052b
Compare
Choose a tag to compare

0.3.0 (2020-02-29)

  • Prevent _test_test.go PR file lookup (#20)
  • Rename status to results for accuracy (#15)
  • Rename root command to branch to avoid triggering accidental builds on typos (#15)
  • Add --wait option to pr, branch, and results commands (#15)
  • list command no longer triggers a build when no tests are found (#15)
  • Usage information is no longer displayed after non-usage-related errors (#15)
  • results command will display a warning if an in-progress build would give incomplete results (#15)
  • results will now inform the user if the specified build is still queued (#15)

v0.2.0

22 Jan 17:48
15f0271
Compare
Choose a tag to compare

0.2.0 (Jan 22th, 2020)

  • support azurerm new package per service structure
  • new command status to get tests results

v0.1.0

24 May 16:18
fa8004b
Compare
Choose a tag to compare

Initial release!