...
Multiple VCS roots
TODO
REST
TODO
...
Preliminary support for exposing branches is added.
The following requests are supported:
All available branches of a build configuration: GET http://teamcity:8111/app/rest/buildTypes/<buildType_locator>/branches
Build locator now supports "branch" dimension. Use "any" for <branch_name> to return builds from any branch, if branch is not specified, only builds from default branch are returned
e.g. all builds for the specified branch: GET{{http://teamcity:8111/app/rest/builds/?locator=branch:<branch_name>}}
get build's branch: GET http://teamcity:8111/app/rest/build/branch
- returns text-plain response with branch name, empty string for default branch
Change Log, pending and build changes pages unification
...