Code Monkey home page Code Monkey logo

php-bitbucket-bulk-import's Introduction

BitBucket bulk importer

Just a quick script to leverage BitBucket's repository import feature and import a lot of repositories in one go. They currently do not have an API endpoint for this functionality.

Usage

Origin repositories must be world accessible, or you must update the code to handle specifying authentication information to the BitBucket importer.

First you must create a .env file with the correct information See .env.sample for what is required.

Second you must have a CSV file with the following column types, in order:

"Repo path","Project name","Project path","Namespace Path","Wiki","New name","Language","Description"

The column names do not matter. Alternatively you can modify the $get_repos function to suit your data format (recommended).

The final step is to run php -f migrate-repos.php and allow it to process your repository list. You should get e-mails from BitBucket as the repositories complete.

Note! Important!

The script as-is is customized for my specific setup. Some of it has been abstracted out into a .env file, but key areas to work with are changing $default_data to suit your needs, the $get_repos to change how the CSV info gets mapped, and $repo_data if you don't have a new_name key in your repo information.

php-bitbucket-bulk-import's People

Contributors

swichers avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.