- add the
prs
sub-command (#57)
- 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
andrun-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)
- Update TeamCity API endpoints to
/app/rest/2018.1
(#21)
- Prevent
_test_test.go
PR file lookup (#20) - Rename
status
toresults
for accuracy (#15) - Rename root command to
branch
to avoid triggering accidental builds on typos (#15) - Add
--wait
option topr
,branch
, andresults
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)
- support
azurerm
new package per service structure - new command
status
to get tests results (#5)
Initial release!