Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot dea6ebd31a Add latest changes from gitlab-org/gitlab@master 2019-09-30 12:06:01 +00:00
Heinrich Lee Yu 1ce5bcacdb Remove code related to object hierarchy in MySQL
These are not required because MySQL is not
supported anymore
2019-07-25 15:35:06 +08:00
Gosia Ksionek 64858317ad Add part of needed code
Add columns to store project creation settings

Add project creation level column in groups
 and default project creation column in application settings

Remove obsolete line from schema

Update migration with project_creation_level column existence check

Rename migrations to avoid conflicts

Update migration methods

Update migration method
2019-04-05 18:49:46 +00:00
Stan Hu 965f9113b0 Fix importers not assigning a new default group
The Bitbucket Server as well as other importers pass in a group name to be
created (assuming the user has permission) and attempt to dedupe that with an
existing group. However, the group *name* is not guaranteed to be
unique, but the *path* is.

Closes #50110
2018-08-31 15:03:17 -07:00
Stan Hu 075ee4780e Fix selection of existing project key by default 2018-08-01 12:05:46 -07:00
Stan Hu 1528df0f51 Default to importing to the current project key 2018-07-31 12:50:12 -07:00
Stan Hu 852b5613c5 Fix namespaces_helper reporting multiple groups 2018-07-31 12:31:15 -07:00
Dmitriy Zaporozhets 237a35975b More reliable manifest parser and group-only selector
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11 12:22:57 +03:00
Bob Van Landuyt 022d8420ec Include child projects a user can manage in namespace dropdowns
These dropdown options are used for creating and transfering projects.
2017-11-14 16:57:41 +01:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
George Andrinopoulos 2f9d50b72f Resolve "Gitlab administrator cannot create projects in every group" 2017-03-24 18:19:50 +00:00