Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Advanced teaching automation Advanced teaching automation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Learn Renku
  • Teaching on Renku
  • Advanced teaching automationAdvanced teaching automation
  • Merge requests
  • !3

Merged
Created Mar 14, 2023 by Cyril Matthey-Doret@cyril.matthey-doretOwner

feat: add custom-renku-url option

  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 1

In renkulab, each project has two URLs: renkulab.io/projects and renkulab.io/gitlab. This may not be true for custom deployment, where the URLs may be completely different.

Until now, collect-forks assumed all deployment to follow the renkulab convention, potentially resulting in broken session start links for custom deployments. This PR adds an option to specify the base URL of the renku instance.

teach-auto collect-forks \
  --custom-renku-url https://custom-renku.demo.com \
  --group-only       https://custom-gitlab.demo.com/my-group/my-project \
  > forks.json
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: custom-renku-url

This GitLab is a part of renkulab.io