summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/user_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-20/+20
* Rephrase "maintainer" to more precise "members who can merge to the target br...42751-rename-mr-maintainer-pushMark Chao2018-06-011-1/+1
* Allow admins to push to empty reposBob Van Landuyt2018-04-241-0/+12
* Allow maintainers to push to a single branchBob Van Landuyt2018-03-071-0/+35
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-18/+18
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Use described_class when possibleRémy Coutable2017-07-271-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Add confirm delete protected branch modalSam Rose2017-05-081-2/+46
* Prevent people from creating branches if they don't have persmission to pushPawel Chojnacki2017-04-281-2/+2
* Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-1/+1
* Cleaned up duplication with ProtectedRefAccess concernJames Edwards-Jones2017-04-041-1/+0
* Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones2017-04-041-0/+70
* Allow creating protected branch when it doesn't existPawel Chojnacki2017-01-131-1/+8
* changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho2016-08-041-1/+12
* developer cannot push to protected branch when project is empty or he has not...tiagonbotelho2016-08-021-0/+39
* Enforce "No One Can Push" during git operations.Timothy Andrew2016-07-291-2/+2
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-0/+88
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-88/+0
* Implement last round of review comments from !4892.18193-developers-can-mergeTimothy Andrew2016-07-131-21/+19
* Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-0/+90