Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Feature Request: Import repository from Bitbucket Server #1629

Closed
lilyyanglt opened this issue Jan 17, 2023 · 2 comments
Closed

Feature Request: Import repository from Bitbucket Server #1629

lilyyanglt opened this issue Jan 17, 2023 · 2 comments

Comments

@lilyyanglt
Copy link

According to the Gitlab Docs, there's an api that allows you to import bitbucket repositories to gitlab: https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server
But I don't believe I see this api implemented in this amazing repo, so I am hoping to create a ticket as a new feature for this repo.
I have just started my software development journey. Perhaps I can add this api to the source code?

I've tried the using the git.ProjectImportExport.ImportFromFile() by archiving the bitbucket repository and then using this api to import the project, but the project import fails using this method, and so it would be really helpful to be able to have this api.

Thank you!

@svanharmelen
Copy link
Member

Sure, feel free to take a stab at it 👍🏻 Please do make sure you first look at the style and patterns used in other places in the package and try to use the same style/patterns when possible. Thanks!

@pwlandoll
Copy link
Contributor

This should be resolved with the changes in #1979.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants