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

Releases: gotsunami/gitlab-copy

gitlab-copy v0.8.2

10 Mar 13:27
4428bce
Compare
Choose a tag to compare
  • migrate: panic on nil pointer. #66

gitlab-copy v0.8.1 (SECURITY RELEASE)

04 Mar 14:15
937644d
Compare
Choose a tag to compare
  • Fix several dependencies security issues. #61

gitlab-copy v0.8.0

03 Mar 21:27
e3ae886
Compare
Choose a tag to compare

Features

  • New -k CLI flag to skip TLS verification step (hence allowing to connect to GitLab instances with self-signed certificates), see the README.md #54

Bug Fixes

  • Copy between different GitLab hosts/instances #58

Other

  • Convert to a modern Go project (go.mod) #55
  • Upgrade all software dependencies and fix all compilation errors #55
  • Built with Go 1.20.1

gitlab-copy version 0.7

04 Mar 08:29
Compare
Choose a tag to compare
  • Use GitLab API v4. #29
  • Better testing through API mocking and unit tests. #41
  • Issue linked attachments are transferred. #15
  • Use dep to vendor dependencies. #31
  • Windows binary distribution is missing .exe suffix. #28
  • Fixed segfault when from project has no milestones. #27
  • Update go-gitlab library to v0.10.5.
  • Built with Go 1.12

gitlab-copy version 0.7 RC2

09 Aug 07:40
32f3e2d
Compare
Choose a tag to compare
Pre-release
  • Use GitLab API v4 #35

gitlab-copy version 0.7 RC1

03 Jun 22:53
20f1e5e
Compare
Choose a tag to compare
Pre-release
  • Use GitLab API v4. #29
  • Use dep to vendor dependencies. #31
  • dist: Windows binary is missing .exe suffix. #28
  • Fixed segfault when from project has no milestones. #27
  • Update go-gitlab library to v0.10.5
  • Built with Go 1.10.2

gitlab-copy version 0.6.7

26 Aug 19:59
Compare
Choose a tag to compare
  • Copy labels description too. #16
  • More verbose output for -version flag
  • vendor: xanzy/go-gitlab library updated to v0.2.1
  • Built with Go 1.7

gitlab-copy version 0.6.6

14 May 21:31
Compare
Choose a tag to compare
  • Add moving issues capability, with moveIssues. #1
  • Add support for user ID mapping in notes, with users. #5
  • Auto-close an issue after copy, with a link to new one, with autoCloseIssues, linkToTargetIssue and linkToTargetIssueText parameters. #6
  • Add an option to copy milestones only, with milestonesOnly. #13
  • Apply labels to closed issues (Manoj Govindan)

gitlab-copy version 0.6.5

15 Feb 21:04
Compare
Choose a tag to compare
  • Copy labels only from one project to another. Use the labelsOnly config entry. #9

gitlab-copy version 0.6.4

10 Feb 15:39
Compare
Choose a tag to compare
  • Fixes GitLab HTTP 414 content too large, preventing skipping issue creation on target. #8