-
Notifications
You must be signed in to change notification settings - Fork 965
Migration Announcement: go-gitlab moves to GitLab.com #2060
Comments
Migration date: 2024-12-10 at 14:00 UTCQuick Updates:
Important information:
|
Note - We will also be adding a deprecation notice on the During testing how best to communicate the migration of this module we examined using only the module deprecation pattern and noticed that the warning return is largely buried within the To ensure the migration is as visible as possible, we will therefore include a deprecation notice on the function as well. The deprecation will not be present on the migrated module, so only users still referencing the GitHub module path will have the deprecation on the function. Hopefully this helps as many people migrate as possible! |
Successfully migrated: 2024-12-10 at 16:00 UTC
MigrationThe migration itself should be a simple search and replace. Something along the lines of: git grep github.com/xanzy/go-gitlab | cut -d: -f1 | sort | uniq | xargs -n1 sed -i 's#github.com/xanzy/go-gitlab#gitlab.com/gitlab-org/api/client-go#'
go mod tidy
go build |
🗣️ Migration Announcement: go-gitlab moves to GitLab.com
We're excited to announce that this Go package previously hosted at
github.com/xanzy/go-gitlab
is moving to a new home at
gitlab.com/gitlab-org/api/client-go
! 🎉-> When:
soon, we'll provide an update in the coming days.2024-12-10 at 14:00 UTCWhat does this mean for you?
This migration will be straightforward:
go.mod
reference fromgit.luolix.top/xanzy/go-gitlab
togitlab.com/gitlab-org/api/client-go
.Why the move?
This transition ensures better alignment with GitLab's ecosystem and simplifies maintenance.
If you are contributing to this package you are most likely a familiar GitLab user already.
The project remains open source with the same license and community-driven,
with ongoing contributions encouraged and welcomed.
Maintainers Update
Sander (@svanharmelen), the original author of the package, has stepped down and offered
GitLab contributors to maintain it.
We extend our heartfelt thanks to Sander for his amazing work in creating and maintaining this library! 🙏
Moving forward, Timo (@timofurrer) and Patrick (@RicePatrick) will continue maintaining
the project to ensure its stability and growth.
Next Steps
Thank you for being part of this journey!
We're looking forward to continuing the development of this library together with the vibrant Go and GitLab communities.
Happy coding! 🚀
- Timo
The text was updated successfully, but these errors were encountered: