Skip to content

Releases: BoxBoxJason/gitlab-sync

0.7.1

19 Nov 23:19
0.7.1

Choose a tag to compare

fix error on unauthenticated instances

0.7.0

02 Nov 21:17
0.7.0
ff5783a

Choose a tag to compare

[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

13 Jul 20:20
0.6.0

Choose a tag to compare

[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

12 Jul 19:50
0.5.0
23179bc

Choose a tag to compare

[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

20 May 20:59
0.4.2
275fe9d

Choose a tag to compare

[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

16 May 22:19
0.4.1
a4b57c4

Choose a tag to compare

patch oci timestamp label

0.4.0

16 May 22:03
0.4.0

Choose a tag to compare

[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

13 May 21:47
0.3.1
67ca4d6

Choose a tag to compare

[0.3.1] - 2025-05-13

🐛 Bug Fixes

  • Logging upgrade
  • Remove unused timeout option

0.3.0

12 May 21:31
0.3.0
fde4d32

Choose a tag to compare

[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

11 May 12:39
0.2.0
1cddea6

Choose a tag to compare

[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