-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'public_groups' into 'master'
Allow groups to appear in the search results if the group owner allows it https://dev.gitlab.org/gitlab/gitlabhq/issues/2565 See merge request !1751
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/groups_controller.rb 3 additions, 3 deletionsapp/controllers/groups_controller.rb
- app/finders/groups_finder.rb 29 additions, 28 deletionsapp/finders/groups_finder.rb
- app/helpers/search_helper.rb 1 addition, 1 deletionapp/helpers/search_helper.rb
- app/models/group.rb 1 addition, 1 deletionapp/models/group.rb
- app/views/groups/edit.html.haml 9 additions, 0 deletionsapp/views/groups/edit.html.haml
- db/migrate/20151103001141_add_public_to_group.rb 5 additions, 0 deletionsdb/migrate/20151103001141_add_public_to_group.rb
- db/schema.rb 5 additions, 4 deletionsdb/schema.rb
- spec/finders/group_finder_spec.rb 15 additions, 0 deletionsspec/finders/group_finder_spec.rb
- spec/helpers/search_helper_spec.rb 5 additions, 0 deletionsspec/helpers/search_helper_spec.rb
- spec/models/group_spec.rb 19 additions, 0 deletionsspec/models/group_spec.rb
spec/finders/group_finder_spec.rb
0 → 100644
Please register or sign in to comment