summaryrefslogtreecommitdiff
path: root/spec/helpers/groups_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-128/+6
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-54/+37
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-113/+172
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-92/+69
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-11/+11
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+78
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-5/+36
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+44
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+27
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+35
|
* UI for disabling group/project email notificationBrett Walker2019-08-171-0/+40
| | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
* 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
* Fix group transfer selection possibilitiesPeter Marko2019-04-021-0/+33
|
* [CE] Reduce the diff with EE in spec/helpers/group_helper_spec.rbRémy Coutable2019-03-281-0/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add default avatar to groupGeorge Tsiolis2018-08-091-13/+0
|
* Create cross project group featuresBob Van Landuyt2018-07-061-2/+6
| | | | | This allows us to check specific abilities in views, while still enabling/disabling them at once.
* Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher2018-06-071-4/+4
|
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+35
|
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-2/+2
|
* Always return full avatar URL for private/internal groups/projects when ↵Douwe Maan2017-11-091-30/+2
| | | | asset host is set
* Fixed TestsTim Zallmann2017-10-041-2/+2
|
* Fixed TestTim Zallmann2017-10-041-2/+1
|
* Fixed Linting errors + testsTim Zallmann2017-10-041-7/+6
|
* Created group_icon and group_icon_urlTim Zallmann2017-10-041-2/+45
| | | | Tests for these new helper methods
* Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-031-1/+1
|
* Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-5/+5
|
* Link or not link depending on permissionsMichael Kozono2017-09-061-3/+13
|
* Link to ancestor settings pageMichael Kozono2017-09-061-3/+3
|
* Fix “Share lock” help textMichael Kozono2017-09-061-0/+83
|
* removed comment from helper specPhil Hughes2017-09-051-1/+0
|
* rspec test fixesPhil Hughes2017-09-041-1/+3
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
|
* New navigation breadcrumbsPhil Hughes2017-06-301-1/+1
|
* Tag a spec as :nested_groups since it fails on MySQLfix-nested-group-spec-on-mysqlRémy Coutable2017-06-261-1/+1
| | | | | | | This was broken by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12322. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix breadcrumb orderMichael Kozono2017-06-221-0/+13
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
| | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* Always use `fixture_file_upload` helper to upload files in tests.fix-groups-helper-specRuben Davila2016-12-181-1/+1
| | | | | * Also is not a good idea to use File.open without closing the file handler. We should use it with a block or close it explicitly.
* Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settingsPatricio Cano2016-09-151-0/+63
|
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-2/+2
|
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-0/+21