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
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-29Port changes for design management to CEBob Van Landuyt
2019-04-04Allow console messages be sent to gitlab-shellAsh McKenzie
2019-01-02Move push size check to EE moduleDouwe Maan
2019-01-02Don't run single change checks when changes are unknownDouwe Maan
2019-01-02Skip change access check for deploy keysDouwe Maan
2019-01-02Move magic '_any' string to constantDouwe Maan
2018-10-25Iterating through commit list times outTiago Botelho
2018-10-25Refactors TimedLogger to be more OOP compliantTiago Botelho
2018-10-25Adds tracing messages for slow git pushesTiago Botelho
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-20Fix SpaceInsidePercentLiteralDelimiters copSemyon Pupkov
2018-09-08Remove Gitlab::GitAccess#authed_via_jwt?Ash McKenzie
2018-09-06Update /api/v4/allowedAsh McKenzie
2018-09-06GitAccess#check custom action supportAsh McKenzie
2018-08-14Allow auth via JWT (always false in CE)Ash McKenzie
2018-07-09Backport some changes from EERubén Dávila
2018-05-11Allow triggered builds git accessBob Van Landuyt
2018-05-10Block access to API & git when terms are enforcedBob Van Landuyt
2018-04-07Support Deploy Tokens properly without hacking abilitiesKamil Trzciński
2018-04-07Implement 'read_repo' for DeployTokensMayra Cabrera
2018-04-06Automatically cleanup stale worktrees and lock files upon a pushStan Hu
2018-04-05Allow HTTP(s) when git request is made by GitLab CITomasz Maczukin
2018-03-29Merge branch 'dm-deploy-keys-default-user' into 'master'Sean McGivern
2018-03-28Fall back on ghost user when deploy key user is not setDouwe Maan
2018-03-28Remove permanent redirectsBob Van Landuyt
2018-02-25Respond 404 when repo does not existMichael Kozono
2018-02-22Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)
2018-02-15Only check LFS integrity for first branch in pushJames Edwards-Jones
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