Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure 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
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !1107

Exclude routes that start with namespace that are not in the namespace

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/GerardMopp/only-use-routes-in-namespace into master Mar 05, 2018
  • Overview 6
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: GerardMopp

Addresses #758 (closed) Using the trailing slash when looking at for routes in the namespace ensures that only routes from the namespace will be used and not routes that start with the namespace. This stops the navigation looking for namespaced routes that do not exist.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/GerardMopp/only-use-routes-in-namespace