Skip to content

Enhance Package Migration to Include Generic Packages

Xu Han requested to merge xuh4/congregate:add-generic-package-migration into master

Currently, if Maven gRPC service is not started, then packages are not migrated. This Merge Request introduces the functionality to migrate generic packages, extending our existing capability which was limited to Maven packages.

The implementation is structured with scalability in mind, paving the way for the future integration of additional package types, such as PyPi packages.

Closes #743 (closed)

Edited by Petar Prokić

Merge request reports