-
Notifications
You must be signed in to change notification settings - Fork 157
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
BREAKING CHANGE: Removing support for AzDO Version 2018 and earlier #458
Draft
SebastianSchuetze
wants to merge
16
commits into
feature/v8.0.0
Choose a base branch
from
SebastianSchuetze/issue438
base: feature/v8.0.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* adding update capabilities for classification nodes * updating changelog * update version number * adding ShouldProcess support * fixed typo * forgot the stupid backticks :) * Update Tests/function/tests/Update-VSTeamIteration.Tests.ps1 Co-authored-by: Sebastian Schütze <[email protected]> * Update Tests/function/tests/Update-VSTeamIteration.Tests.ps1 Co-authored-by: Sebastian Schütze <[email protected]> * Update Tests/function/tests/Update-VSTeamClassificationNode.Tests.ps1 Co-authored-by: Sebastian Schütze <[email protected]> * Update Tests/function/tests/Update-VSTeamClassificationNode.Tests.ps1 Co-authored-by: Sebastian Schütze <[email protected]> * Update Tests/function/tests/Update-VSTeamArea.Tests.ps1 Co-authored-by: Sebastian Schütze <[email protected]> * Update Tests/function/tests/Update-VSTeamArea.Tests.ps1 Co-authored-by: Sebastian Schütze <[email protected]> Co-authored-by: Sebastian Schütze <[email protected]>
* - Added Update-VSTeamGitRepositoryDefaultBranch to allow for changing the default branch of a repository. - Fixed bad link in README.md * Clean up comments, and fixed/updated urls * Added logic to only try to import vstem-lib.dll if exists and is not imported. * Added fake Get-VSTeamGitRepository call (since pester doesn't recognize it as something when mocked) Removed call to dot source common.ps1 Removed debug messages Cleaned up comments Bumped Version Updated Changelog * - Fixed default branch name check. - Added logic to pull refs and validate branch name - Updated call to use splatting for readability * - Added mock for Get-VSTeamGitRef - Added test for non-existent branch name * - Added sample file for gitref call in Update-VSTeamGitRepositoryDefaultBranch * removed some line in changelog Co-authored-by: Bleattler <[email protected]> Co-authored-by: Sebastian Schütze <[email protected]>
* Update Add-VSTeamBuild.ps1 Added support for template parameters * added unit tests Co-authored-by: Sebastian S Schütze <[email protected]>
* Update help with new syntax * update Get-VSTeamUserEntitlement to support new 6.0 API version * added unit tests for /Get-VSTeamUserEntitlement * updated documentation * Create _callAPIContinuationToken common function * updated changelog * Add tests for _callAPIContinuationToken Co-authored-by: Sebastian S Schütze <[email protected]>
…ter problem when getting current set API versions * fixed a problem that prevented the module to load on module load the default project is set as well as the given project queried to check if the project exists this causes a default exception since on module load no Set-VSTeamAccount is set. This is fixed by returning warning messages * fixed a bug which does not recognise 'Version' parameter
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR removes support for any Version earlier than Azure DevOps Server 2019