Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Allow forward slashes as part of repository names (to group repositories) #122

@sschuberth

Description

@sschuberth

In Gerrit, repositories are usually grouped by applying a common "namespace" prefix. Namespaces are separated by forward slashes, similar to Linux paths. As an example see e.g. the list at https://gerrit-review.googlesource.com/#/admin/projects/?filter=%255E.*%252F.*%2524:

apps/reviewit
libs/modules/repomanager/cassandra
plugins/admin-console
plugins/analytics
...

When indexing such repositories, it would be nice if searchcode would either (at the example of apps/reviewit):

  • support forward slashes as part of the name, i.e. use the literal string "apps/reviewit" as the name, or
  • understand the semantics of a forward slash and use "reviewit" as the repository name and use "apps" to somehow group the repository (along with others in the same namespace).

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions