Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • cubicweb cubicweb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 182
    • Issues 182
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 31
    • Merge requests 31
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cubicweb
  • cubicwebcubicweb
  • Merge requests
  • !160

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Nicolas Chauvat requested to merge topic/default/simplify-migration-handler into branch/default Feb 12, 2021
  • Overview 0
  • Commits 1
  • Pipelines 10
  • Changes 8

There is no need to have several 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 https://www.cubicweb.org/3933480

Edited Feb 12, 2021 by Nicolas Chauvat
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/default/simplify-migration-handler