Skip to content

Releases: iv-mexx/gitlab-migrator

Snippets

28 Nov 09:25
Compare
Choose a tag to compare

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

Git Protocol

20 Sep 08:13
Compare
Choose a tag to compare
  • Added Options FL_GIT_PROTOCOL_SRC and FL_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

22 Dec 17:03
Compare
Choose a tag to compare

For projects with wiki_enabled, the wiki repository is now migrated as well!

Initial Release

10 Dec 19:42
Compare
Choose a tag to compare

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)