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

Require the Bitbucket Server URL, project and repo name to always be passed for bbs2gh migrate-repo #1057

Merged
merged 2 commits into from
Jul 10, 2023

Commits on Jul 9, 2023

  1. Require the Bitbucket Server URL, project and repo name to always be …

    …passed for `bbs2gh migrate-repo`
    
    This makes a breaking change to `bbs2gh migrate-repo` requiring
    the `--bbs-server-url`, `--bbs-project` and `--bbs-repo` to always
    be passed, even in the flows where the CLI doesn't talk to the
    Bitbucket Server API.
    
    This change is important because it allows us to always sent the
    URL of the repository to the GitHub API when starting the
    migration, which allows us to intelligently pick the right repo
    to migrate from the archive.
    
    Fixes #1056.
    timrogers committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    45c7787 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    54cdc71 View commit details
    Browse the repository at this point in the history