Skip to content

Choose namespace and name on Github imports

James Lopez requested to merge feature/github-edit-path into master

Lets the user choose a namespace and name on Github imports

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14971

There are four different states depending on the user privileges. If the user is able to select a namespace it should be prompt for it as the following screenshot:

Screen_Shot_2016-09-20_at_10.04.06

If the user has no groups but is able to create a group, a similar drop down will appear which will include the user namespace plus the repo group (selecting the latter, will create a new namespace if it doesn't exist yet).

Similarly, if the user has groups and is also able to create groups, the same drop down will appear but will also include the repo group (if it does not exist already).

The third option will be when the user has no groups and has no privileges to create a group. In this case there's no option and the default namespace is shown:

Screen_Shot_2016-09-08_at_16.01.30


Merge request reports