Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,330
    • Merge requests 1,330
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #118840
Closed
Open
Issue created Dec 18, 2019 by Sean McGivern@smcgivernMaintainer

Routing under `-` causes issues

!20455 (merged) and !21126 (merged) caused some issues when we deployed to GitLab.com.

  1. We have rolling deploys on GitLab.com. The old code only knows about the non-- version. That isn't forwards-compatible, which is hard to do, so we have a period of time during the deploy where links might not work, because a page might be served by the new code and then you click on a link and are served the old code. The new code is backwards-compatible.
  2. The repository links (particularly for raw) will break any non-redirect-following clients, like curl or gitlab-org/quality/triage-ops!361 (merged).
  3. We may need to update Workhorse's upload acceleration to match the new routes.
Edited Dec 18, 2019 by Heinrich Lee Yu
Assignee
Assign to
Time tracking