List public projects in Usage Quotas page
Problem
In issue https://gitlab.com/gitlab-org/gitlab-ce/issues/65540#example-project some customers complained that while they were inspecting their usage of shared Runner minutes some of their projects where not being listed.
Projects in Usage Quotas page
Projects in the namespace
From https://gitlab.com/gitlab-org/gitlab-ce/issues/65540#note_200148242:
Looking at
UsageQuotasControllerwe don't include public projects when listing projectswith_shared_runner_limits_enabledfor usage calculation.
Also from our pricing page: https://about.gitlab.com/pricing/#gitlab-com
Proposed solution
The root of the confusion could be that we don't show some of the projects. Instead, we could be more explicit with that and list all projects but somehow differentiate which one does not contribute to the runner minutes.
Perhaps instead of the 0 value for the minutes we could display (free minutes)


