Skip to content

Groups originating from group shares should be listed on project fork UI

What does this MR do and why?

This MR tries to solve the following problem in the page for forking a project:

Before After
Screenshot_2023-04-12_at_3.45.12_PM Screenshot_2023-04-12_at_3.51.06_PM

We already shipped the same set of changes for project creation/project import UI (!116089 (merged)), so we can simply reuse the same finder (AcceptingProjectCreationsFinder ) for the forking scenario as well, as forking is also an act of creating a new project in a namespace.

Query plans:

Query plan is very similar to what we have already checked in !116089 (merged) as the finder is the same. The only change is the further UNION of that result with the user's personal namespace.

  1. Simple: https://console.postgres.ai/gitlab/gitlab-production-tunnel-pg12/sessions/17779/commands/59287
  2. With a search term included: https://console.postgres.ai/gitlab/gitlab-production-tunnel-pg12/sessions/17779/commands/59288

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #331529 (closed)

Edited by Manoj M J

Merge request reports

Loading