summaryrefslogtreecommitdiff
path: root/spec/models/group_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* refactor: do not apply setting "require 2FA" for ancestor group membersRoger Meier2019-06-131-2/+2
* refactor: apply "require 2FA" to all subgroup and ancestor group members, whe...Roger Meier2019-06-131-47/+70
* fix tests for mysql db.Roger Rüttimann2019-06-131-4/+4
* remove experiments for 2fa requirements and fix testsRoger Rüttimann2019-06-131-1/+5
* require update_two_factor_requirement on all sub-entities usersRoger Rüttimann2019-06-131-1/+10
* add tests for 2fa requirment for all sub-entities members (subgroup and proje...Roger Rüttimann2019-06-131-4/+24
* Add part of needed codeGosia Ksionek2019-04-051-0/+8
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-2/+2
* Add cr remarksGosia Ksionek2019-04-041-0/+26
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Enable/disable Auto DevOps at Group levelMayra Cabrera2019-03-121-0/+121
* Return max group access level in the projects APIAlejandro Rodríguez2019-01-161-0/+36
* Use FastDestroy for deleting uploadsJan Provaznik2018-12-061-1/+1
* Resolve "Can add an existing group member into a group project with new permi...James Lopez2018-12-061-2/+2
* Unify into :group_clusters feature flagThong Kuah2018-12-051-0/+29
* Renaming Secret Variables in the codebaseMarcel Amirault2018-10-301-8/+8
* Associate clusters model to groups34758-create-group-clustersThong Kuah2018-10-291-0/+2
* Applies the CE backport of EE#657Tiago Botelho2018-09-241-11/+31
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-24/+24
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Merge branch 'issue_44230' into 'master'Sean McGivern2018-06-071-0/+24
|\
| * Apply notification settings level of groups to all child objectsFelipe Artur2018-06-071-0/+24
* | send ico files with inline dispositionAlexis Reigel2018-06-051-1/+1
|/
* Delete remote uploadsJan Provaznik2018-05-161-1/+9
* Backport of 4084-epics-username-autocompleteMario de la Ossa2018-05-041-0/+89
* Change avatar error message to include allowed file formatsFabian Schneider2018-03-221-1/+1
* Projects and groups badges APIFrancisco Javier López2018-03-051-0/+1
* Merge branch 'mc/bug/38984-wildcard-protected-tags' into 'security-10-4'Kamil Trzciński2018-02-091-2/+6
* Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan2018-02-061-1/+0
* 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-061-0/+16
* Always return full avatar URL for private/internal groups/projects when asset...Douwe Maan2017-11-091-8/+2
* Free up some group reserved wordsBob Van Landuyt2017-11-071-6/+0
* Support custom attributes on groupsMarkus Koller2017-11-061-0/+1
* Add system hooks user_rename and group_renameWinnie Hellmann2017-11-031-0/+41
* Optimize SQL queries used in Groups::GroupMembersController#create27374-groups-groupmemberscontroller-create-is-slow-due-to-sqlRubén Dávila2017-09-051-16/+3
* fix failing tests due to new group visibility restrictionsMike Greiling2017-08-261-2/+2
* Add validation to check visibility level of sub groups.Rubén Dávila2017-08-261-0/+44
* Add validation for visibility level of sub groupsRubén Dávila2017-08-261-0/+33
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Don't treat anonymous users as owners when group has pending invitesSean McGivern2017-07-241-0/+4
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
* Mark a subgroup-related spec as PostgreSQL-onlyrs-issue-34847Robert Speicher2017-07-071-7/+7
* Add CASE When Clause for saving order when using where INShinya Maeda2017-07-071-5/+12
* Basic BE changeShinya Maeda2017-07-071-0/+59
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-6/+21
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-1/+1