Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(backend): allow a custom API root for backend #7214

Merged
merged 2 commits into from
Aug 2, 2024

Commits on May 23, 2024

  1. fix(backend): allow a custom API root for backend

    In case of a self-hosted Gitlab, the API request to get the default
    branch always call gitlab.com.
    This commit allow to pass a custom API root from the config to the API
    call.
    
    Fix decaporg#7168
    JbIPS committed May 23, 2024
    Configuration menu
    Copy the full SHA
    59bad2b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    6b2a17f View commit details
    Browse the repository at this point in the history