summaryrefslogtreecommitdiff
path: root/spec/controllers/groups_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@14-6-stable-eeGitLab Bot2022-01-101-20/+0
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-10/+0
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+10
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+51
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-2/+56
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-9/+104
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-6/+22
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-60/+0
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-11/+2
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-15/+71
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-37/+61
|
* 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
| | | | | These are not required because MySQL is not supported anymore
* Revert "Include subgroups in shared_projects"Fabian Schneider2019-07-011-2/+5
| | | | This reverts commit 4bed2daef935bb4097988e0eff4830fc13a23c37.
* 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
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-091-0/+96
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Add part of needed codeGosia Ksionek2019-04-051-0/+7
| | | | | | | | | | | | | | | | | Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-96/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-051-0/+96
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-7/+7
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* 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
| | | | | | | Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
* Always use CTE for IssuableFinder countsMario de la Ossa2019-02-281-3/+1
| | | | | | | | Since the CTE is faster than a subquery and the only reason we're using a subquery is that the CTE can't handle sorting by certain attributes, let's use the CTE always (when the feature flag is enabled) when counting, since we can ignore ordering if we just want a count of results.
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-44/+52
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* Add a flag to use a subquery for group issues searchSean McGivern2018-11-301-1/+2
| | | | | | | | | | We already had a flag to use a CTE, but this broke searching in some cases where we need to sort by a joined table. Disabling the CTE flag makes searches much slower. The new flag, to use a subquery, makes them slightly slower than the CTE, while maintaining correctness. If both it and the CTE flag are enabled, the subquery takes precedence.
* Merge branch 'security-fix-pat-web-access' into 'master'Cindy Pallares2018-11-281-0/+20
| | | | | [master] Resolve "Personal access token with only `read_user` scope can be used to authenticate any web request" See merge request gitlab/gitlabhq!2583
* 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
| | | | | | We don't think this is needed any more - see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21521, and https://gitlab.com/gitlab-org/gitlab-ce/issues/52271 for removing the flag.
* 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
| | | | | | | | | The group activity feed was limited to the first 20 projects found in the group, which caused activity from some projects to be omitted. A limit of 20 is applied to the query for events, so the extra pagination does little in the way of performance. Closes #42560
* Merge branch '35644-refactor-have-http-status-into-have-gitlab-http-status' ↵Rémy Coutable2017-10-231-9/+9
|\ | | | | | | | | | | | | | | | | into 'master' Refactor `have_http_status` into `have_gitlab_http_status` in the specs Closes #35644 See merge request gitlab-org/gitlab-ce!14958