Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-01-12Introduce PredicateMemoization cop and fix offensesLin Jen-Shin
2017-07-19Fix tests and fine tweak permission error messageLin Jen-Shin
2017-07-19Eliminate N+1 queries on checking different protected refsLin Jen-Shin
2017-07-18Rename can_push_or_merge_to_branch? to can_update_branch?Lin Jen-Shin
2017-07-18Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
2017-07-18Rename the methods to make it fit with current nameLin Jen-Shin
2017-07-18Follow feedback on the merge requestLin Jen-Shin
2017-07-17Add RequestStoreWrap to cache via RequestStoreLin Jen-Shin
2017-07-04Introduce Gitlab::Cache::RequestStoreWrapLin Jen-Shin
2017-07-04Consistently check permission for creating pipelines,Lin Jen-Shin
2017-05-08Add confirm delete protected branch modalSam Rose
2017-04-28Prevent people from creating branches if they don't have persmission to pushPawel Chojnacki
2017-04-04Fixed UserAccess#can_create_tag? after create_access_levels renameJames Edwards-Jones
2017-04-04Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones
2017-04-03Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones
2017-04-03Extract ProtectedRef ConcernJames Edwards-Jones
2017-03-31Protected Tags enforced over gitJames Edwards-Jones
2017-03-10reverse the logic and use a clearer namehttp://jneen.net/
2017-03-09protect git access through the policy infrahttp://jneen.net/
2017-01-13Allow creating protected branch when it doesn't existPawel Chojnacki
2016-11-16Introduce no_user_or_blocked? and fix tests due toLin Jen-Shin
2016-08-16Improve EE compatibility with protected branch access levels.Timothy Andrew
2016-08-04changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho
2016-07-29Enforce "No One Can Push" during git operations.Timothy Andrew
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-03-10Move method to UserJacob Vosmaer
2016-03-09Acquire lock before LDAP syncJacob Vosmaer
2014-08-06Cache LDAP check in Gitlab::UserAccessJacob Vosmaer
2014-05-15Move user access check to Gitlab::UserAccessJacob Vosmaer