Skip to content

Hide archived projects from `shared_projects`

Bob Van Landuyt requested to merge bvl-hide-archived-shared-projects into master

What does this MR do?

Hide archived shared projects from the shared_projects endpoint.

Since we decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/44005#note_74832253 not to show them. I think we should avoid loading them to be filtered out on the frontend.

Does this MR meet the acceptance criteria?

  • Tests added for this feature/bug
  • Conform by the code review guidelines
    • Has been reviewed by a UX Designer
    • Has been reviewed by a Frontend maintainer
    • Has been reviewed by a Backend maintainer
    • Has been reviewed by a Database specialist

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47206

Merge request reports