summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/user_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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