summaryrefslogtreecommitdiff
path: root/spec/controllers/groups_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-4/+0
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-281-0/+15
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-4/+32
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-8/+90
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-4/+55
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-0/+130
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+22
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-0/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-6/+31
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-22/+22
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+45
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-1/+1
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-3/+3
* Revert "Include subgroups in shared_projects"Fabian Schneider2019-07-011-2/+5
* 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