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
2016-12-19Merge branch '25301-git-2.11-force-push-bug' into 'master' Douglas Barbosa Alexandre
2016-11-30Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre
2016-11-09Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-15Fix existing authorization specsKamil Trzcinski
2016-09-15Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski
2016-09-13Make result to return project and capabilities grantedKamil Trzcinski
2016-09-13Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski
2016-08-11api for generating new merge requestScott Le
2016-08-11Merge branch 'fix-gitaccess-scope' into 'master' Rémy Coutable
2016-08-03Stop 'git push' over HTTP earlyJacob Vosmaer
2016-07-26Fixing scope issue in GitAccess.Elliot Wiltshire
2016-07-19Allow to pull code with deploy key from public projectsKamil Trzcinski
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-13Move all "checks" under `GitLab::Checks`.Timothy Andrew
2016-07-13Appease rubocop.Timothy Andrew
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-07-13Enforce "developers can merge" during `pre-receive`.Timothy Andrew
2016-07-13Added "developers can merge" setting to protected branchesMathias Vestergaard
2016-07-06Revert back to not defining a default Git access protocol.Patricio Cano
2016-07-06Default Git access protocol to `web`Patricio Cano
2016-07-06Don't allow empty strings in the `protocol` check.Patricio Cano
2016-07-06Correct access control flow for Git HTTP requests.Patricio Cano
2016-07-06Raise an error if no protocol is passed to the GitAccess check.Patricio Cano
2016-07-06Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano
2016-05-09Improve multiple branch push performance by memoizing permission checkingStan Hu
2016-05-05Fix passing nil to protected_tag?Yorick Peterse
2016-05-05Use tag_exists? in GitAccess#protected_tag?Yorick Peterse
2015-11-16Add support for git lfs.Marin Jankovski
2015-05-13Fix GitAccess.Douwe Maan
2015-05-13Improve Git access error messages.Douwe Maan
2015-03-25Merge branch 'more-rubocop-styles' into 'master'Dmitriy Zaporozhets
2015-03-25Style/RedundantReturn enabledDmitriy Zaporozhets
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-02-18Fix push access check when not signed in.Douwe Maan
2015-02-03Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets
2015-02-03Rubocop: comment indentationDmitriy Zaporozhets
2015-01-29Be more careful with parsing changes from gitlab-shellDmitriy Zaporozhets
2015-01-21developer can push to protected branchesValery Sizov
2014-12-26Add option to disable/enable developers push to already protected branches.Marin Jankovski
2014-12-26Move protected branch actions into a method.Marin Jankovski
2014-12-26Allow regular code push for developers if the protected branch allows it.Marin Jankovski
2014-12-05Decline push if repository does not existDmitriy Zaporozhets
2014-12-02Reload mr code on force push tooDmitriy Zaporozhets
2014-12-01Fix deploy keys permission check in internal apiDmitriy Zaporozhets
2014-11-18Better message for failed pushes because of git hooksValery Sizov
2014-11-03Fix push not allowed to protected branch ifCiro Santilli