vsts-mirror-git-repository
vsts-mirror-git-repository copied to clipboard
A straightforward utility to mirror one Git repository to another location
## Description Support an additional authentication mechanism utilizing the `Authorization` header with both `basic` and `bearer`. ## Value This is a more secure and flexible/powerful way to authenticate with source...
The task currently authenticates to a Git repository by using a PAT token. Adding in an option to authenticate via a Username/Password would expand the options for users to interact...
## Description Add options to push other than --mirror. E.g. to push only a specific branch. ## Value Our use case is we want to mirror only specific release branches...
We've currently got an array of PR checks that are required/gates for merging to master, including one for running Sonar scans. However, our current config also disallows the execution of...
Hi, Is it possible to copy/clone selected folders from a source repo to target repo in Azure Devops pipieline ? I have to copy pipeline, dataset & dataflow folders from...
We should allow the task configuration to point to existing service endpoints for specifying the git repo and authentication info (for example the GitHub and Bitbucket service endpoints). This would...
In theory we should be able to construct some functional tests that we could incorporate into our release pipeline process. Proposal: * Create some Azure Pipelines definitions that are configured...
I was reviewing the Reports for the extension in the VSTS marketplace, and saw a couple Uninstalls where the reason given was "didn't include features I was expecting". One of...
Hi! Thank you for a great tool. What scopes must be enabled for PAC in Azure DevOps to successfully run this task?