Releases: iv-mexx/gitlab-migrator
Releases · iv-mexx/gitlab-migrator
Snippets
Snippets will now be migrated as well.
However, keep these caveats in mind:
- The original
author
is not migrated- Gitlab-API does not seem to offer a request to assign an author when creating/updating a snippet
- Author of the migrated issue is the user performing the migration
visibility_level
is not migrated- Gitlab-API does not seem to include the
visibility_level
in responses when requesting snippets - Migrated issues are automatically created with visibility level
internal
- Gitlab-API does not seem to include the
Git Protocol
- Added Options
FL_GIT_PROTOCOL_SRC
andFL_GIT_PROTOCOL_DST
to specify the protocol that should be used for migrating repositories (ssh
or `https). - Migrating projects with empty repositories or enabled-but-empty wikis now works without error.
Wikis
Initial Release
This is the initial release. Version 1.0 supports migration of
Projects
- description
- default_branch
- group
- namespace
- wiki_enabled
- wall_enabled
- issues_enabled
- snippets_enabled
- merge_requests_enabled
- public
Labels
- name
- color
Milestones
- project
- title
- description
- due_date
Issues
- project
- title
- description
- assignee (on a best effort base)
- milestone
- labels
- notes (see caveats)