Skip to content

Draft: [server/migractions] simplify the Migration Handler entry point

Noé Gaumont requested to merge topic/default/server-migractions into branch/default

There is no need to entertain numerous ways to create a migration handler. We move .set_cnx to cwctl.admincnx, which given a repository, will return an admin cnx.

Moreover, we use the repoapi.get_repository to get repositories.

Related to #3933480.

Edited by Nicolas Chauvat

Merge request reports