Skip to content

If filter is not a glob expression load only the specified project

Emanuele Aina requested to merge wip/em/special-case-filter-no-glob into master

To avoid listing all the projects (which can take a lot of time on crowded instances) when --filter is not a glob and will only match a single project, directly load the project using the filter path.

Merge request reports