-
- Downloads
Hide nested group UI/API support for MySQL
This hides/disables some UI elements and API parameters related to nested groups when MySQL is used, since nested groups are not supported for MySQL.
Showing
- app/controllers/groups_controller.rb 2 additions, 0 deletionsapp/controllers/groups_controller.rb
- app/models/namespace.rb 1 addition, 3 deletionsapp/models/namespace.rb
- app/models/user.rb 0 additions, 2 deletionsapp/models/user.rb
- app/views/groups/_show_nav.html.haml 4 additions, 3 deletionsapp/views/groups/_show_nav.html.haml
- lib/api/entities.rb 4 additions, 1 deletionlib/api/entities.rb
- lib/api/groups.rb 5 additions, 1 deletionlib/api/groups.rb
- lib/api/v3/entities.rb 4 additions, 1 deletionlib/api/v3/entities.rb
- lib/api/v3/groups.rb 5 additions, 1 deletionlib/api/v3/groups.rb
- lib/gitlab/group_hierarchy.rb 6 additions, 0 deletionslib/gitlab/group_hierarchy.rb
- lib/gitlab/project_authorizations/with_nested_groups.rb 0 additions, 3 deletionslib/gitlab/project_authorizations/with_nested_groups.rb
- spec/controllers/groups_controller_spec.rb 1 addition, 1 deletionspec/controllers/groups_controller_spec.rb
- spec/spec_helper.rb 1 addition, 1 deletionspec/spec_helper.rb
Please register or sign in to comment