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
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-05Clarify error messagesMichael Kozono
2017-06-05Refactor to let GitAccess errors bubble upMichael Kozono
2017-06-05Move CI access logic into GitAccessMichael Kozono
2017-06-05RefactorMichael Kozono
2017-06-05Check disabled commands in GitAccess insteadMichael Kozono
2017-05-08Add confirm delete protected branch modalSam Rose
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-03Don't use FFaker in factories, use sequences insteadRémy Coutable
2017-02-24Rename commit_file, commit_dir and remove_file and update specsDouwe Maan
2017-02-23Merge branch 'fix-git-access-specs' into 'master' Rémy Coutable
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Fix GitAccess specsSean McGivern
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
2017-01-26Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2017-01-25Use `:empty_project` where possible throughout spec/libRobert Speicher
2017-01-04Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin
2016-12-20Use consistent names and move checks to the method,Lin Jen-Shin
2016-12-08Fix tests to use the new APILin Jen-Shin
2016-11-18Fix an old copypasta: internal -> privateLin Jen-Shin
2016-11-17We never check user privilege if it's a deploy keyLin Jen-Shin
2016-11-16Introduce no_user_or_blocked? and fix tests due toLin Jen-Shin
2016-11-11Fix a typo: acccess -> accessLin Jen-Shin
2016-11-11Add more tests and fix write to project checkLin Jen-Shin
2016-11-11Correct the test. Not sure why change it in the first placeLin Jen-Shin
2016-11-10Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-11-09Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan
2016-11-01Allow owners to fetch source code in CI buildsKamil Trzcinski
2016-10-18Backport git access spec changes from EESean McGivern
2016-09-20Post-merge improve of CI permissionsKamil Trzcinski
2016-09-16Rename capabilities to authentication_abilitiesKamil Trzcinski
2016-09-15Fix most of specsKamil Trzcinski
2016-09-15Fix existing authorization specsKamil Trzcinski
2016-09-15Add access specsKamil Trzcinski
2016-08-17Allow to add deploy keys with write-accessAli Ibrahim
2016-08-04Fix ArgumentError in GitAccess specsJacob Vosmaer
2016-07-29Remove duplicate specs from `git_access_spec`Timothy Andrew
2016-07-29Admins count as masters too.Timothy Andrew
2016-07-29Fix all specs related to changes in !5081.Timothy Andrew
2016-07-29Enforce "No One Can Push" during git operations.Timothy Andrew
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-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