Skip to content

Handle creating a nested group on MySQL correctly

Bob Van Landuyt requested to merge bvl-fix-mysql-bare-repository-importer into master

This fixes the specs that are currently broken on master concerning Nested Groups.

The Groups::NestedCreateService will now raise an error when trying to import a subgroup when that is not supported.

I've updated the tests to reflect that.

Merge request reports