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-06Check ability ability before proceeding with project specific checksTiago Botelho
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Adds documentation for the featureTiago Botelho
2018-02-06Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho
2018-02-06Move new project on push logic to a serviceTiago Botelho
2018-02-06Add specsTiago Botelho
2018-02-06Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho
2018-02-06Adds option to push over SSH to create a new projectTiago Botelho
2018-02-06Adds option to push over HTTP to create a new projectTiago Botelho
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-12-07refactor code to match EE changesJames Lopez
2017-10-24Move all rugged operation for ff_merge inside Gitlab::GitAlejandro Rodríguez
2017-10-06Create idea of read-only databaseToon Claes
2017-09-28[Backported from EE] Readonly flag for ProjectsGabriel Mazetto
2017-08-30Address review commentsNick Thomas
2017-08-30Add settings for minimum key strength and allowed key typeNick Thomas
2017-08-18Reduce duplication in GitAccess spec around error messagesRobert Speicher
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono
2017-06-05Extract and memoize `user_access`Michael Kozono
2017-06-05Remove GitAccessStatus (no longer needed)Michael Kozono
2017-06-05Refactor to remove a special caseMichael Kozono
2017-06-05Fix would-be regressionMichael Kozono
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-05Check disabled commands in GitAccess insteadMichael Kozono
2017-06-05Fix Git over HTTP specMichael Kozono
2017-04-10Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushRémy Coutable
2017-03-13Backport changes from gitlab-org/gitlab-ee!1406Adam Niedzielski
2017-02-23Enable Style/MutableConstantDouwe Maan
2016-12-20Rubocop prefers to indent this wayLin Jen-Shin
2016-12-20Use consistent names and move checks to the method,Lin Jen-Shin
2016-12-20Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-12-16Accept environment variables from the `pre-receive` script.Timothy Andrew
2016-12-09Check project existence for push too, andLin Jen-Shin
2016-12-09Don't pass the actor for deploy key, feedback:Lin Jen-Shin
2016-12-06Prefer guest_can_download_code? and fix typoLin Jen-Shin
2016-12-06Prefer guest_can_downlod_code?Lin Jen-Shin
2016-12-06Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-11-30Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre
2016-11-18Check download privilege more specifically andLin Jen-Shin
2016-11-17Still grant :download_code if guest could do thatLin Jen-Shin
2016-11-17Check if the key could really download, feedback:Lin Jen-Shin
2016-11-17We never check user privilege if it's a deploy keyLin Jen-Shin
2016-11-16Introduce has_access_to? so that we could reuse itLin Jen-Shin
2016-11-16Also need to check against push rules:Lin Jen-Shin
2016-11-11Fix test for GitAccessWiki, it's overriding change_access_checkLin Jen-Shin
2016-11-11Add more tests and fix write to project checkLin Jen-Shin
2016-11-11So deploy key might not have a corresponding userLin Jen-Shin
2016-11-11Improve write access check for deploy keyLin Jen-Shin