-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VCS: remove unused methods and make new Git pattern the default (#8968)
* VCS: remove unused methods to "update" an existing copy * VCS backends: minor update to Git * Lint: pre-commit * VCS git: keep return code and stdout * Minor updates * VCS: make new Git pattern the default Remove `GIT_CLONE_FETCH_CHECKOUT_PATTERN` feature flag and always use it. We have been testing this new pattern and it has been working great. * Remove `set_remote_url` which is not being used anymore * Update some tests * VCS: remove `GitPython` We are not depending on GitPython anymore. With the introduction of `git ls-remote` we don't require to parse the repository anymore and GitPython is not required. This commit also removes the methods `.branches` and `.tags` that are not used anymore when using Git as VCS backend. * Remove shallow clone repository test * More defensive logic and tests updated * Update common/ * Delete old tests * Remove `_skip_fetch` that wasn't used
- Loading branch information
Showing
16 changed files
with
39 additions
and
654 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.