summaryrefslogtreecommitdiff
path: root/spec/controllers/groups_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Move specs to ce directoryissue-6568-single-codebase-spec-controllersMałgorzata Ksionek2019-06-031-0/+22
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-091-0/+96
* Add part of needed codeGosia Ksionek2019-04-051-0/+7
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-96/+0
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-051-0/+96
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-7/+7
* Redirect to edit page on group transfer failurexanf/gitlab-ce-transfer-disables-jsIllya Klymov2019-04-031-1/+1
* Security Dashboard as default view for groupsGilbert Roulot2019-03-141-6/+31
* Always use CTE for IssuableFinder countsMario de la Ossa2019-02-281-3/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-44/+52
* Add a flag to use a subquery for group issues searchSean McGivern2018-11-301-1/+2
* Merge branch 'security-fix-pat-web-access' into 'master'Cindy Pallares2018-11-281-0/+20
* 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
|/