summaryrefslogtreecommitdiff
path: root/spec/controllers/groups_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Put issues group search CTE behind a (default on) flag50246-can-t-sort-group-issues-by-popularity-when-searchingSean McGivern2018-10-051-0/+5
* Add spec for group issues search + sortingSean McGivern2018-10-051-2/+22
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-8/+0
* Move badge settings to general settingsWinnie Hellmann2018-09-031-0/+10
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-3/+3
* 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-061-0/+83
* Fix not all events being shown in group dashboardsh-fix-events-collectionStan Hu2018-01-301-0/+24
* Merge branch '35644-refactor-have-http-status-into-have-gitlab-http-status' i...Rémy Coutable2017-10-231-9/+9
|\
| * Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-9/+9
* | Make sure we render events for projects within a groupBob Van Landuyt2017-10-201-0/+25
|/
* Nest the group_children_path inside the canonical group pathBob Van Landuyt2017-10-121-270/+0
* Fix spinach featuresBob Van Landuyt2017-10-111-1/+0
* Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-101-45/+44
* Return an empty array when no matches are foundBob Van Landuyt2017-10-041-0/+10
* Fix bug with project paginationBob Van Landuyt2017-10-041-5/+7
* Only preload ancestors for search results in the specified parentBob Van Landuyt2017-10-041-0/+10
* Make sure all queries are limited to the page sizeBob Van Landuyt2017-10-041-3/+3
* Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt2017-10-041-0/+26
* Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-041-23/+11
* Improve number of queriesBob Van Landuyt2017-10-041-25/+25
* Include pagination when rendering expanded hierarchiesBob Van Landuyt2017-10-041-0/+12
* [WIP] improve number of queries when rendering a hierarchyBob Van Landuyt2017-10-041-12/+19
* Reuse the groups tree for explore and dashboard.Bob Van Landuyt2017-10-041-60/+79
* Limit the amount of queries per rowBob Van Landuyt2017-10-041-6/+79
* Allow filtering children for a groupBob Van Landuyt2017-10-041-0/+30
* Add pagination for childrenBob Van Landuyt2017-10-041-0/+18
* Update `children` route to handle projects and groupsBob Van Landuyt2017-10-041-21/+61
* Remove the subgroups path on a groupBob Van Landuyt2017-10-041-0/+1
* Make Members with Owner and Master roles always able to create subgroups30473-allow-creation-of-subgroups-with-gitlab_default_can_create_group-set-to-falseRuben Davila2017-09-071-0/+124
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Subgroups page should show groups authorized through inheritanceToon Claes2017-06-151-4/+5
* Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-1/+1
|\
| * Hide nested group UI/API support for MySQLYorick Peterse2017-05-171-1/+1
* | Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-5/+36
* | Fix ensure_canonical_path for top level routesMichael Kozono2017-05-181-84/+145
* | Add test that fails without the fixMichael Kozono2017-05-181-0/+13
|/
* Fix redirect message for groups and usersMichael Kozono2017-05-111-2/+6
* Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-101-1/+1
|\
| * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* | Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-101-0/+35
|/
* Resolve discussionsMichael Kozono2017-05-051-0/+2
* Add “project moved” flash message on redirectMichael Kozono2017-05-051-0/+2
* Fix Rubocop failuresMichael Kozono2017-05-051-4/+4
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-4/+88
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* added more specsJames Lopez2016-12-211-2/+2
* Fix error 500 renaming group. Also added specs and changelog.James Lopez2016-12-201-0/+21
* This fixes a long running tests due to changed Sidekiq statefix-failing-testsKamil Trzcinski2016-08-151-2/+3
* Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+29