TeamCity Add-in 2020.1 Help

My Changes window

ReSharper | TeamCity | My Changes
Control+Shift+Alt+T S

This window displays information on any changes you have committed to the source control systems enabled in the TeamCity Add-in options, as well as your personal builds. The changes pane groups changes by the time (today, yesterday, and older) of the build (either personal or general) they were included into, and each change is marked with a build status icon.

In addition, if your modifications have been committed to the source control, the changeset is marked with the labels that display the commit type and status.

Select a specific change to display builds related to this change in the builds pane. The builds pane displays the following information:

  • Project name and build configuration

  • Fixed in: number of the build, where the error was fixed

  • First run in: number of the first build, where the selected change was included, and failure descriptions (if applicable).

  • Current: the latest running build that contains this change.

TeamCity Add-in: My Changes window

Toolbar controls in the Changes Pane

ControlNameDescription
ThemedIcon Refresh Screen Gray pngRefresh Updates window content to reflect status of builds on your TeamCity server.
ThemedIcon ExpandAll Screen Gray png ThemedIcon CollapseAll Screen Gray pngExpand All/ Collapse All Expands/collapses all nodes in the current tab.
ThemedIcon SplitBottom Screen Gray pngHorizontal/Vertical Layout Allows changing the position of the results pane (right or bottom)
ThemedIcon FilterHideSuccessfull Screen Gray pngHide Successful Allows displaying only the changes which resulted in failed builds; changes which resulted in successful builds are hidden
ThemedIcon FilterShowPersonalOnly Screen Gray pngHide Non-personal Allows displaying only changes in personal builds.
ThemedIcon OpenInBrowser Screen Gray pngOpen in Web Allows displaying details on the selected change in the web UI of your TeamCity server

Changesets Status Icons

Status IconDescription
ThemedIcon BuildRunningSuccess Screen Gray png Build configuration with the changeset is running on your TeamCity server with no failed build steps.
ThemedIcon BuildRunningFail Screen Gray pngBuild configuration is running with failed build steps.
ThemedIcon Success Screen Gray pngBuild configuration has completed successfully.
ThemedIcon Error Screen Gray pngBuild configuration has failed.
ThemedIcon BuildCancelled Screen Gray pngBuild configuration has been cancelled on your TeamCity server.
ThemedIcon Hourglass Screen Gray pngBuild configuration is in the build queue on your TeamCity server.
ThemedIcon PersonalRunningSuccess Screen Gray pngPersonal build configuration is running on your TeamCity server with no failed build steps.
ThemedIcon PersonalRunningFail Screen Gray pngPersonal build configuration is running with failed build steps.
ThemedIcon PersonalSuccess Screen Gray pngPersonal build configuration has completed successfully.
ThemedIcon PersonalFail Screen Gray pngPersonal build configuration has failed.
ThemedIcon PersonalImpending Screen Gray pngThe personal build configuration is in the build queue on your TeamCity server.
ThemedIcon PersonalCancelled Screen Gray pngThe personal build configuration has been cancelled on your TeamCity server.

Toolbar controls in the Results Pane

ControlNameDescription
ThemedIcon ExpandAll Screen Gray png ThemedIcon CollapseAll Screen Gray pngExpand All/ Collapse All Expands/collapses all nodes in the current tab.
ThemedIcon FilterHideSuccessfull Screen Gray pngHide Successful Allows displaying only failed builds and hiding successful builds
ThemedIcon OpenInBrowser Screen Gray pngOpen in Web Allows displaying details on the selected build in the web UI of your TeamCity server
ThemedIcon SessionLog Screen Gray pngOpen Build Log Allows displaying build log for the selected build. The log is fetched from your TeamCity server
ThemedIcon UnitSession Screen Gray pngOpen Failed Tests This button is only available if JetBrains ReSharper is installed in the current Visual Studio version. It is enabled when you select a failed build, opens the Failed Tests window where you can view and analyze all tests that failed in this build.
Last modified: 08 May 2020