You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
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!
The text was updated successfully, but these errors were encountered: