This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
Releases: gotsunami/gitlab-copy
Releases · gotsunami/gitlab-copy
gitlab-copy v0.8.2
gitlab-copy v0.8.1 (SECURITY RELEASE)
- Fix several dependencies security issues. #61
gitlab-copy v0.8.0
gitlab-copy version 0.7
- 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
- Use GitLab API v4 #35
gitlab-copy version 0.7 RC1
gitlab-copy version 0.6.7
- 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
- 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
andlinkToTargetIssueText
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
- Copy labels only from one project to another. Use the
labelsOnly
config entry. #9
gitlab-copy version 0.6.4
- Fixes GitLab HTTP 414 content too large, preventing skipping issue creation on target. #8