Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get list of modified files from TFVC Provider #3

Closed
dtretyakov opened this issue Jul 6, 2017 · 3 comments
Closed

Get list of modified files from TFVC Provider #3

dtretyakov opened this issue Jul 6, 2017 · 3 comments

Comments

@dtretyakov
Copy link
Collaborator

We need to have a list of modified files to trigger a personal build.

@rugpanov
Copy link
Contributor

rugpanov commented Jul 6, 2017

Currently there is only private api to get this list. We should resolve how the extension should get access to this api. There is an instruction how developers can provide a public api: https://code.visualstudio.com/docs/extensionAPI/vscode-api

To get a set of files for commit, message and workItemIds they are using the method: TfvcSCMProvider.GetCheckinInfo(); I think it would convenient to use this method for our extension as well.

@rugpanov
Copy link
Contributor

rugpanov commented Jul 9, 2017

In the archive there is a patch for tfvc extension. The patch extends extension api to export list of absolute paths of changed files. (The list is required for triggering a personal build via TeamCity extension.) API-for-TC-extension.zip.

We should decide what else information does TeamCity extension require, and sent a request to tfvc extension developers.

@rugpanov
Copy link
Contributor

rugpanov commented Aug 6, 2017

Implemented at 62d153f

@rugpanov rugpanov closed this as completed Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants