We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node version: 18.14.2 Yarn version: 1.22.19 OS and version: Win 11 azure-devops-node-api version: 12.1.0
getCommitDiffs from gitApi ignores baseVersionDescriptor and targetVersionDescriptor payloads gitClient.getCommitDiffs(this.repoId, this.project, true, 100, 0, { baseVersion: 'ADC_Wizard_15894, }, { targetVersion: 'main' }) Even after adding another properties (baseVersionType, baseVersionOptions, etc.), following URL gets generated:
gitClient.getCommitDiffs(this.repoId, this.project, true, 100, 0, { baseVersion: 'ADC_Wizard_15894, }, { targetVersion: 'main' })
The url should look like this There should be differences between those branches
There are no differences found due to missing base and target branches
The text was updated successfully, but these errors were encountered:
Hi @Om4n3k, thanks for the feedback, the GitApi is fully generated so we can't patch them by hand now. We'll try to fix it once we'll have enough time
Sorry, something went wrong.
This issue has had no activity in 90 days. Please comment if it is not actually stale
No branches or pull requests
Environment
Node version: 18.14.2
Yarn version: 1.22.19
OS and version: Win 11
azure-devops-node-api version: 12.1.0
Issue Description
getCommitDiffs from gitApi ignores baseVersionDescriptor and targetVersionDescriptor payloads
gitClient.getCommitDiffs(this.repoId, this.project, true, 100, 0, { baseVersion: 'ADC_Wizard_15894, }, { targetVersion: 'main' })
Even after adding another properties (baseVersionType, baseVersionOptions, etc.), following URL gets generated:
Expected behaviour
The url should look like this
There should be differences between those branches
Actual behaviour
There are no differences found due to missing base and target branches
Steps to reproduce
The text was updated successfully, but these errors were encountered: