diff options
author | Dan Fuchs <dfuchs@jellyvision.com> | 2021-02-04 16:36:20 -0600 |
---|---|---|
committer | Dan Fuchs <dfuchs@jellyvision.com> | 2021-02-04 17:40:56 -0600 |
commit | ff3013a2afeba12811cb3d860de4d0ea06f90545 (patch) | |
tree | b16f70741514dade28cf592004bd01e8f3509058 /gitlab/v4/cli.py | |
parent | 643454c5c5bbfb66d5890232a4f07fb04a753486 (diff) | |
download | gitlab-ff3013a2afeba12811cb3d860de4d0ea06f90545.tar.gz |
feat: import from bitbucket server
I'd like to use this libary to automate importing Bitbucket Server
repositories into GitLab. There is a [GitLab API
endpoint](https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server)
to do this, but it is not exposed through this library.
* Add an `import_bitbucket_server` method to the `ProjectManager`. This
method calls this GitLab API endpoint:
https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server
* Modify `import_gitlab` method docstring for python3 compatibility
* Add a skipped stub test for the existing `import_github` method
Diffstat (limited to 'gitlab/v4/cli.py')
0 files changed, 0 insertions, 0 deletions