Releases: BoxBoxJason/gitlab-sync
Releases · BoxBoxJason/gitlab-sync
0.7.1
0.7.0
[0.7.0] - 2025-11-02
🚀 Features
- Add user as group / project owner
💼 Other
- Select non root user at runtime
- Add dependabot
- Add Makefile for dev workflow
🚜 Refactor
- Simplify project architecture
📚 Documentation
- Add contributing guide
0.6.0
[0.6.0] - 2025-07-13
🚀 Features
- Enable issues mirroring
🚜 Refactor
- Refine business logic separation
📚 Documentation
- Add force freemium / premium in docs
⚙️ Miscellaneous Tasks
- Add checks when commits land on main
0.5.0
[0.5.0] - 2025-07-12
🚀 Features
- Enable mirroring on non premium instances
- Add a forced status of premium instance
- Add a forced free tier behavior argument
🐛 Bug Fixes
- Correct nilpointer exception in updateProjectFromSource
- Glitches on big instances destinations
💼 Other
- Upgrade golang version in image
⚙️ Miscellaneous Tasks
- Remove ErrorArray class
- Update dependencies
- Upgrade golangci-lint version
0.4.2
[0.4.2] - 2025-05-20
🐛 Bug Fixes
- Correct nil pointer on project edit error
💼 Other
- Add pkg in copied result
🎨 Styling
- Separate utils between pkg and internal
0.4.1
patch oci timestamp label
0.4.0
[0.4.0] - 2025-05-16
🚀 Features
- Add version check for destination gitlab
- Add license check for destination gitlab
- Add full project resync
- Add full group resync
- Add releases mirroring display in dry-run
📚 Documentation
- Add badges
🧪 Testing
- Use variables in licenses unit tests
⚙️ Miscellaneous Tasks
- Fix OCI labels
0.3.1
[0.3.1] - 2025-05-13
🐛 Bug Fixes
- Logging upgrade
- Remove unused timeout option
0.3.0
[0.3.0] - 2025-05-12
🚀 Features
- Use sdk for graphql requests as well
- Add more operationnal logging
- Add optional output to log file
📚 Documentation
- Remove unexisting flag from docs
🧪 Testing
- Add unit tests for main helpers
0.2.0
[0.2.0] - 2025-05-11
🚀 Features
- Different fetch behavior on instance size
💼 Other
- Move image labels to pipeline
🚜 Refactor
- (GitlabInstance) Update class attributes
🧪 Testing
- Add unit tests on get methods
- Add unit tests on post / put methods