PTC-ALM / TortoiseSI

Windows Explorer Extension to operate the SCM capabilities of PTC Integrity Lifecycle Manager
https://ptc-alm.github.io/TortoiseSI/
8 stars 8 forks source link

Provide a shortcut for "View Project Differences" #162

Closed KristinaTaylor closed 9 years ago

KristinaTaylor commented 9 years ago

This shortcut should run the si mods command with the sandbox providing the context. The resulting view will show the changes since the last checkpoint.

Note: If a user would like to see changes between two specific checkpoints, they should first launch the project history, select the two checkpoints, then run the project differences command.

cwarnerPTC commented 9 years ago

I believe that the Integrity command for this is si mods, and it doesn't appear to be a published command.

KristinaTaylor commented 9 years ago

I think this being a non-API published command is fine in this case, actually. Since we're going to be just running the command with a -g, and not processing output from the command via the API, it can still be used in this integration. It is documented for use from the CLI, which is essentially what we're doing.

sharonzhao commented 9 years ago

Added test case 1088898 in TortoiseSI test suite to test this issue. Verified on build 216 that "View Project Differences" worked properly.

This issue can be closed.

atusek commented 9 years ago

Closing as per test notes above.